/**************************************************'*/
/* edition m.css             	  					*/
/* copyright 2007 tp-werbeagentur 					*/
/*											 	    */
/****************************************************/
body {
	background: url("../layout/body_bg.gif") top left repeat-x;
    background-color: #cdcab7;
	margin: 0px;
    padding: 0px;
	leftmargin: 0px; 
	topmargin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	text-align: center;	
}
table, tr, td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #555555;
}
#containerAll {
	width: 910px;
	height: auto;
	text-align: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
}
/***********************************************/
/*********** Header  ***************************/
/***********************************************/
#header {
	background: url("../layout/header_bg.gif") top left no-repeat;
	width: 890px;
	height: 250px;
	text-align: left;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}
/***********************************************/
/*********** navi  *****************************/
/***********************************************/
#navigation{
	text-align: left;
    margin: 0px 0px 0px 0px;
    width: 570px;
	height: 26px;
    padding: 0px 0px 0px 320px;
	line-height: 24px;
	/*background: #FF00FF; aa2000*/
}
#navigation ul {
        display: inline;
        padding: 0px;
        margin: 0px;
}
#navigation li {
        display: inline;
		padding: 0px;
		margin: 0px;
}
#navigation li a:link {
		font-weight: bold;
		text-decoration: none;
        color: #FFF;
}
#navigation li a:visited {
        font-weight: bold;
		text-decoration: none;
        color: #FFF;
}
#navigation li a:hover {
        font-weight: bold;
		text-decoration: underline;
        color: #FFF;
}
#navigation li a:activ {
        font-weight: bold;
		text-decoration: underline;
        color: #FFF;
}
/************************************************/
/******** MainContent und Boxenspalte ***********/
/************************************************/
#containerContent{
	width: 855px;
	padding: 20px 45px 0px 10px;
	height: auto;
	background: url("../layout/content_bg.gif") top left repeat-y;
}
#contentLeftHome{
	width: 250px;
	float: left;
	padding: 0px;
	padding-left: 35px;
	text-align: justify;
}
#contentMiddleHome{
	width: 250px;
	float: left;
	padding-left: 35px;
	text-align: justify;
}
#contentRightHome{
	width: 250px;
	float: left;
	padding-left: 35px;
	text-align: justify;
}

#contentLeft{
	width: 290px;
	/*background: #bbcc55;*/
	float: left;
	padding: 0px;
}
#contentRight{
	width: 565px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	float: left;
}


.trennlinie{
	background: url("../layout/trenner.gif") top left repeat-x;
	height: 2px;
	margin: 5px 0px 10px 35px;
	padding: 0px;
	width: 820px;
}
/*************************************************************/
#contentRight h1{
	font-size: 19px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0x 0px 0px;
	font-weight: normal;
	color: #222222;
}
#contentRight h2{
	font-size: 13px;
	margin: 15px 0px 8px 0px;
	padding: 0px 0x 0px 0px;
	font-weight: normal;
	color: #666666;
}
.merkenBox{
	background: #edebe4; 
	width: 76px; 
	height: 76px; 
	float: left;
	font-weight: bold;
	margin-top: 10px;
	padding: 0px;
	text-align: center;
}
/*************************************************************/
/* Footer  */
/*************************************************************/
#footer{
	background: url("../layout/footer_bg.gif") top left no-repeat;
	width: 860px;
	height: 40px;
	padding: 45px 50px 0px 0px;
	text-align: right;
	font-size: 11px;
	color: #666;
}

/*************************************************************/
/*-- Links ----------------*/
/*************************************************************/
a {
	font-weight: bold;
	color: #aa2000;
	text-decoration: none;
	font-size: 11px;
}
a:link {
	color: #aa2000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #aa2000;
	text-decoration: none;
}
a:hover {
	color: #aa2000;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-weight: bold;
	color: #aa2000;
	text-decoration: underline;
}
/*************************************************************/
/*---------------Sonder-Links-----------------------*/
/*************************************************************/
a.pagenavi:link {
	color: #aa2000;
	font-weight:normal;
	text-decoration: none;
	font-size: 11px;
}
a.pagenavi:visited {
	color: #aa2000;
	font-weight:normal;
	text-decoration: none;
	font-size: 11px;
}
a.pagenavi:hover {
	color: #333;
	font-weight:normal;
	text-decoration: underline;
	font-size: 11px;
}
a.pagenavi:active {
	color: #333;
	font-weight:normal;
	text-decoration: underline;
	font-size: 11px;
}
.pagenaviActive{
	color: #333333;
	font-weight: bold;
	font-size: 15px;
}
/*************************************************************/
a.footer:link {
	color: #666;
	font-weight:normal;
	text-decoration: none;
	font-size: 11px;
}
a.footer:visited {
	color: #666;
	font-weight:normal;
	text-decoration: none;
	font-size: 11px;
}
a.footer:hover {
	color: #000;
	font-weight:normal;
	text-decoration: underline;
	font-size: 11px;
}
a.footer:active {
	color: #000;
	font-weight:normal;
	text-decoration: underline;
	font-size: 11px;
}
/*************************************************************/
.floatKiller{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}


