﻿
hr { height: 1px; border: 0; 
background-color: #230AFF;
} 

body,input,textarea,select {
	font-family:Verdana, Arial, Helvetica;
	font-size:12px;
	color: #00008b;}

body {  
	margin-left:40px;
	margin-top: 0px;
	background-color: #fffacd;
         }
#main {
 		width:100%;
		margin: 0px auto;
		 
		}

h2 { font-size:13px;
     color:#00008b;
font-family:Verdana, Arial, Helvetica;
}

h3 { font-size:14px;
     color:#0000ff;
	font-weight: bold;}

h4{  font-size:18px;
     color:#0000ff;
     font-weight: bold;}

h5{  font-size:smaller;
     color:#0000ff;}

h6{  font-size:16px;
     color:#ff8000;
     font-weight: bold;
     text-decoration: none;
     text-align: center;
     font-style: italic;
     margin-top: 0px;

     }


.middle {
	vertical-align: middle;}
}

copyright{  color:#993333;
            font-size:small;}

fuss{ font-size:smaller;}

unterstrich {text-decoration: underline;}

a:hover {
	color: #00ccff;
	
	text-decoration:none;
}

/*button home*/
    div.button { 
	background: url(images/button.jpg) no-repeat;
    width:153px; 
	height:52px; 
	margin:0px; 
	}
   	
	div.button a { 
	display:block; 
	font-family:Arial, Verdana, sans-serif;
	padding-top: 10px;
	
	font-style:italic;
	font-size:12px; 
	text-align:center;
	text-decoration:none; }
    div.button a:link, div.button a:visited { color:#0000ff; }
    
	div.button a:hover { 
	color:#00ccff; }
    div.button a:active { color:black; }
    * html div.button a { width:auto; }
	/*Ende button home*/


/*ovalbutton*/
a.ovalbutton{
background: transparent url('images/oval-links.gif') no-repeat top left;
display: block;

margin-left: 5px;
float: left;
font: normal 12px Tahoma; 
line-height: 16px; 
height: 24px; 
padding-left: 11px; 
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #663300; 
}

a.ovalbutton span{
background: transparent url('images/oval-rechts.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; 
}

a.ovalbutton:hover{ 
background-position: bottom left;
}

a.ovalbutton:hover span{
background-position: bottom right;
color: black;
}
.buttonwrapper{ 
overflow: hidden; 
width: 100%;
}
/*Ende ovalbutton*/


