html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	/*margin: 0;
	padding: 0;*/
	border: 0;
}
/* ############################################################ */

body{
	color:#000000;
	font-size:12px;
	margin: 0px;
	padding: 0;
	/*text-align: center;  korrektur für IE 5.x */
	/*background-image: url(../images/bg-tile.jpg);
	background-attachment: fixed;
	background-color: #E2670B;*/
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* ############## DIV/LAYER Formatierungen ################## */

#spyder {
	position:absolute;
	width:975px;
	/*height:47px;*/
	visibility: hidden;
}

#flags {
	position:absolute;
	left:2px;
	top:2px;
	width:20px;
	height:150px;
	z-index:1;
	}
	
.layout {   	

}

.layout #container { 
    	/*position: relative;*/
		width: 851px;
    	margin: 0px 0px 0px 25px;
		border: 0px;
		padding: 0px;
		background: #FFFFFF;;
    	/*text-align: left;  Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
    } 
	
	
.layout #header { 
	left:0px;
	top:0px;
	padding: 0px 2px 0px 2px;
	width:100%;
	height:250px;
    } 
	
.layout #menu {
	width:847px;
	/*width: 100%;*/
	margin: 2px 2px 8px 2px;
	background-color: #1E2369;
}	
	
	
.layout #content_home {
    	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
    	margin-left:2px;
		margin-top: 6px;
		width:423px;
    	/*background-color: #99FF00;*/
		padding: 0px 0px 0px 0px;
		display: inline;
    }

.layout #content { 
    	/*margin: 0 200px;*/    	  
		margin: 6px 245px 0px 0px;
		/*width:211px;
		height:100px;
		background-color: #1E2369;*/
		padding: 0px 0px 0px 10px;
    } 
.layout #content H1 { 
		color: #1E2369;
    }	


.layout #permnav {
    	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
		width:212px;
		margin: 6px 2px 0px 0px;
		/*background-color: #6633FF;*/
		padding: 0px 0px 0px 0px;
    }
	
.layout #news { 
    	/*margin: 0 200px;*/    	  
		margin: 6px 214px 0px 426px;
		/*width:211px;
		height:100px;
		background-color: #1E2369;*/
		padding: 0px 0px 0px 0px;
    } 
	
	
.layout #footer { 
		height: 27px;
    	padding: 0;
		margin: 15px 0px 0px 0px;
    } 

.layout #fusszeile {
	padding: 0;
	margin: 0px 0px 0px 0px;
	background-color: #1E2369;
	text-align: center;
    } 
	
.clearfloat { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }

.fltrt { 
    	float: right;
    	margin-left: 8px;
    }
.fltlft { 
    	float: left;
    	margin-right: 8px;
    }
	
/* ##########   TEXT-/LINKFORMATIERUNGEN  ############### */

.titel {
	font-size:18px;
	color:#E50003;
	font-weight: bold;
	line-height: 30px;
}




.mainlink {
	font-family:Arial;
	font-size:14px;
	color:#CCCCCC;
	text-decoration:none;
	font-weight:bold;
	line-height: 30px;
}
/*.openedmainlink {
	font-family:Arial;
	font-size:14px;
	color:#D0A41C;
	text-decoration:none;
	font-weight:bold;
	line-height: 30px;
}*/

.openedmainlink {
	background-color: #C86E1E; /*oranger hintergrund */
	color: #FF0000;
	font-size:12px;
	font-weight:bold;
}

.sublink {
	font-family:Arial;
	color:#333333;
	text-decoration:none;
	font-size:12px;
	padding-left: 4px;
	/*padding: 2px;
	height: 20px;*/
}
.bgsublink {
	background-image: url(../images/bg-sub.gif);
	height: 16px;
	width: 127px;
	margin-left: 20px;
}

.openedsublink {
	font-family:Arial;
	color:#000000;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding-left: 4px;
}
.bgopenedsublink {
	background-image: url(../images/bg-openedsub.gif);
	height: 16px;
	width: 127px;
	margin-left: 20px;
}

.subsublink {
	font-family:Arial;
	color:#333333;
	text-decoration:none;
	font-size:11px;
	padding-left: 4px;
}
.bgsubsublink {
	background-image: url(../images/bg-subsub.gif);
	height: 14px;
	width: 127px;
	margin-left: 20px;
}

.openedsubsublink {
	font-family:Arial;
	color:#000000;
	text-decoration:none;
	font-size:11px;
	padding-left: 4px;
}
.bgopenedsubsublink {
	background-image: url(../images/bg-openedsubsub.gif);
	height: 14px;
	width: 127px;
	margin-left: 20px;
}

.link {
	font-family:Arial;
	font-size:12px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}
.openedlink {
	font-family:Arial;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}


a {
	font-weight:normal;
	color:#E2670B;/*
	text-decoration: none;*/
}

a:hover {
	color:#000000;
}

.klein {
	font-family:Arial;
	font-size:9px;
	color:#000000;
}

.gold {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-decoration: none;
	color:#C86E1E;
}

.goldgross {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color:#C86E1E;
}

.feld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E7E7E7;
	border: 1px solid #666666;
	margin:2px;
	padding: 0 4px 0 4px;
}
.search {
	/*background-color: #F8F2FA;*/
	font-size: 11px;
}

.footernav {
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}

.tabUeberschrift {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E2670B;
	letter-spacing: 0.1em;
}.centr {
	text-align: center;
	width: 150px;
}

