/* css fuer tonie.de */

html, body {
      margin:0px;
      padding:0px;
}

body {background-color:#fff;
      color: #333;
		
		background-position: bottom right;
		background-repeat: no-repeat;
      
      }


div#oben{
   width:100%;
   height:170px;
   color: #fff;
   background-color: #000033;
	border-bottom:1px solid #cc0000;
	background-image: url(elemente/obenback.png);
	background-repeat: repeat-x;
}

div#blume{
   width:800px;
   height:327px;
   background-image: url(elemente/handbanner_neu.png);
   background-repeat: no-repeat;
   margin-top:-170px;
}

div#content{
   margin:0 auto;
   margin-top:-220px;
   width:1000px;
   min-height:700px;
   background-image: url(elemente/back.png);
   background-repeat: no-repeat;
   
}

div#unten{
   width:100%;
   height:50px;
   color: #fff;
   background-color: #cc0000;
	background-image: url(elemente/untenback.png);
	background-repeat: repeat-x;
	margin-bottom:0;
	border-top:1px solid #000033;
	clear:both;
}
#unten img{
	float: right;
	margin-right:250px;
	margin-top:20px;
            
	
	
}




div#logo{
   width:257px;
   height:157px;
   background-image:url(elemente/logo.png);
   background-repeat: no-repeat;
   margin-top: -70px;
   float:right;
   
}
div#menue{
   width:500px;
   height:32px;
   float:left;
   margin-left: 150px;
   margin-top: 18px;
}
#menue img{
   border:none;
	border-bottom:none;
}
#menue a{
	
border-bottom:none;
}
div#text{
	clear: both;
	width:800px;
	min-height:400px;
	margin: 0 auto;
	padding-top:40px;
}

div#links{
	width:530px;
	float:left;
	text-align: justify;
}
div#rechts{
	float:right;
	width:200px;
	height:300px;
	
}

/* schrift */

p, li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	background-color: transparent;
	text-transform: lowercase;
}

.date{
	font-weight: bold;
	font-size:14px;
	border-bottom:1px solid #cc0000;
	border-left:8px solid #cc0000;
	color: #000033;
	line-height:34px;
	
}
.block{
	text-align: justify;
}
.klein{
      font-size:12px;
      color: #cc0000;
     background-color: transparent;
}

div.ref{
	border:1px dotted silver;
	width: 340px;
	height:260px;
	text-align: center;
	padding:10px;
	margin:10px;
}
div.ref:hover{
	border:1px solid #cc0000;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #cc0000;
	background-color: transparent;
	font-weight: lighter;
	text-transform: lowercase;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #cc0000;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px solid #000033;
}

a:hover{
	border-bottom: none;
}

hr{
	width: 400px;
	text-align: right;
	border-bottom:1px dotted #cc0000;
	border-top:none;
	border-left:none;
	border-right:none;
	padding-top:20px;
	padding-bottom:20px;
}

#text ul li{
    list-style: url(elemente/listpoint.gif);
}
