﻿/* ALLGEMEINES */

body {
	font: 62.7% Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, p, ul, ol {
	margin: 0px;
	padding: 0px;
}

#hauptteil p{
	text-align:	center;
	padding:10px;
	font-size: 1.25em;
	margin-bottom: 5px;	
}




/* LAYOUT */

#kopfteil {
	height: 40px;
}





/* HAUPTTEIL */


#hauptteil h1 {
	color: #152D6A;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom: 2px solid #B2F511;
	font: normal 2em Verdana, "Arial Narrow", sans-serif;
	/* text-transform: uppercase; */
	letter-spacing: 1px;
	word-spacing: 5px;
}

#hauptteil h2 {
	padding-left: 25px;
	font: normal 2em Verdana, "Times New Roman", Times, serif;
	margin-top: 15px;
	margin-bottom: 3px;
	color: #152D6A;
}
/* †berschriften mit Warnungen */
.warnung {
	// background: url(bilder/los.png) no-repeat left center;
	padding-top: 2px;
	padding-left: 0px;
	border-bottom: 1px dotted #CCCCCC;
}


a.button1{
	display:inline-block;
	width:450px;
	height:20px;
	color:#152D6A;
	font-weight:bold;
	font-size:medium;
	text-decoration:none;
	text-align:center;
	border-width:4px;
	border-style:solid;
	border-top-color:#dfdfdf;
	border-right-color: #666;
	border-bottom-color:#333;
	border-left-color:#858585;
}

a.button2{
	display:inline-block;
	width:600px;
	height:20px;
	color:#152D6A;
	font-weight:bold;
	font-size:medium;
	text-decoration:none;
	text-align:center;
	border-width:4px;
	border-style:solid;
	border-top-color:#dfdfdf;
	border-right-color: #666;
	border-bottom-color:#333;
	border-left-color:#858585;
}
