/* styles dsc-feggendorf.de */

* {
	margin:							0px;
	padding:						0px;
	font-family:				Verdana,Arial,Helvetica;
	font-size:					11px;
	color:							#323E34;
}

#logo {
	position:						fixed;
	left:								0px;
	top:								0px;
	width:							179px;
	height:							130px;
	background:					url(./images/logo.gif);
}

#head {
	position:						fixed;
	left:								0px;
	top:								0px;
	width:							100%;
	height:							86px;
	background:					#E0C49C;
	padding-left:				179px;
}

#head .headimg1 {
	width:							520px;
	height:							86px;
}

#head .headimg2 {
	right:							0px;
	width:							271px;
	height:							86px;
}

#navi {
	position:						fixed;
	left:								0px;
	top:								85px;
	width:							100%;
	height:							26px;
	padding-left:				179px;
	background:					url(./images/bg_navi.gif);
	vertical-align:			middle;
}

#navi .menu {
	display:						inline;
	height:							26px;
}

#navi .menu a {
	position:						relative;
	top:								4px;
	color:							#ffffff;
	text-decoration:		none;
	display:						inline;
	padding:						0 10px;
}

#navi .menu a:hover {
	color:							#ff9900;
}

#navi .menuspacer {
	width:							15px;
	height:							26px;
	background:					url(./images/dot_navi.gif);
	display:						inline;
}

#subnavi {
	position:						fixed;
	left:								0px;
	top:								0px;
	width:							179px;
	height:							100%;
	padding-top:				130px;
}

#subnavi .link {
	margin:							0 15px 5px 15px ;
	color:							#ffffff;
	text-decoration:		none;
	display:						block;
}

#subnavi .link:hover {
	color:							#ff9900;
}

#subnavi .siteimg {
	bottom: 						0;
	left:								0px;
	width:							179px;
}

#content {
	width:							850px;
	height:							100%;
	padding-top:				125px;
	padding-left:				190px;
}

#content h1 {
	font-size:					16px;
	padding-bottom:			10px;
}

#content p {
	padding:						1px 0 0 0;
}

#content a {
	text-decoration:		underline;
}

#content a:hover {
	text-decoration:		underline;
}

#content th {
	text-align:					left;
	font-size:					11px;
	padding:						4px 0;
	margin:							1px;
	vertical-align:			top;
}

#content .inputField {
	width:							300px;
	text-align:					left;
	font-size:					10px;
	vertical-align:			top;
	border:							1px solid #323E34;
}

#content .textField {
	width:							300px;
	height:							150px;
	text-align:					left;
	font-size:					10px;
	vertical-align:			top;
	border:							1px solid #323E34;
}

#content .button {
	width:							300px;
	font-size:					10px;
	vertical-align:			top;
	border:							1px solid #323E34;
	background:					#323E34;
	color:							#ffffff;
}

.error {
	color:							#ff0000;
}

h1 {
	font-size:					14px;
	font-weight:				bold;
}

h2 {
	font-size:					12px;
	font-weight:				bold;
}

h3 {
	font-size:					11px;
}
