@charset "utf-8";

/* ----------------------------------------
   Standardelemente
------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	padding-bottom: 1px; /* Scrollbalken immer anzeigen */
}

body {
	background: #404040 url('images/bg1.gif');
	font: normal 13px Verdana,sans-serif;
	color: #345;
	padding-bottom: 1em;
	text-align: center;
}



a {color: #06A;}
a:hover {color: #036;}

p {padding: 0.1em 0 0.8em;}

h1 {font: normal 1.8em Georgia,Tahoma,sans-serif;}

h2 {
   font: bold 1.3em Verdana,sans-serif;
}

h3 {
   font: bold 1.1em Verdana,sans-serif;
   color: #006699;
}

blockquote {
    border: 1px solid #EAEAEA;
	  color: #555;
	  display: block;
	  font: normal 1em sans-serif;
	  margin-bottom: 1em;
	  padding: 10px 1em 0.2em 42px;
}

ul,ol {margin: 0 0 1em 1.6em;}

ul ul, ol ol {margin: 0.3em 0 0.3em 1em;}



img {border: none;}
img.borde {background: #FFF; padding: 5px; border: 1px solid #CCCCCC;}
img.left {margin-right: 1em;}
img.right {margin-left: 1em;}

small,.small {font-size: 0.85em;}
big,.big {font-size: 1.2em;}

/* ----------------------------------------
  Tabellen
------------------------------------------- */

.TStab1 {
     background-color: #FFFFFF;
     padding: 5px;
     font-size: 0.8em;     
}

.TStab2 {
     background-color: #F5F5F5;
     padding: 5px;
     font-size: 0.8em;     
}

.TStab3 {
     background-color: #F5F5F5;
     padding: 3px;
     font-size: 0.8em;     
}
.TStab4 {
     background-color: #333333;
     color: #FFFFFF;
     padding: 3px;
     font-size: 0.8em;     
}

/* ----------------------------------------
  Formulare
------------------------------------------- */



/* Inputs */

.TSinput, .TSselect, .TSarea {
     font-family:  Verdana, Arial, Helvetica, sans-serif;
     border: 1px dotted #CCCCCC;
     font-size: 0.8em;
     margin-bottom: 3px;
}

.TSarea {
  padding: 5px;
}

a.imgbutton {
background: transparent url('../images/right.gif') no-repeat scroll top right;
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1em;
display: block;
float: left;
height: 22px; /* Hoehe der verwendeten Grafik (Des angezeigten Teils)*/
margin-right: 6px;
padding-right: 18px;
text-decoration: none;
}

a.imgbutton span {
background: transparent url('../images/left.gif') no-repeat;
display: block;
line-height: 12px;
padding: 5px 0 5px 18px;
font-size: 1em;
}

a.imgbutton:hover {
background-position: bottom right;
color: #333333;
outline: none; /* Punktierten Umriss im Firefox verhindern */
font-size: 1em;
}

a.imgbutton:hover span {
background-position: bottom left;
padding: 6px 0 4px 18px; /* Verschiebt Text um 1px nach unten */
font-size: 1em;
} 

.TSbutton {
	background-color: #dfe6f4;
	padding: 2px 2px 2px 2px;
  color: #000000;
  /* #265694 */
	border-top: 1px solid #b7cdee;
	border-left: 1px solid #b7cdee;
	border-right: 1px solid #515f7a;
	border-bottom: 1px solid #515f7a;
	margin-left: 10px;
	margin-bottom: 5px;
}

.TSred {
	font-size: 0.9em;
	color: #FF0000;
	font-weight: bold;
}

/* ----------------------------------------
   Layout
------------------------------------------- */

/* Main */

#layout_wrapper {
	margin: 10px auto 0;
	width: 780px;
	text-align: left;
}

#layout_container {
	background: #FFF;
	padding: 0 5px;
}

#layout_ecke_oben, #layout_ecke_unten {
	background: url('images/layout_ecken.gif') no-repeat left top;
	display: block;
	height: 10px;
	font-size: 0;
	line-height: 0;
}

#layout_ecke_unten {background-position: left bottom;}

/* Main Layout */

#main_left {
      width: 595px;
}

#main_right {width: 170px;}



#banner {
	background: #739CBA url('images/banner.jpg') no-repeat left top;
	padding: 62px 10px 0;
}



/*Reiter */

#tabs ul {
	margin: 0;
	padding: 0;
}

#tabs li {
	display:inline;
	list-style:none;
}

#tabs a {
	background: url("images/tab_links.gif") no-repeat left top;
	float: left;
	font: bold 0.9em sans-serif;
	margin-right: 3px;
	padding-left: 4px;
	text-decoration: none;
}

#tabs a span {
	float: left;
	display: block;
	background: url("images/tab_rechts.gif") no-repeat right top;
	padding: 5px 10px 5px 6px;
	color: #FFFFFF;
}



/* Commented Backslash Hack hides rule from IE5-Mac \*/

#tabs a span {float: none;}

/* End IE5-Mac hack */



#tabs a:hover span {color: #608AAA;}

#tabs a:hover {background-position: 0% -42px;}

#tabs a:hover span {background-position:100% -42px;}

