@charset "UTF-8";
/* CSS Document */

body, td, th{
padding:0px;
margin:0px;
text-align:center;
font-size:13px;
line-height:18px;
font-family: Tahoma, Geneva, sans-serif;
color:#542d24;
background-color:#f1edec;
}

#mitte { 	
  position:absolute;
  height:400px; 
  width:600px;
  margin:-200px 0px 0px -300px;
  top: 50%; 
  left: 50%;
  padding: 0px;
  overflow: auto;
}


p {
font-family: Tahoma, Geneva, sans-serif;
font-size:13px;
line-height:18px;
color:#542d24;
}

h1 {
	font-size:18px;
	color:#542d24;
	font-weight:bold;
}

h2 {
	font-size:16px;
	color:#cfb5a7;
	font-weight:bold;
}

h3 {
font-size:14px;
color:#542d24;
font-weight:bolder;
}

a:link , a:visited {
color: #542d24;
}

a:hover , a:active {
color: #986d5b;
}

.no a:link , .no a:visited {
color: #333333;
font-size:0.8em;
text-decoration:none;
}

.no a:hover , .no a:active {
color: #FF6600;
font-size:0.8em;
text-decoration:none;
}

.hinweis {
font-size:0.75em;
}

.hinweis2 {
font-size:0.65em;
line-height:1.1em;
}

a:focus { outline: none; }


