
/* Typ Selektoren */ 
h1 { font-size:10px; font-family:arial; font-style:italic; color:#ff0000; background-color:#ff0000}
p  { color:#000000; font-family : arial; font-size : 5pt; text-decoration : none;}
 

hr{
	background-color:#dddddd; /* Mozilla 1.4 */
	color:#000066; /* IE 6 */
	border: #ff0000; /* Opera 7.11 */
	height: 2px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}


 
 
 h1.gerahmt { border:1px solid #aaaaaa; }
 
 /* links */
 a			{color:#F80000; font-family : arial; font-size : 10pt; text-decoration : none; margin-left: 0px; }
 a:link		{color:#F80000; font-family : arial; font-size : 10pt; text-decoration : none; margin-left: 0px; font-weight:bold;}							/* link (link which you have not visited)*/
 a:visited	{color:#F80000; font-family : arial; font-size : 10pt; text-decoration : none; margin-left: 0px; font-weight:bold;}						/* visited link (linke on which you have alredy been) */
 a:hover	{color:#F80000; font-family : arial; font-size : 10pt; text-decoration : underline; margin-left: 0px; font-weight:bold;}						/* hover link (if u are over the field with the mouse) */
 a:active	{color:#111111; font-family : arial; font-size : 10pt; text-decoration : none; margin-left: 0px; font-weight:bold;}						/* active link (pressed at the moment)*/

/* Normaler Text */ 
.text1		 	      { color:#000000; font-family:arial; font-size:14px; text-decoration : none;}
.text1 A:link 		{ color:#ff0000; font-family:arial; font-size:14px; text-decoration : none; font-weight:bold;}
.text1 A:visited	{ color:#ff0000; font-family:arial; font-size:14px; text-decoration : none; font-weight:bold;}
.text1 A:hover 		{ color:#ff0000; font-family:arial; font-size:14px; text-decoration : underline; font-weight:bold;}
.text1 A:active 	{ color:#ff0000; font-family:arial; font-size:14px; text-decoration : none; font-weight:bold;}

/*Kleiner Text */
.text2		 	      { color:#000000; font-family:arial; font-size:11px; text-decoration : none; font-weight:bold;}
.text2 A:link 		{ color:#ff0000; font-family:arial; font-size:11px; text-decoration : none; font-weight:bold;}
.text2 A:visited	{ color:#ff0000; font-family:arial; font-size:11px; text-decoration : none; font-weight:bold;}
.text2 A:hover 		{ color:#ff0000; font-family:arial; font-size:11px; text-decoration : underline; font-weight:bold;}
.text2 A:active 	{ color:#ff0000; font-family:arial; font-size:11px; text-decoration : none; font-weight:bold;} 	

/* Input Feld */
.input {
 background-color: #dddddd;
 border: 0px solid #000000;
 padding: 2px;
 width: 200px;
}

/* Input Feld */
.button {
 background-color: #cccccc;
 border: 1px solid #000000;
 padding: 1px;
 width: 100px;
 height: 22px;
}


div.header {
	background-image: url(images/header-bg.png);
	background-repeat: no-repeat;
	background-position:center;

	width:1000px;	height:108px;
	padding:0px;
	border:solid 0px;
}

div.footer {
	background-color:#eeeeee;
	width:1000px;	height:auto;
	border:solid 0px;
	text-align:center;
	padding: 5px 0px 5px 0px;

}

div.body {
	/* background-image: url(../images/header-bg.gif);*/
	background-color:#DDDDDD;

	width:1000px;	height:auto;
	padding:0px;
	border:0px solid;
	float:none;

}

div.innerbody {
	background-color:#ffffff;
	
	width:974px;	height:500;	
	margin:0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;		
	border:solid 1px;
}



div.cont {
  background-repeat: no-repeat;
  background-color:#ffffff;
  width:200px;
  height:450px;
  float:left; 
		
	margin:0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;		
	border:solid 0px;

	text-align:left;
}

div.cont2 {	
	background-repeat: no-repeat;
	background-color:#ffffff;  
  width:700px;  
  float:left;
			
	margin:0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;		
	border:solid 0px;
	text-align:left;
}


/***********************************************************************************/
p
{
	font-size : 10pt;			/* font size */


}
/***********************************************************************************/



