/*************************************************************/
/*                                                           */
/*                                                           */
/*                      Stylesheet                           */
/*                 2006 - Thomas Wilke                       */
/*              http://www.compuwision.de                    */
/*                                                           */
/*                                                           */
/*************************************************************/

/* HTML Tags */
body {
	font-family : "trebuchet ms",arial, sans-serif;
	font-size : 12px;    
	line-height : 1.5em;
	color : #040818;
	margin : 0em;
	background:url("../pics/theme/back.jpg") center;
}
table{
	border-width : 0px;
	color : #040818;
}
a  {
    color : #555;

}
a.dunkel  {
    color : #fff;
	text-decoration : none;
}
a:hover {
    text-decoration : underline;
    color : #999;
}
p {
    font-size : 12px;
    color : #040818;
    line-height : 1.5em;
}
h1 {
	font-size : 13px;
}
h2 {
	font-family: Arial, verdana, helvetica, sans-serif;
	font-size : 18px;	
}
h3 {
	font-family: Arial, verdana, helvetica, sans-serif;
	font-size : 17px;	
}
h4 {
	font-family: Arial, verdana, helvetica, sans-serif;
	font-size : 15px;	
}
h5 {
	font-family: Arial, verdana, helvetica, sans-serif;
	font-size : 13px;	
}
textarea, input, select {
	color: #000;
	font-family: arial, sans-serif;
	margin: 1px;
	padding: 1px;
}
textarea {
	font-size: 14px;
}
legend {
	font-family : arial, sans-serif;
	font-weight : normal;
	font-size : 17px;
	background : #ccc;
	border: 1px solid #040818;
	padding: 3px;
}
fieldset {
	border: 1px solid #040818;
	padding: 7px;
}

/* Weiteres */

.border {
	border : 1px solid #040818;	
}
.outext {
	padding: 15px;	
}
.copyright {
	color: #999999;
	width: 300px;
	font-size : 9px;
 	font-family : verdana, arial, sans-serif;
  	text-align : center;
  	padding-top : 0;
  	margin-top:0.5em;
  	margin-right: auto;
	margin-left: auto;
  	border-top-style : dotted;
  	border-top-width : 1px;
  	border-top-color : #999999;
}
.highlite{
	color: #ff0000;
}
.highlite_back{
	background: #ff6666;
	padding-left: 5px;
	color: #000;
}
.blog{
	width : 650px;
	margin-left: auto;
	margin-right: auto;
}
.pageheader{
	padding: 0px;
	height: 286px;
}
.title {
	font-family : Georgia, verdana, arial, sans-serif;
    color : #1c1c1c;
    font-size : 30px;
    font-weight : bold;
}
.subtitle {
	font-family : Arial, sans-serif;
    color : #2d2d2d;
    font-size : 16px;
}
.pagefooter{
	padding: 16px 0 0 0;
	background : #FCF7F2;
	color : #333;	
	height: 35px;
	font-size : 8pt;
	text-align : center;
}
.text{
	width : 650px;
	margin : 0px;
	color : #040818;
	padding : 0px;
	text-align:justify;
	background:url("../pics/theme/logos_back.jpg") top right no-repeat;
}
.text_pad_logos{
	width : 470px;
	margin : 0px;
	color : #040818;
	padding : 0px 0px 0px 20px;
	text-align:justify;
}
.small {
    font-size : 11px;
    color : #444;
}
.topic {
    color : #555;
    font-size : 15px;
    font-weight : bold;
}
tr.heller, td.heller {
	background : #dfdfdf;	
}
tr.dunkler, td.dunkler {
	background : #ccc;	
}
tr.header, td.header {
	background : #153776;	
	color: #ffffff;
}
tr.header a {	
	color: #ffffff;
}

/* Hor_Img Menu */


/* Edit - - - Menu */
#menu { 
	border-right: 0px dotted #333;	
}
#hmenue {				
	margin: 0px;
    width:150px;
    padding:0px;
    font-size:12px;
}
#hmenue ul {
    margin:0;
    padding:0;
    list-style:none;
}
#hmenue li.current {
	background: #efefef;	
}
#hmenue a {
    display:block;
    padding:2px 5px 2px 5px;
    text-decoration:none;
    /*font-weight:bold;*/
    color:#555;
}
/* Commented Backslash Hack
    hides rule from IE5-Mac \*/
#hmenue a {float:none;}
/* End IE5-Mac hack */
#hmenue a:hover {
    color:#333333;
    background:#b6ecfb;
}