/*

#339966 - grün
#666666 - grau schrift
#cccccc - border
*/

h1,h2,h3,h4,h5,h6,pre,code { 
	font-size:1em;
}

/*ul,ol,li,*/h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset/*,input*/ {
	margin:0; 
	padding:0;
}

a img,:link img,:visited img { 
	border:none;
}

body {
	font-family: Verdana, Arial, Helvetica, Geneva;  
	font-size: 12px;
        text-align: center; /*für IE --> damit Site mittig*/
	/*line-height: 18px;*/
	color: #666666;
	background-color: #FFFFFF;   
        background-image: url(images/bg_img.jpg);        
	background-position: 50% 0%;
        background-repeat: no-repeat;
	margin: 0px;
}

img {
	border: none;
}

img, div, a { behavior: url(iepngfix.htc) }

td {
	font-family: Verdana, Arial, Helvetica, Geneva;    
	font-size: 12px;        
}

div {
	text-align: center;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #339966;
	text-decoration: none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, Geneva;
        font-style: normal;
        font-size: 18px;
	text-align: center;
	color: #666666;	
        font-weight: normal;
	line-height: 24px;
	margin: 0px;        
        display: inline;

}

h2 {
        font-weight: normal;
	font-style: normal;
        display: inline;
        color: #666666;
}

h3 {
        font-weight: bold;
	font-style: normal;
        display: inline;
        color: #666666;
}

h4 {
        font-weight: bold;
	font-style: normal;
        display: inline;
        color: #666666;
}

h5 {
        font-weight: bold;
	font-style: normal;
        display: inline;
        color: #666666;
}

h6 {
        font-weight: bold;
	font-style: normal;
        display: inline;
        color: #666666;
}

p {
	text-align: left;
        margin: 0px;
}

#page {
        width: 800px;
	margin: 0px auto;
	text-align: center;
        background-color: #FFFFFF;        
}

#image_top {        
        border: 1px solid #cccccc;       
}

#nav_main {
	font-family: Verdana, Arial, Helvetica, Geneva;  
	font-size: 18px;
        text-align: center;
	line-height: 14px;
	margin-left: 0px;
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
        border: 1px solid #cccccc;        
}

#nav_main a {
	margin-right: 20px;	
}
#nav_main a:link {
	color: #000000;
	text-decoration: none;
}
#nav_main a:visited {
	color: #000000;
	text-decoration: none;
}
#nav_main a:hover {
	color: #339966;
	text-decoration: none;
}

#content {
        border: 1px solid #cccccc;
}

#content_left {
        float: left;
	width:150px;
        padding: 10px;        
}

#content_left img {        
        margin: 10px 10px 10px 10px;
        border: 1px solid #000000;
}

#content_right {        
        float: right;
	width:600px;
        padding: 10px;
}

#content_right img {
        float: right;
        padding: 10px 10px 10px 10px;
}

#footer {
        clear: both;
	text-align: center;                  
        margin-top: 10px;
        margin-bottom: 10px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
        padding-right: 10px;
}

.clear {
	clear: both;
}

.justify {
        text-align: justify;
}

table.content
{
        font-family: Verdana, Arial, Helvetica, Geneva;
        font-size: 12px;
        font-style: normal;
        color: #a4a4a4;
        padding: 0px;
        clear: both;
        border-collapse: collapse;
        /*margin: auto;
        width: 845;*/        
}

td.content_left
{  
  text-align:					center;
  vertical-align:				top;
  background-color:				#FFFFFF;
  width:					180px;  
  padding-left:                                 20px;
}

td.content_right
{
  font-family:					Verdana, Arial, Helvetica, Geneva;
  font-size:					12px;
  font-style:					normal;
  color:					#666666;
  text-align:					left;
  vertical-align:				top;
  background-color:				#FFFFFF;
  width:					520px;
}

