/*////////////////////////////////////////////////////// 
ALLGEMEINE FORMATIERUNG FÜR BUDOGATE® TEMPLATE 04 
//////////////////////////////////////////////////////*/
* { 
	margin: 0px; 
	padding: 0px;
}
html, body { 
	height: 100%;
}

body {	
	border:0px;
	background:#fffae6 url(../images/allgemein/bg_verlauf.gif) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center; /* mittig fuer IE */
}

 /* Anfang Schatten */
.tableholder { 
	height:100%;
	width:896px;
	border:0px;
	margin-left:auto;
	margin-right:auto;
	background: url(../images/allgemein/bg_tableholder.png) no-repeat;
}
 /* Ende Schatten */
table { 
	height:100%;
	width:836px;
	border:0px;
	margin-left:auto;
	margin-right:auto;
}

.tr1 { 
	height:1px;
}
.tr2 { 
	height:100%;
}
.tr3 { 
	height:1px;
}
td, th { 
	vertical-align:top;
	text-align:left;
}
hr {
	border:0;
	border-top: 1px solid #CCCCCC;
	margin:5px 0 10px 0;
	height:0;
}
p, div, ul, ol {
	font-family:Arial, Helvetica, Verdana, sans_serif;
	color:#303030;
	font-size: 13px;
	line-height:150%;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-style:italic;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #004494;
	margin-bottom:10px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	line-height:130%;
	font-size: 14px;
	color: #5776b4;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	line-height:130%;
	font-size: 13px;
	color: #004494;
}
img {
	border: 0;
	/* png-behaviour for ie5.5 to ie6. NON STANDARD RULE. pfad von css-seite aus. Wichtig: in der Datei iepngfix.htc den Pfad zu dem dort eingebauten blank.gif richtig angeben. Die Datei blank.gif im image-Ordner nicht vergessen! */
	behaviour: url(../js/iepngfix.htc); 
}
ul, ol {
	margin-left:20px;
	margin-bottom:10px;
	padding:0px 20px;
	margin-top:10px;
	padding-left:0px;
}
li {
	list-style-image:url(../images/allgemein/list_img.png);
}
.auflistung {
	padding-left:20px;
	
}


/*//////////////////////////LINKS//////////////////////////*/

a:link {
	color: #004494;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #004494;
}
a:hover {
	text-decoration: none;
	color: #004494;
}
a:active {
	text-decoration: underline;
	color: #004494;
}

.navi a:link, .navi a:visited, .navi a:hover, .navi a:active {
	text-decoration: none;
	color: #ffffff;
	font-style:italic;
}
.navi a:hover {
	color: #fecc00;
}
.submenu a:link, .submenu a:visited, .submenu a:hover, .submenu a:active {
	color: #F58220;
}
.on a:link, .on a:visited, .on a:hover, .on a:active {
	text-decoration: none;
	color: #fecc00;
	font-weight:bold;
}
.on2 a:link, .on2 a:visited, .on2 a:hover, .on2 a:active {
	text-decoration: none;
	color: #5776b4;
}
.main a:link, .main a:visited, .main a:hover, .main a:active {
	color: #5776b4;
}
.tdindex a:link, .tdindex a:visited, .tdindex a:hover, .tdindex a:active {
	color: #5776b4;
	font-size:14px;
}


/*////////////////////////////////////////////////////// 
KONTAKT 
//////////////////////////////////////////////////////*/

.kontakt {
	margin:0px 20px;
	width: 454px;
}
.kontakt td {
	font-size:11px;
}
.kontakt .tdleft {
	width:100px;
	padding:0px;
}

input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#303030;
	border:none;
	background-color:#EFEFEF;
	padding:2px 5px;
	margin-bottom:10px;
	width:90%;
}
textarea[name="nachricht"] {
    margin-bottom:10px;
}
input[name="spamblocker"] {
	width:96px;
}
input[type="submit"] {
	font-size:12px;
	border:none;
	color:#FFF;
	background-color:#888;
	padding:2px;
	width:auto;
}

/*////////////////////////////////////////////////////// 
TOP 
//////////////////////////////////////////////////////*/

