* {
   	margin : 0;
   	padding : 0;
   	border : 0;
   	list-style : none;
}

.test {
	border: 0px double blue;
}

body {
	background-color : #CEE0EC;
	margin-left:0em;
   	/*font-family : verdana, sans serif;
   	font-size: 11px;
   	font-weight: normal;
   	color: #333333;
   	font-family: verdana, sans-serif;*/
}

a {
	font-family : verdana, sans serif;
   	font-size: 11px;
   	color: #000000;
   	/*font-weight: bold;*/
   	text-decoration: none;
}


p {
	font-family : verdana, sans serif;
   	font-size: 11px;
   	font-weight: normal;
   	color:#000000;
}

td {
	font-family : verdana, sans serif;
   	font-size: 11px;
   	font-weight: normal;
   	color:#000000;
   	margin: 0;
	padding: 0;

}
tr {
   	margin: 0;
	padding: 0;
}

h1 {
	font-family : verdana, sans serif;
   	font-size: 11px;
   	font-weight: bold;
   	color:#000000;
   	margin: 4px 0px 20px 0px;
}

h2 {
	font-family : verdana, sans serif;
   	font-size: 11px;
   	font-weight: bold;
   	color:#000000;
   	margin: 4px 0px 20px 0px;
}

h3 {
	font-family : verdana, sans serif;
   	font-size: 13px;
   	font-weight: bold;
   	color:#000000;
   	margin: 4px 0px 20px 0px;
}

hr {
	border: 1px solid #ffffff;
}


a.subnavigation {
    text-align: left;
    color:#000;
    font-weight: bold;
    display: block;
    width: 100px;
    text-decoration: none;
    margin:0;
    padding: 6px 50px;
    background: url(linie_navi.gif) no-repeat;
}

.align-center{
	text-align: center;
}

.navioben {
	font-family : verdana, sans serif;
   	font-size: 7pt;
   	font-weight: normal;
   	color: #555555;
   	text-decoration: none;
}

.input { 
	border: 1px solid #000000; 
	background-color: #CEE0EC; 
	font-family : verdana, sans serif;
	font-size: 9pt; 
	font-weight: normal;
	color: #000000; 
}

.button { 
	background-color:#CEE0EC; 
	color: #000000; 
	width: 100px; 
	border: 1px solid #000000; 
	font-family : verdana, sans serif;
	font-size: 9pt; 
	font-weight: bold; 
}

.buttondel { 
	background-color:#CEE0EC; 
	color: #000000; 
	width: 130px; 
	border: 1px solid #000000; 
	font-family : verdana, sans serif;
	font-size: 9pt; 
	font-weight: bold; 
}

.contenttable { 
	width: 500px; 
}

.submit { 
	height: 16px; 
	background-color : #aaaaaa;
	width: 16px;
}

/*********************************************************
 * Hier kann alles im NEWS-Bereich formatiert werden
 *********************************************************/
.newstitel {
    	font-family: verdana, sans-serif;
	font-size : 11px;
	color : #000000;
	font-weight : bold;
	margin: 0px 0px 0px 0px;
}

.newstitel strong {
font-size: 11px;
}

.news_title {
        font-family: verdana, sans-serif;
	font-size : 11px;
	color : #ffffff;
        font-weight : bold;
        margin: 10px 0px 0px 0px;
}

.news-single-item H2 {
        font-size: 16px;
        font-weight:bold;
        color: #85A600;
        margin-bottom: 0px;
}

.newssubtitel {
	font-family: verdana, sans-serif;
	font-size :11px;
	color : #000000;
	font-weight : normal;
}

.newsinhalt {
	font-family: verdana, sans-serif;
	font-size: 11px;
	margin : 0 0 0 0;
        font-weight: normal;
        color: #000000;
}
/*********************************************************
 * Hier kann alles im Content-Bereich formatiert werden
 *********************************************************/
 
 
 
/*********************************************************
 * Hier kann alles im Produkte-Bereich formatiert werden
 *********************************************************/
.tableborder { 
	border-collapse: collapse; 
}

.tdlinie { 
	border: 1px solid #cccccc; 
	padding: 2px;
} 
/*********************************************************
 * Hier kann alles im Produkte-Bereich formatiert werden
 *********************************************************/



/***************************************************
 * Hier kann alles im Menu-Bereich formatiert werden
 ***************************************************/
/* Root = Vertical, Secondary = Vertical */
ul#navmenu-v,
ul#navmenu-v li,
ul#navmenu-v ul {
	margin: 0;
  	border: 0 none;
  	padding: 0;
  	width: 200px; /*For KHTML*/
  	list-style: none;
  	/*background-color: #ffffff;*/
}

ul#navmenu-v:after /*From IE 7 lack of compliance*/{
  	clear: both;
  	display: block;
  	font: 1px/0px serif;
  	content: ".";
  	height: 0;
  	visibility: hidden;
}

ul#navmenu-v li {
  	float: left; /*For IE 7 lack of compliance*/
  	display: block !important; /*For GOOD browsers*/
  	display: inline; /*For IE*/
  	position: relative;
	background: url(linie_navi.gif) repeat-x;
}

/* Root Menu */
ul#navmenu-v a {
  	/*padding: 0 6px;*/
	background-image:url(linie_navi.gif);
	background-repeat:repeat-x;
	
  	padding-top: 6px;
  	padding-bottom: 6px;
  	padding-left: 50px;
  	display: block;
  	text-decoration: none;
  	/*height: auto !important;
  	height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu-v a:hover,
ul#navmenu-v li:hover a,
ul#navmenu-v li.iehover a {
  	background: #deeaf2;
  	color: #000;
}

/* 2nd Menu */
ul#navmenu-v li:hover li a,
ul#navmenu-v li.iehover li a {
  	color: #000;
	background: url(linie_navi.gif) repeat-x;
	background-color: #ffffff;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-v li:hover li a:hover,
ul#navmenu-v li:hover li:hover a,
ul#navmenu-v li.iehover li a:hover,
ul#navmenu-v li.iehover li.iehover a {
  	background: #deeaf2;
  	color: #000;
}

ul#navmenu-v ul,
ul#navmenu-v ul ul,
ul#navmenu-v ul ul ul {
  	display: none;
  	position: absolute;
  	top: 0;
  	left: 200px;
	background-color: #ffffff;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-v li:hover ul ul,
ul#navmenu-v li:hover ul ul ul,
ul#navmenu-v li.iehover ul ul,
ul#navmenu-v li.iehover ul ul ul {
  	display: none;
}

ul#navmenu-v li:hover ul,
ul#navmenu-v ul li:hover ul,
ul#navmenu-v ul ul li:hover ul,
ul#navmenu-v li.iehover ul,
ul#navmenu-v ul li.iehover ul,
ul#navmenu-v ul ul li.iehover ul {
  	display: block;
	color: #000;
	background: #deeaf2;
	background: url(linie_navi.gif) repeat-x;
}

