body { margin: 0; padding: 0; background: #2E3233; }

* {margin: 0; 	padding: 0; 	/*border: 0px none;*/
	font-family: Arial, Verdana, Helvetica, sans-serif; }

/*------------Basic styles------------*/ 
 
p, h1, h2, h3, span#design { margin: 0 2px; color: #fff;
font-weight: normal; text-decoration: none; background: transparent }


p { font-size: 0.8em; line-height: 1.3em; text-align: justify }

h4, h5, h6 {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-weight: normal; 
}

h1{ font-size: 1.3em; letter-spacing: 0.25em; line-height: 1.4em;}/* site heading */
h2 {color: #DE4B07; font-size: 1.0em;	line-height: 1.4em;} /* site heading */
h3 {color: #DE4B07; font-size: 0.8em; 	line-height: 1.4em;} /* sub headings */
h4 {
	color: #DE4B07;
	font-size: 0.9em;
	font-weight: bolder;
	background-image: url('titelback.jpg');
	/*text-transform: uppercase;*/
	line-height: 1.4em;
	text-align: center;
}

span#copyright {font-size: 12px; line-height: 15px; text-align: center; color: #FEC246;} /* sets the copyright styles */

span#design {float: right; font-size: 13px; line-height: 35px;}/* floats the design link into position */

span.validation {float: right; margin-right: 10px; }/* floats the validation buttons */

.validation img {	margin: 0; }/* floats the validation buttons */

div {	padding-bottom: 0px;	padding-left: 0;	padding-right: 0;	padding-top: 0px;}

/*  .headerclass {color: #DE4B07; font-size: 0.8em; line-height: 1.4em;}*/

#hdrimg a {	color: #06FF00; font-weight: normal; text-decoration: none; }
#hdrimg a strong { color: #06FF00; font-weight: normal; text-decoration: none; }
#hdrimg a:hover {	color: #06FF00; font-weight: normal; text-decoration: none;}
#hdrimg a:hover strong { color: #06FF00; font-weight: normal; text-decoration: none;}

/*-------------Layout----------------*/

#hdrimg {   /* Large image */
	background-image: url('hdr.gif');
	background-repeat: repeat-x;
	float: left;
	/*height: 170px;*/
	margin-bottom: 2px;
	/*voice-family: "\";*/
	/*voice-family: inherit;*/
	width: 100%;
}

html>body #hdrimg {	height: 150px; }/* ie5x hack ends here */

.rowcontainer { /* Used to keep the divs in a row.  you can use this for any size of divs */
	background-color: /*#37434B #333;*/ #2e3233;
	float: left;
	margin-bottom: 5px;
	overflow: hidden;
	width: 100%;
}

#bttmbar {	/* background-image: url('hdr.gif'); 
	 
	   background-color: #06FF00;  

 	background-image: url('bttmbar.gif');*/

	/*background-position: bottom;*/
	/*background-repeat: repeat-x;*/
	float: right; position: relative  ; width: 100%;text-align: center;
	/*height: 13px;	bottom: 4px;	*/
}

#logo { text-align: center; }

/*------Columns: Note they dont add up to 100%, this is intentional to avoid problems!----------*/ 

.fullcolumn { float: left; width: 99%;}		/* Full width column for a one column site */
.halfcolumn { float: left; width: 49%;}		/* Half width column for a two column site. */
.onethirdcolumn { float: left; width: 33%; }		/* One third width column for a three column site */
.quartercolumn { float: left; width: 24.5% }		/* One quarter width column for a four column site */
.threequartercolumn { float: left; width: 74.5% }

/*------------------------------Main Navigation------------------------------------------*/
#nav { height: 25px; left: 0px; position: absolute; top: 129px; width: 100%;  }

ul#nav { margin: 0; }

#nav li {
	/* Main nav items */
	float: right;
	font-size: 11px;
	list-style: none;
	text-align: center;
}

