/* CSS Document */
html { 
  padding:0px;
  margin:0px;
}

body {
  background-image: url(../img/img_background.jpg);
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  text-align:center;
	margin:0px;
	padding:0px;
}

h1 {
font-size:14px;
padding-top:10px;
text-transform:uppercase;
color: #564b47;
background-color: transparent;
	}

a { 
color: #666666;
font-size: 11px;
background-color:transparent;
text-decoration: none; 
}
 
.list_tiptitel  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.liest_tiptxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
}

/*  positioning-images statisch und absolut */

#img_tittip {
height:2px;
margin-top:17px;
margin-bottom:10px;
}
#img_titinhalt {
margin-top:17px;
padding-bottom:10px;
}
#line_tip {
width:121px;
height:1px;
background-color:#CCCCCC;
margin-top:4px;
margin-bottom:4px;
}
#img_inhalt {
padding-bottom:10px;
}
#txt_tip {
width:121px;
margin-top:0px;
padding-bottom:0px;
}
#txt_inhalt{
height:250px;
width:526px;
font-size:10px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47; 
}
#txt_inhalttitel{
width:526px;
font-size:10px;
font-weight: bold;
margin-bottom:3px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47; 
}
#li_titel{
font-size:12px;
font-weight: bold;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47; 
}

/*  positioning-layers statisch und absolut */

#box {
width:995px;
margin: 0px auto;
padding:0px;
text-align:left;
}

#boxmain {
width:995px;
height:490px;
margin: 0px auto;
padding:0px;
text-align:left;
background-image: url(../img/img_table_bg.png);
}
#boxintro {
width:995px;
height:490px;
margin: 0px auto;
padding:0px;
text-align:left;
}
#links {
width:253px;
height: 470px;
padding:0px;
padding-top:17px;
padding-left:12px;
padding-right:7px;
float:left;
background-color:transparent;
}

#inhalt {
width:534px;
height:470px;
padding:0px;
padding-top:0px;
padding-left:18px;
padding-right:15px;
color: #00000;
float:left;
background-color:transparent;
}
#nav_sub{
margin-top:10px;
padding-right:0px;
width:526px;
background-color:transparent;
}
#rechts {
width:140px;
height: 470px;
padding:0px;
padding-top:0px;
padding-left:5px;
padding-right:0px;
float:left;

background-color:transparent;

}

#kopf {
width:995px;
background-color:transparent;
height: 91px;
}



#kopf p {
padding:0px;
margin:0px;
}

.ie .example {
  background-color: yellow
}
.ie7 #MainFlash {
  background-color: orange
}
.gecko .example {
  background-color: gray
}
.win.gecko .example {
  background-color: red
}
.linux.gecko .example {
  background-color: pink
}
.opera .example {
  background-color: green
}
.konqueror .example {
  background-color: blue
}
.webkit .example {
  background-color: black
}
.example {
  width: 100px;
  height: 100px;
}
.no_js { display: block }
.has_js { display: none }
.js .no_js { display: none }
.js .has_js { display: block }

