/* CSS Document */

/* ------------------------------- formatting ----------------------------- */

body {
	margin: 0;
	padding: 0;
	background-color: #ffffcc;
	font-family:Arial, sans-serif
	}

h1 {
	font: bold 18pt Arial, sans-serif;
	color: #336666;
	margin-top: 0px;
	}

h2 {
	font: 16pt Arial, sans-serif;
	color: #336666;
	}

#news h2 {
	font: 14pt Arial, sans-serif;
	color: #000000;
	margin: 5px;
	}

h3 {
	font: bold 12pt;
	color: #336666;
	margin-bottom: 2px;
	}

#news h3 {
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	margin: 5px;
	}

h5 {
	font: italic bold small Arial, sans-serif;
	color: #336666;
	margin-top: 2px;
	}
	
p {
	font: 10pt Verdana, sans-serif;
	}

#w3c {
	position:relative;
	left:25%;
	}	

#center p {
	font: 0.8em Verdana, sans-serif;
	}

#footer p {
	margin: 4px;
	text-align: center;
	}

ul#mainnav li .activ {
	background-color: #ffcc66;
	color: #336666;
	}

a {
	color: #34339B;		
	}
a:hover {
	color: #9C191E;	
	}
	
a img {
	border: 0px none;
	display: block;			/* removes extra space underneath caused by default text-alignment */
	}

div#top a {
	display: block;			/* makes the background hover effect work in Mozilla */
	width: 153px;
	background-color: #5C6F90;
	}

div#top a:hover {
	background-color: #43616B;
	}

.textbox {					/* Until IE understands <css> input[type="file"] { </css> It's better to define a new style then it is to re-define the input tag because radio buttons cop a beating */
	padding: 4px;
	font:  small verdana, sans-serif;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	}

.latestarticle {
	margin-bottom: 0px;
	clear: right;
	font: bold medium Verdana, sans-serif;
	}

.date {
	display: block;
	text-align: right;
	color: #A5B5C6;
	font: x-small Verdana, sans-serif;
	}

.author {
	display: block;
	color: #336666;
	font: medium Verdana, sans-serif;
	}
#umg {
	list-style-type:circle;
	}

table.gabu {
	border-width:2px;
	border:inset 1px;
	padding:5px
}


/* --------------------------Preistabelle ------------------------------------*/


table.preis {
   	background: none #336666;
   	border: inset 1px solid #336666;
   	margin: 10px 0 40px 0;
   	width: 100%;
	font-size: 10pt;
}

td {
	border-width:1px;
	border-style:inset;
	}

.colx {
   	background: none #ffffcc;
   	border: 1px solid #336666;
   	width: auto;
   	height: 20px;
   	padding:5px;
	font: medium Verdana, sans-serif;
	font-size: 10pt;
	text-align:center;
}

.col1 {
   	background: none #ffffcc;
   	border: 1px solid #336666;
   	width: 25%;
   	font: bold medium Verdana, sans-serif;
	color: #336666;
	font-size: 10pt;
	padding-left:5px;
}

.ti {
   	background: none #ffffcc;
   	border: 5px solid #336666;
	text-indent:5px;
	color: #336666;
	font: bold large Verdana, sans-serif;
	font-size: 12pt;
}

/* ------------------------------- layout ----------------------------- 

Notes:

Do not mix px widths with % widths for margins, borders or padding because 
the total box width = set width + padding + border.  (It helps if you can add them together)

The box model hack is used to fix an bug in IE5-Win ...for an explanation from the guy that
wrote it go to http://www.tantek.com/CSS/Examples/boxmodelhack.html

IE6-Win will behave like IE5-Win  if you include <?xml version="1.0"?>  It is apparently
unneccessary so leave it out!

Left Col Widths:
 |  pad   |         width        |  pad   | 				
 ------------------------------------------					
 |   0    |          25%         |   0    |	
 
Center Margins:
 |  marg  |         width        |  marg  | 
 ------------------------------------------
 |   25%  |        (auto)        |   25%  |

Right Col Widths:
 |  pad   |         width        |  pad   | 				
 ------------------------------------------					
 |  1.5%  |          22%         |  1.5%  |				total width= 25%
 

*/

#top {
	height: 29px;
	padding: 0px;
	background-color: #D6D6D6;
	border: 1px solid;
	}
	
#center {
	margin: 0 15% 0 20%;
	padding: 2% 2%;
	color: #000;
	}

#left {
	position: absolute;
	top: 31px;
	padding: 0px;
	width: 20%;
	height: 700px;
	background-color: #336666;
	color: #D6D6D6;
	}

#news {
	position: absolute;
	top: 30px;
	width: 11.9%;			/* why not 22%?  because at some sizes the rounding difference adds up to more than 100% and gives us a horizontal scroll bar */
	height: 500px;
	overflow: hidden;
	margin-left: 85%;
	padding: 1.5%;
	background-color: #ffcc66;
	border: 1px solid;
	}

#ag {
	width: 100px;
	float: right;
	margin-bottom: 20px;
	margin-left: 50px;
	}

#hb {
	width: 40%;
	float: right;
	margin-bottom: 20px;
	margin-left: 50px;
	}
#rb {
	width: 80%;
	text-align:center;
	margin-left:0px;
	margin-top: 20px;
	}

#ro {
	width: 100%;
	margin-left:0px;
	text-align:center;
	}

div#news p.row {
	width: 90%;
	margin: 0px 5px 1em 5px;
	}

div#news p.row span.leftcol {
	float: left;
	color: #000000;
	}
	
div#news p.row span.rightcol {
	width: 70%;
	float: right;
	}
	
div#news p.row span.rightcol a {
	color: #000000;
	font-weight: bold;
	}
	
div#news p.row span.rightcol a:hover {
	color: #A4B5C5;
	}
	
.spacer {
	display: block;
	height: 1px;
	font: 1px /1 sans-serif;
	clear: both;
	}

#footer {
	clear: both;
	border-top: 1px solid #5C6F90;
	border-bottom: 1px solid #5C6F90;
	background-color: #D6D6D6;
	color: #000;
	}

/* 

-------------------------------- Navigation ------------------------------ 

List tips courtesy of A List Apart: http://www.alistapart.com/stories/taminglists/

*/


ul#mainnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #D6D6D6;
	}
		
ul#mainnav li {
	display: block;
	border-top: 1px solid #A5B5C6;
	}

ul#mainnav .lin {
	border-bottom: 1px solid #A5B5C6;
	}

ul#mainnav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 6px 6%;
	background-color: #336666;
	font: bold 12pt arial, sans-serif;		/* If you get an unwanted gap after your a block (IE-Win) try increasing the line height		*/
	color: #ffffff;
	text-decoration: none;
	width: 88%;				/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		*/
	}

ul#mainnav li a:hover {
	background-color: #ffcc66;
	color: #336666;
	}
	
ul#mainnav ul.subnav {
	margin: 0px;
	list-style: none;
	padding: 0px;
	border: 0px solid pink;
	}

ul#mainnav ul.subnav li {
	border-top: 0 none;
	border: 0px solid green;
	padding-left: 1.5em;
	}

ul#mainnav ul.subnav li a {
	padding: 1%;
	margin: 0px;
	font: bold 0.7em /1.5 verdana, sans-serif;
	color: #5C6F90;
	background-color: transparent;
	border: 0px solid yellow;
	}

ul#mainnav ul.subnav li a:hover {
	color: #43616B;
	background-color: transparent;
	text-decoration: underline;
	}
/* ---------------------------------------------------------------------*/
  