#nav li a {
	/* Although display:block suggests a vertical list the float:left property under #nav li causes the menu to float inline */
	display: block;
	margin-left: 18px; /* adds a gap between the tabs */
	margin-right: 5px;
	width: 90px; /* width of the tab */
	line-height: 22px; /* height of the tab */
	text-decoration: none;
}

#nav a:link, #nav a:visited  { background: url('tab.gif') no-repeat 0 -25px }
#nav a:hover, a:active   {            background: url('tab.gif') no-repeat 0 0;}
/*#nav a:active {	background: url('tab.gif') no-repeat 0 0;}*/
/*#nav a#current { color: Aqua; background: url('tab.gif') no-repeat 0 0 }*/
/*#nav a:current { color: Aqua;  }      fehler wg unbekannte klasse*/
/*-----------------------------------Other tags-----------------------------------------*/

acronym {
	border-bottom-color: #999;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	cursor: help;
}

blockquote {
	background-color: #333333;
	border-bottom-color: #DE4B07;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-top-color: #DE4B07;
	border-top-style: solid;
	border-top-width: 2px;
	margin-left: 1.5em;
	padding-left: 5px;
}

/* lists */
ul {
	list-style-image: url('bullet.gif');
	margin-bottom: 5px;
	margin-left: 6px;
	margin-right: 0;
	margin-top: 5px;
}

ol {
	list-style: decimal;
	margin-bottom: 5px;
	margin-left: 6px;
	margin-right: 0;
	margin-top: 5px;
}

ol li, ul li {
	color: #fff;
	font-size: 0.8em;
	line-height: 1.2em;
}

hr { /* rule styling */
	margin: 6px 0px; height: 1px; background: #444; color: #444 }
img {margin: 0 6px} /* all images styling */
img.right {float: right}  /* right floating images */
img.left {float: left}   /* left floating images */

/*-------------------------------------------------------------------------------*/

/* Modification done to basic theme */
/* Added */
#searchdiv { margin-bottom: 3px; margin-left: 2px; margin-top:0px;
 font-size: 0.8em; line-height: 1.2em; text-align: justify; 
 }
 
#but {  background-color: #06FF00;  }
 



a, a:visited {	 font-weight: bold; text-decoration: none; color:#FFF;}

a.wb {color:#DE4B07; font-weight: bold;	text-decoration: none;}

a:hover {	text-decoration: underline;}

h3.entrytitle {
	font-family:  Arial,Verdana, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 8px;
	padding: 0;
}

h3.entrytitle a, h3.entrytitle a:visited {
	color: #DE4B07;
	text-decoration: none;
}

h3.entrytitle  a:hover {
	color: #DE4B07;
	text-decoration: underline;
}

h3 a {
	border-width: 2px;
	color: #DE4B07;
	text-decoration: none;
}   

div .entrybody h3, div .entrybody h2 {
	color: #DE4B07;
	margin-bottom: 6px;
} 
/*  !!!!!!!!!!!!!!!!!!!!!!!!!  */
.entrybody a,  .entrybody a:visited {
	font-weight: bold;
  	font-size: 13px;    	margin-left: 3px;
  text-decoration: underline;
	color: #FFF9B9;
	letter-spacing: 0.1em;
}

h3 a:hover {
/*	border-style: none; */
	border-width: 2px;
	color: #333;
	text-decoration: none;
	text-shadow: none;
}

.firstpost p.comments_link, .entrybody p.comments_link {
	margin: 0;
}

.firstpost {
	background-color: #2E3233;
	background-image: url('latest.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
	border-color: #3e4243;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 15px;
	padding: 10px;
}

.entry {
	background-color: #2E3233;
	border-color: #3e4243;
	border-style: solid;
	border-width: 0px;
	color: #FFFFFF;
	margin-bottom: 15px;
	padding: 10px;
}

.arc {
	background-color: #2E3233;
	border-color: #3e4243;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	margin-bottom: 15px;
	padding: 10px;
}

.entrymeta {
	color: #FFFFFF;
	font-size: 11px;
	margin-bottom: 15px;
}

.entry ul, .entry ol {
	list-style: disc;
	margin-bottom: 10px;
	margin-left: 6px;
	margin-top: 10px;
}

.entry ul li, .entry ol li {
	line-height: 1.1em;
	padding-top: 2px;
}
/* comments*/
h2#comments {
	color: #DE4B07;
	font-size: 110%;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 2px;
}

#commentblock {
	clear: both;
	color: #999999;
	padding: 6px;
}

ol#commentlist {
	color: #9b9b9b;
	font-size: 0.9em;
	margin-left: 6px;
	margin-top: 0px;
	padding: 5px;
}