#tabs li.current_page_item a {color: #47A; background-position: 0% -42px;}

#tabs li.current_page_item a span {background-position:100% -42px;}


/* Footer */

#footer {
	background: #FFFFFF url('images/footer.gif') no-repeat left top;
	padding: 8px 12px 2px;
	font-size: 0.85em;
	font-weight: bold;
	color: #FAFCFF;
}


/* ----------------------------------------
   Diverses
------------------------------------------- */

/* Text */

.bold {font-weight: bold;}
.tright {text-align: right;}
.tcenter {text-align: center;}
.tright {text-align: right;}


/* Floats */

.left {float: left;}
.right {float: right;}

/* Clear */
.clear,.clearer {clear: both;}

.clearer,.spacer {
	display: block;
	font-size: 0;
	line-height: 0;
}

.bild{
  padding:5px;
  border: 1px solid #CCC;
  background-color: #FFFFFF;
  margin-right: 5px;
}


/* ----------------------------------------
   Inhaltsbloecke
------------------------------------------- */

.post {
	margin-bottom: 5px;
	color: #444;
}

.post_header {
	background: #FFFFFF url('images/header_oben.gif') no-repeat left top;
	padding: 6px 12px 2px;
	font-size: 1.0em;
	font-weight: bold;
	color: #FAFCFF;
}

.post_header_abschluss {

 background: #FFFFFF url('images/header_unten.gif') no-repeat left top;

 padding: 2px 12px 2px;

 margin-bottom: 10px;

}



.post_desc {

	background: #DCE6EB url('images/desc_oben.gif') no-repeat left top;

	padding: 6px 12px 2px;

	font-size: 0.9em;	

	color: #333333;

}

.post_desc_abschluss {

 background: #DCE6EB url('images/desc_unten.gif') no-repeat left top;

 padding: 2px 12px 2px;

 margin-bottom: 10px;

}



.post_title {
	background: #FFFFFF url('images/inhalt_titel.gif') no-repeat left top;
	padding: 6px 12px 5px;
}

.post_title h1 {color: #FFFFFF; font: bold 0.9em Verdana,sans-serif;}
.post_title h1 a {color: #FFFFFF;}
.post_title h1 a:hover {

	color: #FFFFFF;

	text-decoration: underline;

}

.post_title h1.left {width: 380px}

.post_date {

	color: #999;

	padding-top: 1px;

	font-size: 0.85em;

}

.post_inline {

	margin: 5px;

	padding: 0 5px;

	background: #FFFFFF;

	border: 1px solid #CCCCCC;

}



.post_body .TSarea, .TSinput{

   border: 1px solid #CCCCCC;

   font-size: 1.0em;

   margin-bottom: 5px;

}



.post_body {

	background: #F5F5F5 url('images/post/body.gif') repeat-x left top;

	padding: 10px 10px 1px;

	font-size: 0.9em;

	margin-bottom: 10px;

}



.post_bottom {

	background: url('images/post/bottom.gif') no-repeat left top;

	display: block;

	height: 5px;

	font-size: 0;

	line-height: 0;

}

.post_search_text {

	font-size: 0.85em;

	padding: 2px 0;

}



.post_body .header{

  font-size: 1.3em;

  font-weight: bold;



}





.post hr {

   margin-top: 10px;   

   border: 1px dashed #cccccc;

}

.code {

	display: block;

	background: #FFFFFF;

	color: #006699;

	border: 1px solid #CCCCCC;

	padding: 5px 10px;

	overflow: auto;

	margin: 1em 0;

	font-size: 0.9em;

	line-height: 1.5em;

}

/* ----------------------------------------

   Seitliche Boxen füer Menues und Texte

------------------------------------------- */



.box {margin-bottom: 5px;}

.box_title {

	background: #FFFFFF url('images/box_oben.gif') no-repeat left top;

	padding: 6px 10px 5px;

	font-weight: bold;

	font-size: 0.9em;

	color: #FFFFFF;

}

.box_body {

	background: #DCE6EB url('images/box_inhalt.gif') repeat-x left top;

	padding: 8px 10px 1px;

	font-size: 0.9em;

}

.box_bottom {

	background: url('images/box_unten.gif') no-repeat left top;

	display: block;

	height: 5px;

	font-size: 0;

	line-height: 0;

}



.box ul {

	list-style-type: none;

	padding: 0px;

	margin: 0px;

}

.box li {

	display: block;

	border-top: 1px solid #FFFFFF;

	border-bottom: 1px solid #CBD8E6;

	margin-bottom: 0px;

	background-color: #DCE6EB;

	color: #333333;

	font-weight: bold;

}

.box li a, .box li a:link {

	text-decoration: none;

	display: block;

	color: #333333;

	width: 146px;

	padding-top: 4px;

	padding-bottom: 4px;

	padding-left: 4px;

}

.box li a:visited {

	color: #333333;

}



.box li a:hover, .box li a:active, .box li a:focus {

	color: #333333;

	background-color: #FFFFFF;

}



/* ----------------------------------------

   Width, height, margin, padding

------------------------------------------- */



.h5 {height: 5px;}

.p5 {padding: 5px;}

.p10 {padding: 10px;}