.logo {
	background:#D5DEEB url(../images/allgemein/logo2.gif) no-repeat;
	border:0px solid #007AC3;
	border-bottom:0px solid #FFF;
	border-top:0;
	border-left:0;
	width:220px;
	height:220px;
	text-align:center;
	vertical-align:middle;
}
.top {
	background:#004494 url(../images/allgemein/header_01.jpg) no-repeat;
	border-bottom: 0px solid #CCCCCC;
}
.swfs {
	padding:0px;
	height:220px;
	overflow:hidden;
}

/*////////////////////////////////////////////////////// 
NAVI
//////////////////////////////////////////////////////*/

.navi {
	background: #004494 url(../images/allgemein/bg_navi.png) no-repeat bottom;
}
.menu {
	background: #5776b4;/**/
	border-bottom: 1px solid #dce2f2;
	padding: 7px;
	padding-left:23px;
}
.submenu {
	background:#FDE6D2;
	border-bottom: 1px solid #004494;
	padding: 7px;
	padding-left:23px;
}
.on {
	background:#5776b4 url(../images/allgemein/bg_menu.png) no-repeat bottom;/*gelbe farbe: #fecc00*/
	border-bottom: 1px solid #dce2f2;
}
.navi .ueberschrift {
	background:#fecc00;
}
.messagebox, .bilderbox {
	border-bottom: 1px solid #004494;
	height:110px;
}

/*////////////////////////////////////////////////////// 
TWITTER
//////////////////////////////////////////////////////*/

.twitter {
	background:#fdcc03;
	background:#004594;
	border-bottom: 1px solid #dce2f2;
	padding: 0px 23px;
}

/*////////////////////////////////////////////////////// 
FACEBOOK 
//////////////////////////////////////////////////////*/

.fb {
display:block;
margin-right:5px;
line-height:0;
}


/*////////////////////////////////////////////////////// 
MAIN
//////////////////////////////////////////////////////*/

.main {
	background: #fee57f;
	background: #dce2f2 url(../images/allgemein/bg_main.png) no-repeat;
	padding: 20px 0px;
}
.main p {
	margin-bottom:10px;
	padding:0px 20px;
}
.main h1, h2 {
	padding-left:20px;
	padding-right:20px;
}


/*////////////////////////////////////////////////////// 
NEWSSYSTEM
//////////////////////////////////////////////////////*/

.wmnews_box {
	padding-top:0px;
	margin-left:10px;
	margin-right:10px;
}
.wmnews_box table {
	margin-top:5px; /*Abstand zwischen Headline und obere Newsbox*/
	margin-bottom:10px;/* Abstand zwischen Headline und Copy*/
}


/*////////////////////////////////////////////////////// 
SKYSCRAPER
//////////////////////////////////////////////////////*/

.skyscraper {
	width:120px;
	height:600px;
	background:#004494 url(../images/allgemein/bg_skyscraper.png) no-repeat;
	background:#004494 url(../images/allgemein/banner.jpg) no-repeat;
	border-left:0px solid #F58220;
	line-height:0px;
	font-size:0px;
}
.skyscraper a {
	border:0px;
}
.fitness {
	background:#007AC3 url(../images/allgemein/banner_fitness.jpg) no-repeat;
}

/*////////////////////////////////////////////////////// 
DOWNLOADS
//////////////////////////////////////////////////////*/

.downloadholder {
	margin-bottom:15px;
	background:#EFEFEF;
}
.downloadpic {
	float:left;
	line-height:0;
}
.downloadlink {
	float:left;
	padding:5px;
}

/*////////////////////////////////////////////////////// 
COPYRIGHT 
//////////////////////////////////////////////////////*/

.copyright {
	font-size: 9px;
	color: #004494;
	background:#fecc00;
	border-top:0px solid #F58220;
	padding-top:20px;
	padding-left:20px;
	padding-bottom:20px;
	vertical-align:bottom;
}

/*////////////////////////////////////////////////////// 
ZUSATZFORMATIERUNGEN 
//////////////////////////////////////////////////////*/

.award {
    font-size:9px;
	font-family:Arial, Helvetica, Verdana, sans_serif;
	text-align:center;
	padding:10px;
}
.bu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #994112;
	color: #303030;
}
.fett {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #303030;
}
.clearer {
	clear:both;
	height:0;
	line-height:0;
	padding:0;
	margin:0;
}
.farbe {
	color: #007AC3;
}












