@charset "UTF-8";
/* CSS Document */

body{
	background:#3f6ca3 url(img/martingruell_background_blue.jpg) repeat-x top center fixed;
	font-family: Georgia, Arial,"IM Fell Double Pica",;
	font-size:14pt;
	line-height:1.45;
	text-align:center;
}

/* LAYERS */

.header{
	position:relative;
	top:40px;
	width:960px;
	margin:auto;
	height:169px;
	text-align:right;
}
	
.content{
	top:9px;
	position:relative;
	width:960px;
	margin:auto;
	color:#fff;
}


.halfcontent{
	width:440px;
	margin:30px 1px 1px 0;
	padding:10px 15px 30px 30px;
	float:left;
	text-align:left;
	color:#fff;
}

.halfcontent_dark{
	width:418px;
	display:inline-block;
	text-align:left;
	color:#645b50;
}

.halfcontent_light{
	width:418px;
	margin:30px 1px 1px 0;
	padding:10px 30px 30px 30px;
	float:left;
	display:inline-block;
	text-align:left;
	background-color:#cabfb0;
}

.halfcontent_weiss{
	/*background:#fff url(img/martingruell_visitenkarte150.jpg) no-repeat top fixed;*/
	background-image:url(img/martingruell_logo80.jpg);
	background-repeat:no-repeat;
	background-position:350px 222px;
	background-color:#fff;
	margin:1px 30px 1px 0;
	padding:10px 30px 30px 30px;
	float:left;
	display:inline-block;
	text-align:left;
	line-height:1.3;
	color:#645b50;
}

.loophalfcontent{
	width:45%;
	height:380px;
	margin-right:30px;
	float:left;
	text-align:left;
	display:inline-block;
	text-align:left;
	line-height: 1.3;
}


.fullcontent{
	margin-top:-5px;
	width:80%;
	float:left;
	display:inline-block;
}

.bildcontent{
	position:absolute;
	top:135px;
	right:20px;
	background-color:#eee;
	width:120px;
	text-align:center;
	display:inline-block;
}

.loopbildcontent{
	float:left;
	margin:3px 15px 7px 0;
	position:relative;
	width:120px;
	text-align:center;
	display:inline-block;
}


/* STYLES */


.halfcontent_weiss a{
	color:#fff;
	background:#3f6ca3;
	text-decoration:none;
	padding:3px 10px;
	font-weight:bold;
}

.halfcontent_weiss a:hover{
	text-height:20px;
	color:#fff;
	background:#7b6451;
}

.loophalfcontent a{
	text-decoration:none;
}

.light{
	color:#FFE9C2;
}
.light b{
	color:#c9b899;
}

.medium{
	color:#645b50;
}

h2{
	line-height:18px;
}