/* CSS Document */

body {
	margin:0;
	padding:0;
	text-align: center;
	background: url("../grafik/background_main.jpg") 50%;
}

/* commented backslash mac hack  \*/ 
html, body {
   height:100%;
   min-height: 100%;
   margin-bottom: 1px;
}
/* end hack */ 

.li_normal{
	 list-style-type:none;
	 margin-left:-15px;
	 padding-left: 15px;
	 padding-bottom:10px;
     background-image:url(../grafik/ul.gif);
     background-repeat:no-repeat;
     background-position: 0px 7px;
}

a:link        { color: #368122; text-decoration: none; }
a:visited     { color: #368122; text-decoration: none; }
a:hover	      { color: #000000; }
a:active      { color: #368122; text-decoration: none; }

a.sub:link        { color: #000000; text-decoration: none; }
a.sub:visited     { color: #000000; text-decoration: none; }
a.sub:hover	      { color: #368122; }
a.sub:active      { color: #000000; text-decoration: none; }

#container_page {	
	width: 665px;	
	margin: 0 auto;
	text-align: left;
	height: 539px;
	min-height:539px;
}
#content_main
{
	width: 665px;
}
#kontakt{
	position:absolute;
	text-align:right;
	width:231px;
	height:41px;
	margin-left:433px;
	margin-top:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
#menu
{
	position:absolute;
	width:383px;
	height:36px;
	margin-left:282px;
	margin-top:71px;

}
#menuline
{
	position:absolute;
	width:665px;
	height:6px;
	margin-top:107px;
}
#logo
{
	position:absolute;
	width:116px;
	height:64px;
	margin-top:23px;
	margin-left:55px;
	/*background-image:url(../grafik/concard_logo.jpg)*/
}
#floater
{
  position:absolute; /*visibility:hidden;*/
  width:150px; height:auto;
  color:#330;
  margin:0; padding:4px;
  border:1px solid #330;
  border-top:3px solid #330;
	/*background-image:url(../grafik/concard_logo.jpg)*/
}
#submenu 
{
	position:absolute;
	width: 155px;
	margin-top:375px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*font-weight:bold;*/
}
#content_text{
	position:absolute;
	width:450px;
	margin-top:368px;
	margin-left:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.6;
}
#unten{
	position:absolute;
	float: bottom ; 
	width:150px;
	margin-left:15px;
	margin-bottom:20px;
	bottom:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

.li_sub{
     list-style-type:none;
	 margin-left:-15px;
	 padding-left: 15px;
	 padding-bottom:14px;
     background-image:url(../grafik/eck.gif);
     background-repeat:no-repeat;
     background-position: 0px 4px;
}
.hover{
	color:#368122;
}
.klein{
	font-size:9px;
}
.header{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
.normal{
	font-weight:normal;
}
.weiss{
	color: #666666;
}
.blocksatz{
	/*text-align: justify;*/
}
.copyright{
	font-size:9px;
	vertical-align: top;
}
.lineheight{
	line-height:1.6;
}