#Logo {  
     width: 100%;  
     height: 53px;  
     background-image: url(/designs/Jugendfeuerwehrdesign/images/bg.png);  
     background-repeat: repeat-x;  
     font-family: Arial, Helvetica, sans-serif;  
     font-size: 22px;  
     font-weight: bold;  
     color: #fff;  
     border-bottom: 4px solid #5F7CFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	height: 100%;
}

#content_container {
	min-height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -390px;
	width: 780px;
	background-image: url(/designs/Jugendfeuerwehrdesign/images/border.png);
	background-repeat: repeat-y;
}

#sec_container {
	padding-left: 10px;
	padding-right: 10px;
}

/* Headlines */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{	font-size: 18px; color: #0000ff; }
h2{	font-size: 16px; color: #0000ff; }
h3{	font-size: 12px; color: #0000ff; }

h1 {
/*	padding: 15px;
 */
	color: #0000ff;
	font-size: 18px;
}

/* URL */
a, a:link, a:visited, a:active, a:focus {
	color: #5F7CFF;
	text-decoration: none;
}
a:hover {
	color: #0044FF;
	text-decoration: none;
}

/* Tabelle */
td, th {
/*	border-bottom: 1px solid #ccc; */
	padding: 2px;
}

th {
	background-color: #ffeecc;
}

dt {
	font-weight: bold;
}

.backbutton {
	border-left: 5px solid #ccc;
	border-right: 5px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
	width: 100%;
	display: block;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.backbutton:hover {
	border-left: 5px solid #0099FF;
	border-right: 5px solid #0099FF;
	border-top: 1px solid #0099FF;
	border-bottom: 1px solid #0099FF;
	background-color: #ffeecc;
	color: #ff9900 !important;
}


.notify_msg {
	padding: 5px;
	background-color: #ffeeee;
	border: 1px dotted #cc0000;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #cc0000;
}


.info_box {
	padding: 5px;
	background-color: #ffeecc;
	border: 1px dotted #0099ff;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #000;
}

.example_box {
	border: 1px dotted #0099ff;
	padding: 2px;
	overflow: auto;
	width: 540px;
	font-family: Courier New, Courier, mono;
}