/* stylesheet für www.domain.ch - (c)ff */
body, p, ol, ul, table, td, textarea, input, select, h1, h2, h3, h4, h5, h6, h7, .imgcaption, a {
	font-size: 14px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
	line-height: 140%;
	letter-spacing: 2px;
}

html,body {
	background-color: #666666;
	height: 100%;
	width: 100%;
	background-image: url(white.gif);
	background-repeat: repeat-y;
	background-position: center;
}





input, textarea, select {
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
a:link, a:visited, a:hover, a:active {
	font-weight: normal;
	text-decoration: none;
	color: #cc0000;
}
a:hover {
	text-decoration: none;
}
.direktlinks a{
	font-size: 10px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #818885;
}
.imgcaption {
	font-size: 9px;
	font-weight: bold;
}
#container_main1 {
	width: 100%;
	
}
#container_main2 {
	margin:0px;
	width: 750px;
	background-color: #FFFFFF;
}
#logo {
	height: 240px;
	width: 240px;
	float: left;
}
#headimg {
	height: 240px;
	width: 510px;
	float: left;
}
#nav {
	width: 500px;
	height: 70px;
	text-align: left;
	float: right;
}
#content {
	text-align: left;
	float: right;
	width: 500px;
}
#content_inner{
	width: 470px;
	padding-bottom: 20px;
}

/*
body {	
scrollbar-face-color:#FFFFFF; 
scrollbar-shadow-color:#444444; 
scrollbar-highlight-color:#FFFFFF; 
scrollbar-3dlight-color:#CCCCCC; 
scrollbar-darkshadow-color:#FFFFFF; 
scrollbar-track-color:#FFFFFF; 
scrollbar-arrow-color:#666666;
}
*/
h1 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 10px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: D7C925;
}
h3 {
	font-weight: bold;
}
h4 {
	font-weight: bold;
}
h5 {
	font-weight: bold;
}
h6 {
	font-weight: bold;
}
h7 {
	font-weight: bold;
}