/* CSS Document */

* {
	margin:0;
	padding: 0;
}
html {	font-family: Arial, Verdana, Tahoma, Arial, Helvetica, sans-serif;	
	font-size: 100.01%; }
body {
	background-color: #000;
	font-size: 0.9em; 
	font-family: Arial, Verdana, Tahoma, Arial, Helvetica, sans-serif;	
	color:#fff;
	text-align:center;
	height: 100%;
	min-height:100%;
}

a { color: #f5742f;}
a:hover { color: #fff;}
p{ font-size: 0.8em;}
h1{ 	font-size: 1.2em;
	text-align: center;}
h4	{ color: #f5742f;}
hr { color: #f5742f;}
/*td { border:1px solid #f5742f;}*/
img { border:1px solid #f5742f;}

/* ----------container zentriert das layout-------------- */
#container {
	/*width: 100%;*/
	width:753px;
	min-height:100%;
	position:relative;
	margin: 0em auto;
	padding: 0px;
	background-color: #000;
	text-align: center;
	border:1px solid #f5742f;
}

/* ----------banner for logo-------------- */
#banner {
	width:753px;
	margin: 0;
	padding: 0;
	background-color: #000; /*#EBD3E0;*/
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	height:275px;	
	background-position: center;
}

#bannermenu{

	float: right;
	font-size:0.75em;
	color: #fff;
	margin-top: 4em;
	margin-right:1em;	
}

#bannermenu ul li {
list-style-type: none ;
	display: inline;
	color: #fff;
	text-decoration: none;
}

#bannermenu ul li a{

	color: #fff;
	text-decoration: none;
}
 

#mainnavi {

	background-color: #000 /*#f5742f*/;
	border-left: 0px solid #f5742f;
	border-right: 0px solid #f5742f;
	padding:0px;
	color: #000;
	font-size: 0.8em;
	width:753px;

}

#mainnavi ul{
	
	display: inline; 
}
#mainnavi  li{
	list-style-type: none ;
	display: inline;

		
	
}
#mainnavi  li a {
	
	border: 1px solid #f5742f;
	color: #fff;
	width:91px;
	text-decoration: none;
}
#mainnavi  li a:hover {
	
	border: 1px solid #f5742f;
	color: #f5742f;
	text-decoration: none;
}

/* -----------------Inhalt--------------------- */

* html #content {
	height: 510px;

}
#content {
	
	min-height:1810px;

	background-color: transparent; /*#F7D6E7;*/
	text-align: center;
	padding: 30px 20px  0 20px;
	border: 0px solid f5742f;
			
	width:700px;

}


#contenttext{ 

	border: 0px solid red;
	height: 100%;
	text-align: left;
}
#contenttext h1{}




 * html #pagecontent3{height:100%;	}
 
 #pagecontent3{
    	
    	width:700px;	
  	min-height:1000px;

 }