@charset "utf-8";
/* CSS Document */

/*****************
     *   File Name: layout.css
     *   Section: @approot/css/
     *   Creator: Heinz Zuercher (hzuercher@huenet.ch)
     *   Creation Date: 27/03/2012
     *   Purpose: stylsheet screen
     *   Description: Stylesheet Publicsection www.golden-tertia.ch
     *   Copyright: huenet AG www.huenet.ch
****************/
/* basic elements */
html {
	margin:0px;
	padding:0px;
	height : 100%;
	font-size: 100.0%; 
	font-family: Arial, Helvetica, Sans-Serif; 
	color: #fff;
	}
body {
	background:#EFEFEF;
	margin:0px;
	padding:0px;
	height : 100%;
	font-size: 62.5%;
}
body,p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 , form, input, select, textarea {
	font: normal 18px/24px Arial, Helvetica, Sans-Serif;
	color: #999;
}

a { color: #999;
    text-decoration:none ;
	}

a :hover { color:#C4A765 }
	
p { margin:0px;}

img {border:none;}
	
/* *********************** 
layout selectors
************************** */


#maincontainer {
	position:relative;
	clear:left;
	height: 100%; 
	width: 980px; 
	margin: 0 auto; 	
	line-height: 1.3em; 
	font-size: 1.1em;
	background:#FFF url(../img/bg/Golden_Tertia_Website_Balken_01.jpg) no-repeat right top;
	}
	
#logocontainer {padding-top:30px; padding-left:61px; height:125px;}
#menucontainer {font-size:18px; font-weight:400;  height:40px; overflow:hidden; background-color:#BD9E54; padding-left: 101px; }
#imgcontent {font-size:18px; font-weight:normal; padding-right:20px; color:#999; padding-left: 129px; margin-top:40px; line-height:24px; background-color:#FFF}
#content {float:left;  font-size:18px; width:980px; font-weight:normal; color:#999;  margin-top:40px; line-height:24px; background-color:#FFF}
#content a:hover {color:#C4A765}
#text {float:left; width:640px; padding-left: 129px; padding-right:100px; }
#sound {float:left; width:100px;}
.menu { float:left; height:72px; margin-right: 0px; height:40px; padding: 0px 20px 0px 20px;  }

.menu a { text-decoration:none; color:#FFF}
.menu :hover, .menu :active{ text-decoration:none; color:#C4A765}
.menu :focus { outline: none;  }
.aktiv { background-color:#FFF ; color:#999 }
.aktiv a { color:#999 }
.aktiv :hover, .aktiv :active {color:#BD9E54}.Titel_Schwarz {
	color: #4C4C4C;
}
