*, html{
	margin: 0;
	padding: 0;
}

body{
	font-size: 62.5%;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
    background: #54493D url(../images/bg_m_sidebar.png) repeat-y top left;
	color: white;
}

#wrap{
	width: 960px;
}

#sidebar{
	width: 250px;
	position: absolute;
	left: 40px;
	float: left;
	height: 100%;
}

#content{
	position: absolute;
	left: 320px;
	top: 150px;
	float: right;
	width: 640px;
}

q{
	position: relative;
	font-size: 1.4em;
	line-height: 1.6;
	font-style: italic;
	color: white;
	padding: 3em 1.3em 0.2em 1.3em;
	display: block;
}

cite{
	position: relative;
	color: white;
	float: right;
	padding-right: 2em;
	padding-left: 4em;
	font-size: 1em;
}

/* Contentbereich*/
p{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.2em;
	font-weight: 100;
	line-height: 1.8em;
	color: white;
	margin-bottom: 1em;
}

a:link, a:visited{
	color: white;
	font-weight: bold;
}
a:hover, a:focus, a:active{
	font-style: italic;
	text-decoration: none;
}
.col {
	width: 310px;
}

.col.left{
	float: left;
}
.col.right{
	float: right;
}

small{
	color: #242220;
	font-size: 1.0em;
	color: white;
}

h1{
	float: right;
	color: white;
	margin-top: 2em;
	background-image: url(../images/fhu_escrow_treuhand_kg.png);
	text-indent: -999em;
	width: 303px;
	height: 62px;
	display: block;
	clear: both;
}
h2{
	background: url(../images/fhu_escrow_logo.png) no-repeat;
}
h3{
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 7px;
	marign-top: 14px;
}

#menu{
	position: relative;
	clear: both;
	left: 95px;
	list-style-type: none;
}
#menu li{
}
#menu li a:link, #menu a:visited{
	display: block;
	color: white;
	font-size: 1.6em;
	font-weight: bolder;
	text-decoration: none;
	width: 145px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#menu li a:hover, #menu li a:active, #menu li a:focus{
	/*background-color: #33312c;*/
         background-color: #54493D;
	text-decoration: underline;
}


#menu .active{
	background: #54493D url(../images/menu_arrow.png) no-repeat right center;
}

#infomenu{
	position: absolute;
	float: right;
	top: 5px;
	left: 560px;
	display: block;
	width: 400px;
	text-align: right;
}
#infomenu li{
	display: inline;
	list-style-type: none;
	color: white;
	font-size: 1.2em;
	color: #aeaeae;
	margin-right: 7px;
}

#infomenu li a:link, #infomenu li a:visited{
	color: white;
	text-decoration: none;
}
#infomenu li a:hover, #infomenu li a:active, #infomenu li a:focus{
	text-decoration: underline;
}

#infomenu .active{
	border-bottom: 1px solid white;
}

img{
	border: none;
}

/* Kontaktformularstyle */

#kontaktform label, #kontaktform label #name, #kontaktform label #betreff, #kontaktform label #text{
	float: left;
	width: 4em;
	font-size: 1.3em;
	line-height: 1.6;
	cursor: pointer;
}
#kontaktform .error{
clear: both;
	color: red;
	float: right;
	width: 16em;
}
#kontaktform input{
	/*width: 17em;*/
         width: 18em;
	float: right;
	padding: 0.3em;
	margin: 0.3em 0 0.3em 0;
}
#kontaktform textarea{
	width: 100%;
	height: 15em;
	margin: 0.5em 0 0.5em 0;
	padding: 0.3em;
}
#kontaktform br{
	clear: both;
}