* {
	padding:0;
	margin:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 69%;
	line-height: 150%;
	background-attachment: fixed;
	background: url(../media/basics/bodybg.jpg) repeat center top;
}

/* Firefox Hack */
body, x:-moz-any-link {
	font: 11px/150% Arial, Helvetica, sans-serif;
	background-color: #CCC;
}

h1 {
	font-size: 1.45em;
	font-weight: normal;
	color: #c22a2d;
	margin-bottom:25px;
	text-transform: uppercase;
}

h2 {
	font-size: 1.27em;
	font-weight: bold;
	color: #c22a2d;
	margin-bottom:15px;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

img {
	border:0px;
}

br.break {
	clear:both;
}

ul {
	margin: 0px;
	padding: 0px;	
}



/* ------------------------------------------------------------------- */
/* Haupt Bühne */
/* ------------------------------------------------------------------- */

#mainCont {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	margin-top:30px;
}

/* ------------------------------------------------------------------- */
/* Header */
/* ------------------------------------------------------------------- */

#logoCont {
	width:950px;
	height:155px;
}

#topNavi{
	width:950px;
	height:44px;
	background-image: url(../media/basics/topnavi_bg.png);
	background-repeat: no-repeat;
	background-position: top;
}
#topNavi ul{
	list-style:none;
	display:inline;
	float:right;
	padding-right:61px;
}
#topNavi ul li{
	list-style:none;
	float:left;

}

/* ------------------------------------------------------------------- */
/* Body */
/* ------------------------------------------------------------------- */

#bodyCont{
	width:948px;
	background-color:#FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cdcdcd;
	border-left-color: #cdcdcd;
	padding-top:15px;
	padding-bottom:10px;
}

/* ------------------------------------------------------------------- */
/* Left Body */
/* ------------------------------------------------------------------- */

#bodyLeft{
	width:286px;
	float:left;
}
#leftCont{
	background-color:#f8f8f8;
	width:286px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aa0000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aa0000;
	padding-bottom:25px;
}
#serviceSeit{
	width:286px;
}
#leftPic{
	width:286px;
}
#leftNavi{
	width:223px;
	margin-left:63px;
	padding-top:25px;
	padding-bottom:25px;
}
#leftNavi ul{
list-style:none;
list-style-image: url(../media/basics/list_dot.png);
padding-top:10px;
padding-bottom:25px;
}
#leftNavi ul li{
	padding-top:5px;
	margin-left:15px;
	font-size:1.09em;
	margin-bottom:5px;
	
}
#leftNavi ul li a{
	color:#000;
	
}
#leftNavi ul li a:hover{
	color:#000;
	
}

#leftNavi ul li span{
	color:#C00;
	
}
#leftContact{
	width:223px;
	color:#666;
	font-size:0.9em;
	margin-left:63px;
}
#leftContact a{
	color:#666;
	font-size:0.9em;
}

/* ------------------------------------------------------------------- */
/* Right Body */
/* ------------------------------------------------------------------- */

#bodyRight{
	width:662px;
	float:right;
}
#rightCont{
	width:661px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #aa0000;
	padding-bottom:25px;
	background-image: url(../media/basics/leftcont_bg.png);
	background-repeat: repeat-x;
	min-height:600px;
	margin-left:1px;
}
#textCont{
	margin-left:100px;
	width:465px;
	padding-top:65px;
	font-size:1.09em;
}
#textCont ul{
	padding-left:20px;

}
#textCont li{
	margin-bottom:10px;

}

#textCont a,
#textCont a:hover{
	color:#C00;

}
h2.black{
	color:#000;
}

/* ------------------------------------------------------------------- */
/* Footer */
/* ------------------------------------------------------------------- */
.bottomRound{
	background-image: url(../media/basics/bottom_round.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 25px;
	width: 950px;	
}
#copyCont{
	color:#000;
	font-size:1em;
	width: 950px;
	text-align:center
}
