/* Allgemeines */
*{
padding: 0;
margin: 0;
}
body{
	
	background-image: non;
	background-repeat: no-repeat;
	background-attachment: fixed; 
	font-size: 100%;
	font-family: Terminal;
	text-align: center;
	padding: 0;
	margin: 0;
	border-collapse:collapse;
}
/* ---------AUSSEN ZENTRIERT ALLES---------------*/
#aussen{
	top:0;
	left:0;
	text-align:center;
	height:100%;
	width:100%;
}
/* --------------MITTE IST DER INHALTSCONTAINER GESAMT----------------*/
#mitte{
	position:relative;
	top:0;
	margin: 10px auto;
	width: 760px;
}
#head{
	float: left;
	width: 756px;
	height: 176px;
	text-align: right;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	padding: 0px;
	margin: 0;
}
#content1{
	width: 160px;
	padding-top: 20px;
	margin: 0px 0 0px 20px;
	float: right;
	background-position: center;
	background-repeat: no-repeat;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
}
#content2{
	width: 550px;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 20px;
	float: left ;
	border-top: 0px solid #000000 ;
	border-right: 2px solid #414B56 ;
	border-left: 0px solid #000000;
	
}

/*Textformate*/
p{
	font-family: Verdana, Arial, "Trebuchet MS", "Times New Roman";
	text-align: left;
	color: #414B56;
	font-size: 13px;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.2em;
	margin: 12px;
	
}

i{
	font-family: Verdana, Arial, "Trebuchet MS", "Times New Roman";
	text-align: left;
	color: #414B56;
	font-size:13px;
	font-style: normal;
	word-spacing: normal;
	letter-spacing: 1,0;
	line-height: 1.2em;
	margin: 0px;
}


k{
	font-family: Verdana, Arial, "Trebuchet MS", "Times New Roman";
	text-align: center;
	color: #ffffff;
	font-size:20px;
	font-style: inherit;
	word-spacing: normal;
	letter-spacing: 1,0;
	line-height: 1.8em;
	margin: 0px 0px;
}

l{
	font-family: Verdana, Arial, "Trebuchet MS", "Times New Roman";
	text-align: left;
	color: #ff9900;
	font-size:13px;
	font-style: normal;
	word-spacing: normal;
	letter-spacing: 1,0;
	line-height: 1.2em;
	margin-left: 0px;
	
}




.underline{	text-decoration: underline;}


p.cont{
	text-decoration: none;
		text-align: left;
	word-spacing: normal;
	font-size: 13px;
	letter-spacing: 0;
    margin: 0px;
}
img{
	border: 0px none;
	background-repeat: no-repeat;
	background-position: left;
    margin: 0px;
}
a.cont{
	font-family: Verdana, Arial, "Trebuchet MS", "Times New Roman";
	font-size: 13px;
	font-style: normal;
	font-variant: small-caps;
	text-align: left;
	float: left;
	color: #000000;
	text-decoration: none;
	padding: 0px 0 0px 0;
	margin: 0;
	width: 100%;
	display: block;
}


/*--------------NAVI NEBEN********* - */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


#navh{
	width:100%;
	border-top: 0px solid #414B56;
}
#navh ul, li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#navh li{
	float: left;
	width: 126px;
}
#navh p{
	text-align: center;
	color: #414B56;
	text-decoration:none;
	font-size: 16px;
	font-variant: small-caps;
	padding: 8px 0 8px 0;
	margin: 0;
	width: 100%;
	display: block;
}

#navh a{
	font-family: Verdana, Arial, "Trebuchet MS", "Times New Roman";
	font-size: 16px;
	font-style: normal;
	font-variant: small-caps;
	text-align: center;
	float: left;
	color: #414B56;
	text-decoration:none;
	padding: 7px 0 7px 0;
	margin: 0;
	width: 100%;
	display: block;
}

#navh a:hover{
	color: #FFF;
	background-color: #414B56;	
}


#foot{
	width: 756px;
	height: 30px;
	float: right;
	text-align: center;
	border-top: 2px solid #414B56;
	border-bottom: 0px solid #000000;
	padding-top: 10px;
	margin: 0px;
}
navf{
	width:100%;
	border-top: 0px solid #414B56;
}
#navf ul, li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}
#navf li{
	float: right;
	width: 252px;
}
#navf p{
	text-align: center;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-variant: small-caps;
	padding: 0px 0 0px 0;
	margin: 0;
	width: 100%;
	display: block;
}
#navf a{
	text-align: center;
	font-family: Verdana, Arial, "Trebuchet MS", "Times New Roman";
	font-size: 13px;
	font-style: normal;
	font-variant: small-caps;
	color: #000000;
	text-decoration: none;
	padding: 0px 0 0px 0;
	margin: 0;
	width: 100%;
	display: block;
}
#navf a:hover{
	color: #FFF;
	background-color: #414B56;
}


