/***************************************************************************************
* style.css
****************************************************************************************
* Hier werden alle Standard-HTML-Tags ausgezeichnet. Schriftarten werden ebenfalls hier
* festgelegt, auch für spezielle Bereiche.
***************************************************************************************/


	body {
	   color: black; 
	   /*font-size: 10pt;*/
	   font-size: 0.80em;
	   font-family: Arial,Verdana,Helvetica,sans-serif;
	}
	   
	/*
	div { 
	   color:#333333;
	   font-size: 10pt;
	   font-family: Verdana,Arial,Helvetica,sans-serif;
	}
	*/
	
	div#frame {
	   background-color: #FBEBD6;
	   text-align: left;
	}
			   
	a {
	   color:#053E79;
	   border: 0px;
	}
	   
	a:hover {
	   color:#CF7500;
	}	   
	   
	   
	h2 {
		display: inline;
		font-weight: bold;
		font-size: small;
	}

	h3 {
 	   text-align:left;
	   text-decoration:none;
	   font-size:11pt;
	   font-weight:bold;	
	   margin:1.5em 0em 0.5em;	   	
	}

	img {
		border: 0px;
	}
	   
	   
	div#topmenue {
		/*font-family: Verdana,Arial,Helvetica,sans-serif;*/
		font-size: small;
	   background:#5180B8;
	   font-weight:bold;
	   text-indent:191px;
	}
	   
	div#topmenue a {
	   /*color:#98C1DD;*/
	   color:#D8E6EF;
	   text-decoration:underline;
	   margin: 10px 5px 10px 5px;
	}
	   
	div#topmenue a:hover{
	   color:#FBEBD6;
	   text-decoration:underline;
	   font-weight:bold;
	}

    /*
	div#leftmenue {
	   font-size: 10pt;
	}
	*/
	   
	#regHeader {
		width: 450px;
		margin: 10px auto 15px auto;
		text-align: center;
		font-weight: bold;
		text-decoration: underline;
	}

	/**********************************************
	* Standard-Auszeichnungen
	**********************************************/

	.bold {
		font-weight: bold;
	}

	.center {
		text-align: center;
	}

