/* CSS Document */

body {
	margin:0;
	padding:0;
	background: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body td {
	color: #333;
}

body a {
	text-decoration: none;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	color:#333;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background: #ccc;
	padding: 3px 0 3px 0;
}

#header_top {
	height: 28px;
	background: #cc002f;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-indent: 10px;
}
#header_bottom {
	height: 24px;
}
#header_bottom td.left {
	width: 170px;
	background: #cc002f;
	height: 24px;
}
#header_bottom td.right {
	width: 510px;
	background: #666666;
	color: #ccc;
	font-size: 12px;
	padding:0;
}
#header_bottom td.right a {
	color: #ccc;
	text-decoration: none;
}

#leftbar {
	width: 170px;
	background: #ebd6af;
	vertical-align: top;
}
#leftbar ul {
	padding:0;
	margin:0;
}

#nav ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

#nav li{
	text-decoration: none;
	list-style-type:none;
	padding: 0;
	margin: 0;
}

#nav li a{
	color:#000;
	display:block;
	background: #d9b168;
	background-image: url(/i/q.gif);
	background-repeat: no-repeat;
	background-position: 2px 50%;
	font-size: 11px;
	padding: 5px;
	padding-left: 18px;
	margin: 2px 0 2px 0;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#nav li a:hover {
	background: #CC002F;
	background-image: url(/i/q.gif);
	background-repeat: no-repeat;
	background-position: 2px 50%;
	color: #fff;
}

#nav li a.nolink {
	margin: 6px 0 0 0;
	background:#CC002F;
	background-image: url(/i/nav_nolink.png);
	background-repeat: no-repeat;
	background-position: left;
}
#nav li a.nolink {
	color: #EBD6AF;
}

#nav ul.submenu_0 li a{
	list-style-type:none;
	color:#000;
	background:#D3BE97;
	background-image: url(/i/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 60%;
	padding: 4px 0 4px 25px;
	margin:0 0 1px 0;
	font-size: 10px;
	height: auto;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	
}
#nav ul.submenu_0 li a:hover {
	background: url(/i/arrow.gif) #D3BE97;
	background-repeat: no-repeat;
	background-position: 10px 60%;
	/*background: #D3BE97; */
	color: #CC002F;
}




table.list {
	margin: 0;
	padding: 0;
	width: 100%;	
}

table.list th {
	background: #A69A6F; /* Hintergrund Aufzählung Title */
	color: #fff;
	font-size:13px;
}

table.list td {
	background:#DFCF98; /* Hintergrund Aufzählung */
	color: #05173F;
}

table.list td a {
	text-decoration:none;
	color:#CC002F;
	font-weight:bold;
}




#content {
	width: 650px;
	background: #fff;
	vertical-align: top;
	height: 600px;
}
#content_div {
	padding: 10px;
	font-size: 10px;
}
#content_div td {
	font-size: 10px;
}
#rightbar {
	width: 170px;
	background: #ebd6af;
	vertical-align: top;
	background: url(/i/right_ground.gif) #EBD6AF;
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 10px;
}

#rightbar a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
#rightbar a:hover {
	color: #D7B16B;
}
#rightbar div.rightbar_last {
	padding: 5px; 
	line-height: 10px;
}

#rightbar div.rightbar_last a {
	line-height: 12px;
}


#bottom_leftbar {
	width: 170px;
	background: #CC9933;
}
#bottom_content {
	width: 650px;
	background: #ebd6af;
	font-size: 10px;
	text-align:center;
}
#bottom_content a {
	color: #333;
}
#bottom_rightbar {
	width: 170px;
	background: #CC9933;
}

.mitglieder_preview {
	border: 1px solid #ccc;
	border-bottom: 4px solid #EFD095;
	width: 200px;
	float: left;
	margin: 3px;
}
.mitglieder_preview_name {
	width: 100%;
	padding: 2px;
	background: #FFF4DF;
	color: #CC002F;
	
}

table.einsatztable {
	margin: 0;
	padding: 0;
	width: 100%;	
}

table.einsatztable th {
	background: #D7B16B; /* Hintergrund Aufzählung Title */
	color: #fff;
}

table.einsatztable td {
	background:#EBD6AF; /* Hintergrund Aufzählung */
	color: #05173F;
	padding: 5px;
	font-weight: bold;
}
table.einsatztable td a{
	text-decoration: none;
	color: #CC002F;
}

table.newstable th {
	background: #D7B16B; /* Hintergrund Aufzählung Title */
	color: #fff;
}

table.newstable td {
	background:#EBD6AF; /* Hintergrund Aufzählung */
	color: #05173F;
	padding: 5px;
	font-weight: bold;
}
table.newstable td a{
	text-decoration: none;
	color: #CC002F;
}

.linkslist {
	width: 625px; 
	border: 1px solid #ccc;
}

.linkslist a{
	color: #333;
}

table.eventstable th {
	background: #D7B16B; /* Hintergrund Aufzählung Title */
	color: #fff;
	font-size: 12px;
}

table.eventstable td {
	background:#EBD6AF; /* Hintergrund Aufzählung */
	color: #05173F;
	padding: 5px;
	font-weight: bold;
}
table.eventstable td a{
	text-decoration: none;
	color: #CC002F;
}

fieldset.box {
	border: 1px solid #D7B16B;
	padding: 5px;
}
fieldset.box legend {
	color: #CC002F;
	font-weight: bold;
	font-size: 10px;
}
fieldset.box img {
	float: left; 
	margin: 10px 0 0 32px; 
	border: 2px solid #EBD6AF;
}

fieldset.box_events legend {
	color: #CC002F;
	font-weight: bold;
	font-size: 10px;
}
fieldset.box_events img {
	float: left; 
	margin: 5px; 
	border: 2px solid #EBD6AF;
}


div#logout {
	display: block;
	background: #CC002F;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
div#logout a{
	color: #fff;
}

#counter {
	margin: 5px;
}

table#calendar {
	width:160px;
	background:#D3BE97;
	margin:0 0 0 5px;
}

table#calendar td {
	font-size:10px;
	padding:3px;
}

table#calendar th {
	font-size:12px;
	padding:3px;
}