/*
1. body
2. inhaltselemente
3. links
4. layout
*/

/*########################################*/
/*1. body*/
BODY {
	margin: 0px;
	background-color: #4f5120;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	background-image : url(bilder/background_global.jpg);
	background-repeat : repeat-x;
	background-position : top;
	float: none;
}

/*########################################*/
/*2. inhaltselemente*/
h1 {
	font-size: 18px;
	color: #94302E;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #94302E;
	font-weight: normal;
}

.text .hinweis .rufnummer {
	color: #000000;
	font-weight: normal;
	line-height: 14px;	
}
.text {
	font-size: 16px;
	color: #ffffff;
}
.hinweis {
	font-size: 12px;
	margin: 0 0 10 0;
}
.rufnummer {
	font-weight: bold;
	font-size: 17px;
	margin-top: 7px;
}

.footer {
	font-size: 12px;
	color: #ffffff;
	padding-top: 10px;
}

.imgleft {
	float: left; margin: 0 20 10 0;
	overflow: none;
	border-style: solid;
	border-width: 1px;
	border-color: #272A19;	
}
.imgright {
	float: right; 
	margin: 10 0 10 20;
	overflow: none;
	border-style: solid;
	border-width: 1px;
	border-color: #272A19;	
}

.sms-text {
font-size: 20px;
font-weight: 900;
color: #A7CDAC;

/*
color: #990500;
color: #9a3441;
*/

line-height: 5px;
padding-top: 50px;
}
.bikerbraut {
font-size: 26px;
font-weight: 900;
color: #718C2F;
padding-left: 10px;

}

/*########################################*/
/*3. links*/
#rollovermenu {
	marginm: 0 0 0 0;
}

#rollovermenu a {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	/*height: 64px;*/
	/*width: 147px;*/
	padding: 47 3 0 3;
	margin: 0 20 0 0;
	display: block;
	float: left;
	padding-left: 6px;
}
#rollovermenu a:hover {
	color: #ffffff;
	background-image: url(bilder/hover_navi.png);
	background-repeat: repeat-x;
}
#rollovermenu a.aktiv {background-position: 0px 0px;}


a.txt {
	text-decoration: underline;
	color: white;

}
a.txt:hover{
	text-decoration: none;
	color: #ffffff;

}

a.ftr {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}

a.ftr:hover {
	text-decoration: underline;
	font-weight: normal;
}

/*########################################*/
/*4. layout*/
#global {
	width: 100%;
	height: 100%;
}

#inhalt {
	width: 800px;
	height: 100%;
}

#tdheader {
	height: 300px;
}

#divnaviback {
	height: 64px;
	background-image: url(bilder/navi_back.jpg);
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


#tdtrenner {
	height: 16px;
	background-color: 3a3c17; 
} 

#tdcontent {
	padding: 0 10 10 10;
	vertical-align: top;
	background-color: 3a3c17; 
}

#tdfooter {
	height: 50px;
	padding: 0 10 10 10;
	vertical-align: top;
	background-color: 3a3c17;
	background-image: url(bilder/hover_navi.png);
	background-repeat: repeat-x; 
}
.trenner {
	padding-bottom: 10px;
}