@charset "UTF-8";
@media all
{

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erh�lt Standardschriftgr��e von 12 Pixeln */
  body {
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
  }

  /*--- Headings | �berschriften ------------------------------------------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family: Arial, Helvetica;
    font-weight:bold;
    color:#000;
    margin: 0 0 0 0;
  }

  h1 { font-size: 250%; }                       
  h2 { font-size: 16px; font-weight: bold;}                       
  h3 { font-size: 13px; font-weight: bold;}                       
  h4 { 
	font-size: 16px; 
	font-weight: bold;
	text-transform:uppercase;	
  }                    
  h5 { font-size: 116.67%; }                    
  h6 { font-size: 116.67%; }                    

  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */

  p { line-height: 1.5em; margin: 0 0 1em 0; }

  blockquote, cite,q {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style:italic;
  }
  blockquote { margin: 0 0 1em 1.6em; color: #666; }

  strong,b { font-weight: bold; }
  em,i { font-style: italic; }

  pre, code, kbd, tt, samp, var { font-size: 100%; }
  pre, code { color: #800; }
  pre { line-height: 1.5em; margin: 0 0 1em 0; }
  kbd, samp, var { color: #666; }
  var { font-style: italic; }

  acronym, abbr {
    border-bottom: 1px #aaa dotted;
    font-variant: small-caps;
    letter-spacing: .07em;
    cursor: help;
  }

  sub, sup { font-size: 91.6667%; }

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
  }

  /*--- Links ----------------------------------------------------------------------------------------- */

  a { color: #009900; background:transparent; text-decoration:none; }
  a:visited  { }

  a:focus,
  a:hover,
  a:active { text-decoration:underline; }
  
  h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { color: #000; }
  h1 a:focus, h1 a:hover, h1 a:active,
  h2 a:focus, h2 a:hover, h2 a:active,
  h3 a:focus, h3 a:hover, h3 a:active,
  h4 a:focus, h4 a:hover, h4 a:active,
  h5 a:focus, h5 a:hover, h5 a:active,
  h6 a:focus, h6 a:hover, h6 a:active { text-decoration:none; }

  /* --- images (with optional captions) | Bilder (mit optionaler Bildunterschrift) ------------------ */

  p.icaption_left { float:left; display:inline; margin: 0 1em 0.15em 0; }
  p.icaption_right { float:right; display:inline; margin: 0 0 0.15em 1em; }

  p.icaption_left img,
  p.icaption_right img { padding:0; border: 1px #888 solid; }

  p.icaption_left strong,
  p.icaption_right strong { display:block; overflow:hidden; margin-top: 2px; padding: 0.3em 0.5em; background: #eee; font-weight: normal; font-size: 91.667%; }
  
  /* --- Allgemeine Auszeichnungen ------------------ */
  .alignright { float: right;	}
  .alignleft { float: left; }
  .hidden { display:none; }
  
  /* --- Post-Liste ------------------ */
  .post {
	margin-bottom:16px;
  }
  .post_head a{
	outline:0;
	display:block;
	padding:5px;
	text-decoration:none;
	background: #EEEEEE url("images/topic_bg.gif") no-repeat 515px -37px;
	}
  .post_head a:hover{
	background-position: 515px 0px;
	}
   .post_info, .more {
	float:right;
	font-size: 12px;
	color: #757575;
	}
	
  .entry {
	margin:8px 0 8px 0;
	}
	
  .postmetadata {
	font-size: 12px;
	}
	
  .navigation {
	display: block;
	text-align: center;
	margin-bottom: 32px;
	font-size:12px;
	}
	
  /* --- Sidebar ------------------ */
  #sidebar {
	padding: 16px 0 32px 32px; 
	}
  #sidebar  ul {
	padding:0;
	margin:0;
	}
	
  #sidebar  ul li{
	list-style-type: none;
	list-style-image: none;
	padding:0;
	margin:0;
	}
  #sidebar  ul li ul li{
	margin:0 0 0 8px;
	}
  #sidebar  ul li.widget{ margin-bottom: 12px;}
	
  #sidebar h2.widgettitle{ text-transform: uppercase;}
  
  /* --- Pages-Navigation - Inhaltsseiten------------------ */
  #pages-2 li.page_item{
	text-transform: uppercase;
	color: #000000;
	font-size: 16px;
	}
  #pages-2 li.page_item a{
	color: #000000;
	font-weight: bold;
	}
	
  /* --- alw_loginForm ------------------ */	
  #login_widget  input {
	border: 1px solid #EEEEEE;
	width: 112px;
	padding: 2px;
	}
  #login_widget  p{
	clear:both;
	margin-right:4px;
	font-size: 12px;
	}
	
	
  #login_widget .form_input {
	float:left;
	width: 95%;
	margin: 8px 0 0 0;
	}
  #login_widget .form_input label {
	float:left;
	margin-top:2px;
	}
  #login_widget .form_input input{
	float:right;
	marign-right:8px;
	}
  p#alw_login_p label input{
	width: auto;
  }
  #login_widget input.alw_send_button {
	
	border: 2px solid #EEEEEE;
	background-color: #EEEEEE;
  }
  
   /* --- searchform ------------------ */
  form#searchform input#s {
	width:112px;
	border: 1px solid #EEEEEE;
	padding: 2px;
	}
  form#searchform input#searchsubmit {
	width:64px;
	border: 2px solid #EEEEEE;
	background-color: #EEEEEE;
	}

  
  
  /* --- Slideshow ------------------ */
