﻿/* --- body --- */
body {
		width:					1000px;
		font-family:			Arial, Helvetica;
		font-size:				1em;
		color:					#46ff00;
		background-color: #111111;
		margin-top:				10px;
		margin-bottom:			10px;
		margin-left:			auto;
		margin-right:			auto;
}

/* --- Links --- */
a { 	color:						#46ff00;
		text-decoration:		none
}
a:hover {
		color:					#00ffff;
		text-decoration:		underline
}
#a:visited {color: green}
#a:active { color:red}

/* --- Hervorhebungen --- */
span {
		color: 						#46ff00;
		background-color: 		#ffffFF;
		font-weight: 			BOLD;
		letter-spacing: 		2px
}

select	{color: 						#46ff00;
		background-color: 		#ffffFF;
		font-weight: 			BOLD;
		letter-spacing: 		2px	}



/* --- Kopfzeile f�r Logo und Titel --- */
#header{
		Padding: 			0px;
		Margin: 				0px;
		Border: 				0px solid black;
		Min-height:				50px;
		background-color: 		#000000
}

#header h1 {
		font-size:				2em;
		color:					#46ff00;
}

#header img {
		border:					1px solid black;
		Margin-right:				0px;
		Margin-left:				0px;
		Margin-top:						0px
}

/* --- Navigationsbereich --- */


#nav	 {
		width:					220px;
		padding:				5px;
		border:					1px solid 	#46ff00;
		background-color:		#111111;
		margin-LEFT:			5px;
		margin-right:			5px;
		margin-top:				2.5px;
		margin-bottom:			2.5px;
		Float:					left;
}

#nav2	 {

		width:					285px;
height:  auto;
		padding:				5px;
		border:					1px solid 	#46ff00;
		background-color:		#111111;
		margin-LEFT:			8px;
		margin-right:			8px;
		margin-top:				2.5px;
		margin-bottom:			2.5px;

				font-size:1.1em;
				Font-weight: 700;
				color: 	#46ff00}

#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:		linear-gradient(to bottom, #000000, #1a5e00);
				padding:		20px;
				margin-left:	0px;
				margin-right:	0px;
				color:			#46ff00;
				border-left: 0px solid #222222;
				border-right: 0px solid #222222;
}
#content p.zitat {		font-size:2em;
				color:		#46ff00

}

#content h2 {	color:			#46ff00	}
#content h1 {	color:			#46ff00;
					background-color:#000000;
					width:			auto}
#content img.its{	width:		600px;
					height:			auto;
					vertical-align:			justify;
					margin-left:			175px;
					}

					#content img.its4{	width:		300px;
										height:			auto;
										vertical-align:			justify;
									padding-left:			325px;
									padding-right: 		325px;
									padding-top:			20px;
									padding-bottom:  		20px;
									background-color:#000000;
										}

#content img.its2{	width:		auto;
					height:			50px;
					vertical-align:			justify;
					margin-left:			310px;}

#content img.its3{	width:		auto;
					height:			90px;
					margin-left:			200px;
					}

#content TABLE{	Margin-left:	0px }

#content TD{	Padding-top:	5px;
					Padding-bottom: 5px;
					width:			255px}


/* --- Fu�zeile --- */
#footer {Padding: 				5px;
		Margin: 				0px;
		Border: 				1px solid black;
		Min-height:				50px;
		background-color: 		#000080;
		text-align:				center;
		color:						#46ff00;

}
HR		{border: 				2px solid #ffffff;
			width:				500px
}
