/** * Style sheet main */ html{	height:100%;}body{	margin:0px;		padding:0px;		width:100%;	height:100%;		background-image:url("../img/gradientBackground.jpg");	background-position:left top;	background-repeat:repeat-x;}div#main{	margin:0px auto;	text-align:center;	width:870px;		min-height:100%;		background-color:#ffffff;		border-width:0px 1px;	border-style:solid;	border-color:#666666;	border-collapse:separate;	}div#container{	padding:15px;	}div#header{	margin:0px;	padding:0px;	height:170px;	}div#menu{	float:left;	background-color:#FFFFFF;}div#menuContainer{	margin-top:1px;	padding:0px;	height:30px;	background-color:#f7ad00;}div#spacer{	margin:0px;		padding:0px;		height:80px;	}div#content{	width:595px;	min-height:800px;	margin-right:15px;	text-align:left;			padding:15px;	float:left;	background-image:url("../img/contentBackground.jpg");	background-position:left top;	background-repeat:no-repeat;}div#rightColumn{	float:right;	width:190px;	margin-bottom:30px;	text-align:center;	background-color:#FFFFFF;}div#verleiher_container{	padding:10px;}hr{	background-color: #dbdbdb;	height:1px;}a,body,div,em,input,label,li,ol,p,select,span,strong,td,th,textarea,u,ul{	font-family: Trebuchet MS, Verdana, sans-serif;}a,body,div,input,label,li,ol,p,select,td,th,textarea,u,ul{	font-size:12px;}h1{	margin:0px 0px 12px 0px;	padding:0px;	font-weight:bold;	font-size:14px;	color:#0073b7;}h2{	margin:0px 0px 6px 0px;	padding:0px;	font-weight:bold;	font-size:12px;}a{	font-size:12px;	text-decoration:none;	color:#0073b7;}a:hover{	text-decoration:underline;	color:#0073b7;}img{	vertical-align:middle;	border:0px;}p,pre,form{	margin:0px;	padding:0px;}.whiteBold{	font-weight:bold;	font-size:12px;	text-decoration:none;	color:#FFFFFF;	}div#footer{	text-align:left;	padding:5px 5px 5px 10px;	height:20px;	background-color:#f7ad00;}.footer_Link{	font-weight:bold;	font-size:12px;	text-decoration:none;	color:#FFFFFF;	}.footer_Link:hover{	font-weight:bold;	font-size:12px;	text-decoration:underline;	color:#FFFFFF;	}.formButton{    border:none;    background:#0073b7;	color:#FFFFFF;}div#clear{clear:both;}
