/* Formatierung von HTML-Elementen */


table                {spacing:0; padding:0;}
table td             {border-style:none;spacing:0; padding:0px; font-size:11px;}

div                  {margin:0;padding:0; font-size:11px;}
p                    {margin:0;padding:0; font-size:11px;}
span                 {}

td                   {padding:0; font-size:11px;}
th                   {margin:0;padding:0; font-size:11px;}

form                 {margin:0;padding:0;}


/* Eingabefelder */

input                {font-size:11px; font-family:verdana, arial, sans-serif; border:1px solid #6AA528; background-color:#FFF; margin-top:3px;}
select               {font-size:11px; font-family:verdana, arial, sans-serif; border:1px solid #6AA528; background-color:#FFF; margin-top:3px;}
textarea             {font-size:11px; font-family:verdana, arial, sans-serif; border:1px solid #6AA528; background-color:#FFF; margin-top:3px;}


/* Links */

a                    {color:#000000; font-size:11px; text-decoration:yes;}
a:hover              {color:#000000; font-size:11px; text-decoration:underline;}


/* Listen */

ul     			   {margin-left: 16px; padding:0px; list-style-type:disc;}
ol li  	   		   {padding:0px; }


/* Horizontale Linie */

hr                   {
	height:1px;
	background-color: #6AA528;
}
 
/* DESIGN */

html { 
  padding:10px;
  margin:0px;
}

body {
  background-color: #e8e8e8;
  font-size: 11px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#000;  
  text-align:center;
  margin:0px;
  padding:0px;
}

p,pre, h1, h2, hr {
margin:0px 10px 10px 10px;
}

h1 {
font-size:14px;
padding-top:10px;
text-transform:uppercase;
color: #6AA528;
background-color: transparent;
}

h2 {
font-size:12px;

padding-left:20px;
text-transform:uppercase;
color: #000;
background: transparent url(../gfx/h2.gif) no-repeat bottom left;
}

a { 
color: #6AA528;
font-size: 11px;
background-color:transparent;
font-weight:normal;
text-decoration: yes; 
}

.a_sub { 
color: #6AA528;
font-size: 11px;
background: transparent url(../gfx/subcat.gif) no-repeat bottom left;
font-weight:normal;
text-decoration: none; 
margin:0px 10px 10px 10px;
padding-left:15px;
}
 
 .a_navi { 
color: #6AA528;
font-size: 11px;
font-weight:bold;
text-decoration: none; 
margin:0px 0px 0px 0px;
}
 

/*  positioning-layers statisch und absolut */

#box {
	width:900px;
	margin: 0px auto;
	padding:0px;
	text-align:left;
	background-color:#D7E7C5;
	border: 1px solid #6AA528; 
}
#footer {
display:none;;
}

#links {
display:none;;
}

#inhalt {
	width:540px;
	padding:0px;
	float:left;
	background-color:#F0F6EA;
	overflow: auto;
	background-image:url(../gfx/omegin_blume.jpg);
	background-repeat: no-repeat;
	float:left;
}

#rechts {
display:none;
}



