* {
  margin:0;
  padding:0;
}

body {
	font-family:Thaoma, Arial, sans-serif;
	background-color:#569221;
	background-image:url(../images/main_bg.jpg);
}

h1 {
	font-size:2.4em;
	color:#00005a;
	border-bottom:1px solid #00005a;
	font-variant:small-caps;
	margin-bottom:15px;
}

a {
	color:#00005a;
	text-decoration:underline;
}

a:hover {
	color:#00005a;
	text-decoration:none;
}

#container {
	margin:0 auto;
	width:1000px;
}

#top {
	background-image:url(../images/top.jpg);
	width:1000px;
	height:180px;
}
/* Haupt-Menue */
#menue {
	padding:110px 0 0 200px;
}

#menue ul {
	list-style-type:none;
}

#menue li {
	display:inline;
	padding:0px 6px 0 0px;
	border-right:1px solid #353535;
}

.menue .last {
	border-right:none;
}

#menue a:link {
	color:#353535;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#menue a:visited {
	color:#353535;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#menue a:hover {
	color:#f96a02;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
/*Ende Haupt-Menue*/

#header_bg{
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
	height:510px;
}

/* Header */
#header {
	background-image:url(../images/header_default.jpg);
	width:1000px;
	height:330px;
}

#header_startseite {
	background-image:url(../images/header_startseite.jpg);
	width:1000px;
	height:330px;
}

#header_menue {
	background-image:url(../images/header_menue.jpg);
	width:1000px;
	height:330px;
}

#header_menue_1mannschaft {
	background-image:url(../images/header_menue_1mannschaft.jpg);
	width:1000px;
	height:330px;
}

#header_menue_soma {
	background-image:url(../images/header_menue_soma.jpg);
	width:1000px;
	height:330px;
}

#header_menue_aj {
	background-image:url(../images/header_menue_aj.jpg);
	width:1000px;
	height:330px;
}

#header_menue_bj {
	background-image:url(../images/header_menue_bj.jpg);
	width:1000px;
	height:330px;
}

#header_menue_cj {
	background-image:url(../images/header_menue_cj.jpg);
	width:1000px;
	height:330px;
}

#header_menue_dj {
	background-image:url(../images/header_menue_dj.jpg);
	width:1000px;
	height:330px;
}

#header_menue_ej {
	background-image:url(../images/header_menue_ej.jpg);
	width:1000px;
	height:330px;
}

#header_menue_fj {
	background-image:url(../images/header_menue_fj.jpg);
	width:1000px;
	height:330px;
}

#header_menue_gj {
	background-image:url(../images/header_menue_gj.jpg);
	width:1000px;
	height:330px;
}

#header_menue_wandergruppe {
	background-image:url(../images/header_menue_wandergruppe.jpg);
	width:1000px;
	height:330px;
}

/* Ende Header */

/* Anfang Submenue */
#submenue {
	float:right;
	width:165px;
	font-size:11px;
	margin:15px 60px 0 5px;
	text-align:center;
	line-height:1.3em;
}

#submenue ul {
	list-style:none;
}

#submenue a {
	color:#FFF;
	text-decoration:none;
}

#submenue a:hover {
	color:#f96a3a;
	text-decoration:none;
}
/* Ende Submenue */

#content_top {
	background-image:url(../images/content_top.jpg);
	width:1000px;
	height:30px;
}

#content_bg {
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-y;
	width:1000px;
}

#content_text {
	width:840px;
	margin:0 0 0 90px;
	min-height:350px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#content_text ul {
	list-style:square;
	margin-left:35px;
}

#content_text ol {
	margin-left:35px;
}

#content_bottom {
	background-image:url(../images/content_bottom.jpg);
	width:1000px;
	height:40px;
}

#footer {
	margin:10px auto;
	width:900px;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
}

#footer a:link {
	text-decoration:underline;
	color:#FFF;
	font-size:13px;
}