.sponsors_slideshow {
	background-image: none;
	background-color: transparent;
	position: relative;
	display: block;
	text-align: center;
	margin: 1em auto;
	padding: 0;
}
.sponsors_slideshow a {
	display: block;
	/*margin: 8px auto;*/
}
.sponsors_slideshow img {
	border: none;
	display: block;
	margin: 0 auto;
	padding: 0;
}

	
.sponsors_slideshow_control p {
	text-align: left;
	clear: both;
}
.sponsors_slideshow_control label {
	padding: 0.5em 0.5em;
	width: 6em;
	float: left;
}
.sponsors_slideshow_control input {
	display: inline;
	clear: none;
	width: auto;
	border-width: 1px;
	border-style: solid;
	border-collapse: separate;
	border-spacing: 0;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/*--------------------------------subtemplates------------------------------------*/

  .subcolumns { width: 100%; overflow:hidden; }

  /* (en) alternative class for optional support of old Mozilla/Netscape browers */
  /* (de) Alternative Klasse zur optionalen Unterstützung alter Mozilla/Netscape-Brower */
  .subcolumns_oldgecko { width: 100%; float:left; }

  .c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l {float: left; }
  .c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r {float: right; margin-left: -5px; }

  .c25l, .c25r { width: 25%; }
  .c33l, .c33r { width: 33.333%; }
  .c50l, .c50r { width: 50%; }
  .c66l, .c66r { width: 66.666%; }
  .c75l, .c75r { width: 75%; }
  .c38l, .c38r { width: 38.2%; }
  .c62l, .c62r { width: 61.8%; }

  .subc  { margin: 0 8px 0 8px; }
  .subcl { margin: 0 8px 0 8px; }
  .subcr { margin: 0 8px 0 8px; }

  .subc , .subcl, .subcr { padding:8px; }
  
  .equalize, .equalize .subcolumns { overflow:visible; display:table; table-layout:fixed; }
  .equalize .c50l,.equalize .c25l,.equalize .c33l,.equalize .c38l,.equalize .c66l,
  .equalize .c75l,.equalize .c62l,.equalize .c50r,.equalize .c25r,.equalize .c33r,
  .equalize .c38r,.equalize .c66r,.equalize .c75r,.equalize .c62r {
    display:table-cell; vertical-align:top;
    float:none; margin:0; overflow:hidden;
	background: transparent url("images/bg_line.gif") repeat-y top center;
  }

 /*-----------------------Footer-Boxen-----------------------------------------*/


}



