/* default styles
   -------------- */
  
body { 
	padding: 0; 
	margin: 0; 
	font: 12px Arial; 
	color: #000; 
	background-image: url(img/bg.gif);
}
td {
font: 12px Arial; 
	color: #000; }


a {
	color: #072931; 
	background: inherit;
	text-decoration: none;
}

a:hover {
	color: #072931;
	background: inherit;	
}

a.title {
	color: #FE6700;
	background: #FFF;
}

h1 {
	font: bold 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0px; 
	padding: 0px;
	margin: 0px;
	color: #fff;
	background: inherit;
	display:inline;

}



h2 { 
	margin: 0 0 5px 0; 
	padding: 0; 
	font: bold 1.5em Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #000; 
	background: inherit;
}

h2 .yellow{
	color: #FFFCD1;
	background: inherit;
}

p {	margin: 0 0 5px 0; }

ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

form { 
	margin: 0; 
	display:inline;
}

input, select, textarea { 
	
	border: 1px solid #ff9b5e;
	color: #808080;
	background-color: #fff;
}

hr
{

color: #c8cbce;
background-color: #c8cbce;
height: 1px;
border: 0;


}


img {
border: 0px none;
}

/* layout
   ------ */

.main
{
	background-color: #fff;
	width: 960px;
	text-align: left;
}

.main_inner
{
	width:918px;
	margin: 21px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#header
{
	

	width: 918px;
	height: 42px;
	
}

#logo
{
	float:left;
	top:-30px;
}

#header_box
{
	float:right;
	width: 640px;
	height: 38px;
	background-color: #e6e8ed;
	border: 1px #c8c8c8 solid;
	
	text-align:left;
	vertical-align:bottom;
}

#suche
{
	float: left;
	height: 24px;
	margin-top: 7px;
	margin-left: 7px;
	width: 277px;
	display: inline;
}

#kommentar_name
{
	float: left;
	height: 24px;

	width: 124px;
	border-color: #5ea6ff;
	display: inline;
}

#kommentar_text
{
	float: left;
	height: 24px;

	margin-left: 7px;
	width: 304px;
	border-color: #5ea6ff;
		display: inline;
}

#kommentar_submit
{
	float: left;
	margin-left: 7px;
	margin-top: -1px;
	border: 0px none;
	display: inline;
}

#suche_button
{
	float: left;
	height: 26px;
	width: 66px;
	border: 0px none;
	margin-top: 6px;
	margin-left: 7px;
	display: inline;
}

#ves
{
	float:left;
	margin-left: 132px;
	margin-top:12px;
}

#left_col
{
	display:inline;
	width: 262px;
	border: 1px solid;
}

#main_col
{
display:inline;
	width: 244px;
	border: 1px solid;
}

#content
{
	
	margin-top: 25px;
	width:918px;
}


.nav
{
	width:258px;
	border: 1px #c8cad0 solid;
}

.nav_grey
{
	width:258px;
	border: 1px #c8cad0 solid;
	background-color: #e6e8ed;
}

#nav_header
{
	width: 100%;
	height: 24px;
	background-color: #e6e8ed;
}

.entry
{
	margin-left:11px; 
	padding-top: 3px;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.cat_lvl_1
{
	

	color: #005dd1;
}

.cat_lvl_2
{
	color: #595757;

	
}

.cat_lvl_3
{
	color: red;
	
	
	
	
}

.cats
{
	padding-top: 3px;
	font-weight: bold;
}

.footer
{
	font: 12px Arial;
	color: #595959;
}

.grey_text_bold
{
	font: bold 12px Arial;
	color: #949494;
}

.grey_text
{
	font: 12px Arial;
	color: #949494;
}

.red_text
{
	font: 14px Arial;
	color: #e75800;
}

.blue_text
{
	font: 12px Arial;
	color: #005dd1;
}

.big_text
{
	font: bold 18px Arial;

}

.orange_header
{
	font: bold 16px Arial;
	color: #e75800;
}

.active
{
	font-weight: bold;
}

.deactivated
{
	filter:alpha(opacity=50); 
	opacity:0.5; 
}

.detail_title
{
	font: bold 20px Arial;
	color: #000;
	padding-bottom:0px;

}

.infotext
{
	width: 640px;
	
	background: #e6e8ed;
	border: 1px solid #c8c8c8;
}

.startbox
{
	float:left;
	width: 305px;

	margin: 5px;
}