#commentlist li  p {
	line-height: 20px;
	margin-bottom: 8px;
	padding: 0;
}

.commentname {
	font-weight: bold;
	margin: 0;
	padding-bottom: 2px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.commentinfo {
	margin-bottom: 5px;
	margin-top: 3px;
}

.commenttext {
	background-color: #2E3233;
	border-top-color: #000;
	border-top-style: solid;
	border-top-width: 1px;
	clear: both;
	color: #999;
	line-height: 12px;
	margin-bottom: 6px;
	margin-top: 0px;
	padding: 5px;
}

.commenttext-admin {
	background-color: #2E3233;
	border-top-color: #000;
	border-top-style: solid;
	border-top-width: 1px;
	clear: both;
	color: #999;
	line-height: 12px;
	margin-bottom: 30px;
	margin-top: 0px;
	padding: 5px;
}

#commentsformheader {
	color: #DE4B07;
	font-size: 1.4em;
	padding-left: 18px;
}

#commentsform {
	margin-top: 0;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	text-align: center;
}

#commentsform form {
	margin: 0px;
	text-align: left;
}

#commentsform p {
	margin: 5px;
}

#commentsform form textarea {
	width: 99%;
}

p.comments_link  img {
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	margin: 0px;
	padding: 0px;
}

.hinweis { margin: 0 0 0 0;  padding: 0 0 0 0; 
font-size: 11.5px;  /* font-weight: bold; */ } 
 

/* Sidebar styling*/
#sidebar {
	background-color: #2E3233;
	border-color: #3e4243;
	border-style: solid;
	border-width: 1px;
	color: #dddddd;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	padding: 9px;
}

#sidebar h2 {
	border-bottom-color: #555;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #DE4B07;
	font-size: 85%;
	font-weight: bold;
	margin-bottom: 6px;
  /*text-transform: uppercase; */
}

#sidebar p {
	color: #999999;
	line-height: 1.2em;
	margin: 7px;
}

#sidebar a, #sidebar a:visited {
	color: #22FF00;
	text-decoration: none;
   background: url('none') 
}

#sidebar a:hover {
	color: #FEC246;
	text-decoration: underline;
}

#sidebar ul li {
	list-style-image: url('none');
	list-style-type: none;
	margin-bottom: 6px;
	margin-left: 6px;
}

#sidebar ul p, #sidebar ul select {
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 5px;
}

#sidebar ul ul, #sidebar ul ol {
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 0;
	margin-top: 5px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin-bottom: 0;
	margin-left: 6px;
	margin-right: 0;
	margin-top: 0;
}

ol li, #sidebar ul ol li {
		list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	list-style-image: url('bullet.gif');
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 0em;
	margin-left: 0.5em;
	margin-right: 0em;
	margin-top: 3px;
	padding-bottom: 0.1em;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0.1em;
}
.iput {background: White;}
.iputr{background: red;}

.nett{
	color: #d6d6d6;
	background-color:#DE4B07; /* #6e7ec6;*/
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
.werft{
	color: #415170;
	background-color:#d6d6d6;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

 
#gooobenrechts{  background: url('back5_ani.gif')  ;
	position: absolute; top:-1px; right:0px; width:250px; height:140px; 
} 