/* --- body --- */
body {
		width:					500px;
		font-family:			Arial, Helvetica;
		font-size:				1em;
		color:					#333333;
		background-color:		#dddddd;
		margin-top:				10px;
		margin-bottom:			10px;
		margin-left:			auto;
		margin-right:			auto;
}

/* --- Links --- */
a { 	color:					green;
		text-decoration:		none;
		border:			#aaaaaa, ;	
}
a:hover {
		color:					black;
		text-decoration:		underline;
}
a:visited { 
color: blue;}
a:active {  color: blue;}

/* --- Hervorhebungen --- */
span {
		color: 					#000000; 
		background-color: 		#eeeeee;

		letter-spacing: 		2px;
}

span.ST {
		color: 					orange; 
		background-color: 		#000000;
		
}
	

/* --- Kopfzeile für Logo und Titel --- */
#header{
		Padding: 				5px; 
		margin-top: 				100px; 
		Border-top: 				1px solid #ffffff;
			Border-left: 				1px solid #ffffff;
				Border-right: 				1px solid #ffffff;
					Border-bottom: 				3px solid green;
	 height:				70px;
		background-color: 		#ffffff;
}

#header img {	float:					left;
		border:					0px solid #222222
}

/* --- Navigationsbereich --- */


#nav	 {
		width:					72px;
height:   auto;
		padding:				5px;
		border:					1px solid white;
		background-color:		#ffffff;
		margin-LEFT:			8px;
		margin-right:			8px;
		margin-top:				2.5px;
		margin-bottom:			2.5px;
		Float:					left;
}
#nav2	 {
		width:					210px;
		padding:				5px;
		border:					1px solid white;
		background-color:		#66ff55;
		margin-LEFT:			5px;
		margin-right:			5px;
		margin-top:				2.5px;
		margin-bottom:			2.5px;
		Float:					left;
		border-radius: 15px;
		text-align: center}
		
#nav3	 {
		width:					210px;
		padding:				5px;
		border:					1px solid white;
		background-color:		Black;
		margin-LEFT:			5px;
		margin-right:			5px;
		margin-top:				2.5px;
		margin-bottom:			2.5px;
		Float:					left;
		border-top-right-radius: 15px;
		text-align: center		
}
#bell	 {
		width:					227.9px;
		padding:				5px;
		border:					1px solid red;
		background-color:		#ffc700;
		margin-LEFT:			5px;
		margin-right:			5px;
		margin-top:				2.5px;
		margin-bottom:			2.5px;
		Float:					left;
}

/* --- Inhaltsbereich --- */
#content {		background-color:#eeeeee;
				padding:		20px;
				margin-left:	0px;
				margin-right:	0px;
				color:			grey;
				
}
	
#content h2 {	color:			#ffffff	}
	
#content h1 {	color:			#000000;
				background-color:#66ff55;
				width:			auto;
text-align: center}

#content img.its11{	width:		125px;
				height:			auto;
				
				margin:			2px;
				Padding:		0px;
				Background-color:	#ff3399}
				
img.its12{	
width:		70px;
				height: 40px;
				margin:			0px;
				Padding:		0px;
				Background-color:	black;}
				
tr.htt{		background-color:	#222222;}

	
/* --- Fußzeile --- */
#footer {Padding: 				5px; 
		Margin: 				0px;
		Border-bottom: 				1px solid #ffffff;
		Min-height:				50px;
		background-color: 		#ffffff;
			Border-left: 				1px solid #ffffff;
				Border-right: 				1px solid #ffffff;	
				Border-top: 				3px solid blue;
		text-align:				center;
		color:					#ffffff;
	
}
HR		{border: 				2px solid green;
}
