/* html Body */

*	{
	margin: 0;
	padding: 0;
	}

html
	{
	width:98%;
	}
			
body
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	line-height:17px;
	background-color:#FFF;
	width:98%;
	}
	
	
/* Hyperlinks */
	
a:link { text-decoration:none; color:#ec7007; font-weight:normal; }
a:visited { text-decoration:none; color:#ec7007; font-weight:normal; }
a:hover { text-decoration:underline; color:#ec7007; font-weight:bold; }
a:active { text-decoration:underline; color:#ec7007; font-weight:normal; }

	
	
/* Überschriften */

h1 { color:#333333; font-size:16px; font-weight:bold;}
h2 { font-size:13px; font-weight:bold;}
h3 { font-size:13px; font-weight:bold;}
h4 { font-size:13px; font-weight:bold;}
h5 { font-size:13px; font-weight:bold;}
h6 { font-size:13px; font-weight:bold;}



/* Container und Formatierung in Container */

.container_ban
	{
	float:left;
	width:98%;
	margin:10px 0 0 5px;
	background-color:#FFFFFF;
	}
	
.container_orange
	{
	float:left;
	margin:10px 0 0 5px;
	width:98%;
	height:23px;	
	border-bottom:3px solid #EF6E03;
	color:#333333;
	font-weight:bold;
	padding:7px 0 0 0px;
	font-size:16px;
	}
	
.container_grau
	{
	float:left;
	margin:10px 0 0 0;
	width:98%;
	height:23px;	
	background-color:#333333;
	color:#FFFFFF;
	padding:7px 5px 0 5px;
	}
	
.container_grau a:link
	{
	text-decoration:none; 
	color:#FFFFFF; 
	font-weight:normal;
	}
	
.container_grau a:visited
	{
	text-decoration:none; 
	color:#FFFFFF; 
	font-weight:normal;
	}
	
.container_grau a:hover
	{
	text-decoration:none; 
	color:#FFFFFF; 
	font-weight:normal;
	}
	
.container_grau a:active
	{
	text-decoration:none; 
	color:#FFFFFF; 
	font-weight:normal;
	}
	
.container_headlines
	{
	float:left;
	margin:10px 0 20px 0;
	width:98%;
	}
	
.table
	{
	margin:0;
	padding:0;
	}
	
.td
	{
	vertical-align:top;
	}
	
.bild
	{
	float:left;
	margin:0 0 0 5px;
	width:60px;	
	}
	
.text
	{
	float:left;	
	}
	
.content_text
	{
	float:left;
	width:98%;
	margin:10px 0 0 5px;
	}
	
.bottom_left
	{
	float:left;
	}
	
.bottom_right
	{
	float:right;
	}
	
.clearer
	{
	float:left;
	margin:20px 0 0 5px;
	width:98%;
	}
	
.spacer
	{
	float:left;
	width:98%;
	height:10px;
	}
