html { overflow: -moz-scrollbars-vertical; }
html { overflow-y: scroll; }
html { overflow-x: auto; }
#Container {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	bottom: 0px;
}
#Footer {
	height: 50px;
	width: 960px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #333;
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	bottom: 0px;
}
#Header {
	height: 160px;
	width: 960px;
}
#Nav {
	width: 960px;
	height: 25px;
	text-align: center;
	letter-spacing: 0.4em;
}
#Nav a {
	text-decoration: none;
}

#Nav a:hover {
	text-decoration: underline;
}

#Nav .active {
	text-decoration: underline;
}

#LeftNav a {
	text-decoration: none;
}

#LeftNav a:hover {
	text-decoration: underline;
}

#LeftNav .active {
	text-decoration: underline;
}

#LeftNav {
	height: auto;
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #565656;
	float: left;
	letter-spacing: 0.4em;
	text-align: left;
	padding-left: 10px;
	padding-top: 45px;
}
#Rightcol {
	float: left;
	width: 740px;
	height: auto;
	padding-bottom: 10px;
	padding-left: 10px;
}
h1 {
	font-size: 24px;
	color: #666;
}


body {
	background-color: #F5F5F5;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
}
a {
	color: #565656;
	text-decoration: none;
}
#Pic {
	height: 250px;
	width: 250px;
	float: right;
	margin-bottom: 10px;
	margin-top: 57px;
	margin-left: 10px;
}
#Picright {
	height: 205px;
	width: 205px;
	float: right;
	margin-right: 15px;
	margin-top: 2px;
}
#Picleft {
	height: 250px;
	width: 250px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
#Kontaktkortright {
	height: 250px;
	width: 480px;
	float: left;
	margin-bottom: 20px;
}
#Kontaktkortleft {
	height: 230px;
	width: 455px;
	float: left;
	margin-bottom: 20px;
	background-image: url(images/visitkort.png);
	padding-left: 20px;
	padding-top: 15px;
}
legend.formrubrik {
	color: #666;
	font-size: 24px;
	font-weight: bold;
	margin-left:10px;
	padding: 0 5px 0 5px;
}
.myform{
margin:0 auto;
font-family: 'Lucida Grande','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.spacer{
clear:both;
height:3px;
}
/* ----------- stylized ----------- */
#stylized{
/*border:solid 2px #b7ddf2;
background:#ebf4fb;*/
}
#leftcolform{
	display:block;
	float:left;
	clear:left;
	width:250px;
}
#rightcolform{
	display:block;
	float:left;
	clear:right;
	width:200px;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
clear:both;
width:450px;
font-size:13px;
color:#666666;
margin-bottom:20px;
margin-left:25px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized fieldset {
display:block;
margin: 0 0 1.5em 0;     
padding: 0;
border: 1px solid #000;
background-color:#f8f8f8;
}
#stylized label{
display:block;
color:#565656;
font-size:11px;
font-weight:bold;
text-align:right;
width:180px;
float:left;
line-height:15px;
margin-top:-1px;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
}
#stylized input.text{
background: url(input_bg.png) top left;
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 15px 10px;
_height:25px;
}
#stylized textarea.text{
background: url(input_bg.png) top left;
overflow:hidden;
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 15px 10px;
_height:25px;
}
#stylized label.formradio{
display:block;
clear:left;
font-weight:bold;
text-align:right;
width:180px;
float:left;
margin-bottom:10px;
line-height:20px;
}

#stylized label.formradio_right{
display:block;
clear:left;
font-weight:bold;
text-align:right;
width:100px;
float:left;
margin-bottom:10px;
line-height:20px;
}

#stylized input.radio{
float:left;
clear:right;
margin-left: 10px;
}
#stylized label.formcheck{
display:block;
clear:left;
font-weight:bold;
text-align:right;
width:180px;
float:left;
margin-bottom:10px;
line-height:20px;
}
#stylized input.check{
display:block;
float:left;
clear:right;
margin-left: 10px;
}