#footer a:hover {
	text-decoration:none;
	color:#FFF;
	font-size:13px;
}

#footer a:visited {
	text-decoration:underline;
	color:#FFF;
	font-size:13px;
}

.footer_left {
	float:left;
	padding:0 0 0 20px;
}

.footer_right {
	float:right;
}

/*Gaestebuch*/
.guestbook_entry {
	width:840px;
	margin:0 auto;
	background-color:#00005a;
	margin:0 0 10px 0;
}

.guestbook_left {
	float:left;
	width:190px;
	color:#FFF;
	font-size:0.8em;
}

.guestbook_left p {
	padding:3px 0 0 5px;
}

.guestbook_right {
	float:left;
	background-color:#000030;
	width:650px;
	color:#FFF;
}

.guestbook_right p {
	padding:3px 0 5px 5px;
	min-height:85px;
	height:auto !important;  /* fuer moderne Browser */
	height:85px;  /*fuer den IE */
}

.guestbook_left a {
	color:#FFF;
	text-decoration:underline;
}

.guestbook_left a:hover {
	color:#FFF;
	text-decoration:none;
}

/*Kontaktformular*/
.formfield {
	width:280px;
	height:19px;
	margin:5px 0 0 0;
	border:1px solid #000;
	font-family:Arial,sans-serif;
	color:#360000;
	font-size:1em;
}

fieldset {
	border:none;
}

form #content {
	width:380px;
	height:150px;
	margin:5px 0 0 0;
	border:1px solid #000 !important;
	font-family:Arial,sans-serif;
	color:#360000;
	font-size:1em;
}

/*Steckbriefe*/
/*#links2 p {
	text-align:left;
}*/
#steckbriefe h3 {
	font-size:12px;
}

#steckbriefe table {
	width: 98%;
	margin: auto;
	padding: 0;
	border: 0px dotted #C0B99C;
	text-align: left;
}

#steckbriefe th {
	margin: 0;
	padding: 0;
	border: 0;
}

#steckbriefe a{
	font-size:12px;
}

#steckbriefe h2 {
	font-size:12px;
	font-weight:bold;
}

#steckbriefe td {
	margin: 0;
	padding: 0;
	padding-top:5px;
	padding-bottom:5px;
	border-top: 1px dotted #666666;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

#steckbriefe tr {
	margin: 0;
	padding: 0;
	border: 0;
}

#steckbriefe input {
	border:1px solid #666666;
	font-weight:bold;
	background-color:#eeeeee;
	padding:2px 2px;
	margin:0px;
}

#steckbriefe img {
	border:0;
}

/*Aktuelles*/
#ditto_pages .ditto_currentpage {
    border:1px solid #000000;
    padding:1px 5px 2px; 
    margin-right:1px;
    background-color:#00005a; 
    color:#FFFFFF;
} 

#ditto_pages .ditto_off {
    border:1px solid #a1a1a1;
    padding:1px 5px 2px; 
    margin-right:1px;
    color:#CCCCCC;
}

#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border:1px solid #FFFFFF; 
    padding:1px 5px 2px; 
    margin-right:1px; 
    text-decoration:none !important; 
	background-color:#00005a;
    color:#FFFFFF;
} 

#ditto_pages a:hover {
    border:1px solid #000000;
	background-color:#00005a;
    color:#FFFFFF;
}

#ditto_archivelist ul {
    list-style-type:none; 
    margin-left:15px; 
    padding-left:0;
}

.aktuelles {
	border:1px dashed #a1a1a1;
}

.aktuelles h2 {
	font-size:18px;
	font-weight:bold;
}

.aktuelles a {
	text-decoration:none;
}

.aktuelles a:hover {
	text-decoration:underline;
}

/*Newsticker*/
#newsticker {
	height:20px;
	padding-top:22px;
	padding-right:65px;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	color:#000000;
	width:560px;
	float:right;
}

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

#newsticker li {
	padding:0;
	margin:0;
}
