/* CSS Document */
/* Forum02
 Desinged by Tobias Möckli */

body /* Angaben über die ganze site */
	{
	margin: 				0;
	padding: 				0;
	font: 					12px arial, hevetica, sans-serif;
	text-align: 			left;
	}
#background{
	background-color:		#2684BA;
	background-position: center;
	text-align: center;
	}
#container{
	position: 				relative;
	margin: 				0em auto;
	width: 					600px;
	height: 				800px;
	background-color: 		white;
	overflow:				visible;
	text-align: center;
}
#top_image{ /* Grundaufbau Bild oben */
	position: 				absolute;
	background-image:		url(../images/grundaufbau/head.jpg);
	background-position:	center;
	background-repeat:		no-repeat;
	height:					174px;
	width: 					600px;
	top: 					0;
	left: 					0;
}
#logo{ /* Grundaufbau Bild oben */
	position: 				absolute;
	background-image:		url(../images/grundaufbau/logo.png);
	background-position:	center;
	background-repeat:		no-repeat;
	height:					121px;
	width: 					108px;
	top: 					0;
	left: 					541px;
}

/* Gestaltung des Inhalts, Content */

/* Beginn Index*/
#flash{
	position:				absolute;
	width: 					400px;
	height: 				160px;
	top: 					225px;
	left: 					0;
	border-top: 			1px solid black;
	border-right: 			1px solid black;
	border-bottom: 			1px solid black;
	}
#flash_agenda{
	position:				absolute;
	width: 					180px;
	height: 				160px;
	top: 					225px;
	left: 					419px;
	border-top: 			1px solid black;
	border-left: 			1px solid black;
	border-bottom: 			1px solid black;
	}	
#box_mamibrief{
	position:				absolute;
	z-index:				10; 
	width: 					180px;
	height: 				90px;
	top: 					620px;
	left: 					419px;
	border-top: 			1px solid black;
	border-left: 			1px solid black;
	border-bottom: 			1px solid black;
	}
#box_lager{
	position:				absolute;
	width: 					180px;
	height: 				50px;
	top: 					390px;
	left: 					419px;
	border-top: 			1px solid black;
	border-left: 			1px solid black;
	border-bottom: 			1px solid black;
	}		
#box_news{
	position:				absolute;
	z-index:				1; 
	width: 					585px;
	font-family:			Arial, Helvetica, sans-serif;
	font-size: 				12px;
	text-align: 			justify;
	overflow:				visible;
	background-color: 		white;
	top: 					450px;
	left: 					0px;
	padding-left: 			15px;
	}
#box_sponsoren{
	position:				absolute;
	float: 					right;
	width: 					720px;
	top: 					250px;
	width: 					180px;
	right: 					0;
	}
#box_newsunterstreichen{
	border-bottom: 			1px solid black;
	}	
/* Ende Index*/

/* Beginn jungschar/lager */
#flash_sola10_lager{
	position:				absolute;
	z-index:				10; 
	width: 					180px;
	height: 				160px;
	top: 					450px;
	left: 					419px;
	border-top: 			1px solid black;
	border-left: 			1px solid black;
	border-bottom: 			1px solid black;
	}	
#rahmen_lager{
	border-top: 			1px solid black;
	border-bottom: 			1px solid black;
	border-left: 			1px solid black;
}
/* Ende jungschar/lager */

/* alle auser Index */
#box_text{
	position:				absolute;
	width: 					585px;
	top: 					225px;
	font-family:			Arial, Helvetica, sans-serif;
	font-size: 				12px;
	line-height: 			normal;
	text-align: 			justify;
	background-color: 		white;
	left: 					0;
	padding-left: 			15px;
	}
	
/* Beginn kontakt */
#box_kontakt{
	position:				absolute;
	width: 					480px;
	top: 					225px;
	font-family:			Arial, Helvetica, sans-serif;
	font-size: 				12px;
	line-height: 			normal;
	text-align: 			justify;
	background-color: 		white;
	left: 					0;
	padding-left: 			120px;
	}
/* Ende kontakt */
/* Beginn agenda */
.td_agenda{

	border-bottom: 1px dotted #17479E;
	}
/* Ende kontakt */
/* Schriften der Site */

h1{
	font-family:			Arial, Helvetica, sans-serif;
	font-size: 				12px;
	font-weight: 			bold;
	border-bottom:			1px solid black;
	}
	
h2{
	margin-top: 			-3px;
	font-family:			Arial, Helvetica, sans-serif;
	color:					#17479E;
	font-size: 				12px;
	font-weight: 			bold;
	}
h4 {
	font-family: 			Arial, sans-serif;
	font-size: 				12px;
	font-weight: 			bold;
	color: 					#17479E;
	text-decoration: 		none;
	text-align:				left;
	border-top:				1px solid #17479E;
	}
h5 {
	font-family: 			Arial, sans-serif;
	font-size: 				12px;
	font-weight: 			bold;
	color: 					black;
	text-decoration: 		none;
	text-align:				left;
	border-bottom:			1px solid black;
	}


a { /* Gestaltung des statischen Links */
	font-size: 				12px;
	text-decoration: 		none;
	font-family: 			Arial, Helvetica, sans-serif;
	color: 					#17479E;
}
a:hover { /* Link bei mouse over */
	font-weight: 			bold;
	text-decoration: 		none;
	color: 					#EC1A3A;
	}
