/* --------------------------------------------------------------*/
/* screen.css Skiverein Eintracht Frankenhain e.V./*
/* --------------------------------------------------------------*/


/* --------------------------------------------------------------*/
/* general - tags */
/* --------------------------------------------------------------*/

* {	
	margin: 0;
	padding: 0;
}

input, select, textarea {
	font-family: verdana, arial;
	font-size: 0.8em;
}

body {
 	font-size: 100.01%;
	background: #92b6dd url(../images/body_bg.gif) repeat-x left top;
	text-align: left;
	font-family: verdana, arial;
}

a {
	color: #205d9e;
	font-weight: bold;
}

a.active {
	color: #e3aa33;
	font-weight: bold;
}

a:hover {
	color: #259741;
	font-weight: bold;
}

a.active:hover { 
	color: #239740;
}

fieldset, img {
	border: none;
}

/* Listen, Absätze und Zitate neu formatieren */
ul {
	list-style-type: none;
}

#container {
	text-align: left;
	margin: 0 auto;
}

#middle {
	width: 70.5em;
}

.subtitle_pic {
	font-size: 0.7em;
}

/* --------------------------------------------------------------*/
/* general - classes */
/* --------------------------------------------------------------*/

.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}


/* --------------------------------------------------------------*/
/* header */
/* --------------------------------------------------------------*/

#container_header {
	height: 134px;
	margin: 0;
	padding: 0;
}

#header {
	background: url(../images/header_bg.gif);
	width: 819px;
	height: 134px;
}


/* --------------------------------------------------------------*/
/* navigation_main */
/* --------------------------------------------------------------*/

#navigation_main_wrap {
    	float: left;
	margin-left: -7em;
    	margin: 1em 0 0 1em;
    	width: 9.1em;
}

* html #navigation_main_wrap {
	margin-left: 0.3em;
}

#navigation_main_top {
   	border-left: solid 1px #205d9e;
	background: url(../images/navmain_co_oben.gif) right top;
	height: 13px;
	width: 99.5%;
}

#navigation_main_bottom {
   	border-left: solid 1px #205d9e;
	background: url(../images/navmain_co_unten.gif) right bottom;
	height: 13px;
	width: 99.5%;
}

#navigation_main { 
	background: #ffffff;
	border-left: 1px solid #205d9e;
	border-right: 1px solid #205d9e;
	line-height: 1.3em;
	padding-left: 5px;
}

#navigation_main a {
	color: #205d9e;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/anstrich_active.png) no-repeat;
	padding-left: 15px;
	font-size: 0.75em;
}

#navigation_main a:hover {
	color: #e3aa33;
	font-weight: bold;
	background: url(../images/anstrich_nu.png) no-repeat;
	padding-left: 15px;
	width: 12px;
}

#navigation_main a.active:hover {
	color: #e3aa33;
	font-weight: bold;
	background: url(../images/anstrich_nu.png) no-repeat;
	padding-left: 15px;
	width: 12px;
}

#navigation_main a.active {
	color: #259741;
	font-weight: bold;
	background: url(../images/anstrich_nr2.png) no-repeat;
	padding-left: 15px;
	width: 12px;
}

#navigation_main ul ul li a {
	color: #205d9e;
	background: url(../images/anstrich_nr.png) no-repeat;
	padding-left: 22px;
	width: 12px;
}

#navigation_main ul ul li a:hover {
	color: #e3aa33;
	font-weight: bold;
	background: url(../images/anstrich_nr.png) no-repeat;
	padding-left: 22px;
	width: 12px;
}

#navigation_main ul ul li a.active {
	color: #e3aa33;
	font-weight: bold;
	background: url(../images/anstrich_nr.png) no-repeat;
	padding-left: 22px;
	width: 12px;
}

#navigation_main ul ul li a.active:hover {
	color: #205d9e;
	font-weight: bold;
	background: url(../images/anstrich_nr.png) no-repeat;
	padding-left: 22px;
	width: 12px;
}

#navigation_main_image {
    margin: 1em 0 2em 0;
}


/* --------------------------------------------------------------*/
/* header_navi */
/* --------------------------------------------------------------*/

#header_navi  {
	margin-right: 10px; 
	text-align: right;
	font-size: 0.75em;
	text-decoration: none;
	word-spacing: 25px;
	padding-top: 50px;
}

#header_navi ul li {
	display: inline;
	word-spacing: 15px;
	clear: both;
}

#header_navi a {
	background: url(../images/headernav.gif) no-repeat;
	color: #92B7DE;
	padding-left: 15px;
	width: 10px;
	font-weight: 100;
	text-decoration: none;
	display: inline;
	word-spacing: 20px;
}

#header_navi a:hover {
	background: url(../images/headernav.gif) no-repeat;
	text-align: left;
	padding-left: 15px;
	width: 10px;
	color: #92b7de;
	font-weight: 100;
	text-decoration: underline;
	display: inline;
	word-spacing: 20px;
}

#header_navi a.active {
	background: url(../images/headernav.gif) no-repeat;
	padding-left: 15px;
	width: 10px;
	color: #259741; 
	font-weight: 100;
	text-decoration: none;
	display: inline;	
	word-spacing: 20px; 
}


/* --------------------------------------------------------------*/
/* content */
/* --------------------------------------------------------------*/

#content_wrap {
	float: left;
	margin-left: 6px;
}

#content {
	margin: 1em;
	padding: 1em;
	width: 550px;
	min-height: 400px;
	border: solid 1px #205d9e;
	background-color: #ffffff;
	font-size: 0.77em;
}

* html #content {
	height: 400px;
}

#content p {
	margin-bottom: 0.8em;
	text-align: justify;
}

#content a {
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
}

#content ul, ol {
	margin: 0 2em 1em;
}

#content ul {
	list-style-image: url(../images/anstrich_body.png);
	margin: 0 1em 1em 1em;
}

#content h1, #middle h2, #middle h3, #middle h4, #middle h5, #middle h6, #popup_container h1, #popup_container h2 {
	margin-bottom: 0.6em;
}

#content h1, #popup_container h1 {
	font-size: 1.15em;
	color: #259741;
}

#content h2 {
	color: #FFAF01;
	font-size: 1.0em;
	font-weight: bold;
	border-bottom: 1px dotted #B2B1B0;
	padding: 0.2em;
}

#content h3 {
	font-size: 1em;
	font-weight: bold;
	color: #ffb201;
	border-bottom: 1px dashed #fcae03;
	padding: 0.2em;
}

#content h4 {
	color: #259741;
	font-weight: normal;
	font-size: 1em;
}

#content h5 {
	color: #000000; 
	border-bottom: dashed 1px #fcae03;
	padding-bottom: 0.2em;
	background-color: #EFF2F8; 
	font-size: 1em;
}

#content h6 {
	color: #92B6DD; 
	font-weight: bold; 
	text-align: center; 
	border-bottom: 1px dashed #e3a931; 
	padding-bottom: 0.2em;
	font-size: 1em;
}

#printlink {
	text-align: right;
	padding: 10px 0;
}


/* --------------------------------------------------------------*/
/* logos */
/* --------------------------------------------------------------*/

#logo_wrap {
	float: left;
	margin: 1em 0 0 6px;
	width: 9.1em;
}

#logo_top {
	width: 99.4%;
	height: 13px;
   	border-right: solid 1px #205d9e;
	background: url(../images/navmain_co_re.gif) left top; 
}

#logo { 
	border-left: 1px solid #205d9e;
	border-right: 1px solid #205d9e;
	text-align: center;
	background: #ffffff;
}

#logo img {
	margin: 0 0 0.8em 0;
}

#logo_bottom {
	width: 99.4%;
	height: 13px;
   	border-right: solid 1px #205d9e;
	background: url(../images/navmain_reunten.gif) left bottom;
}


/* --------------------------------------------------------------*/
/* footer */
/* --------------------------------------------------------------*/

#footer { 
	clear: both;
	margin: 0 0 2em 0;
	padding: 0;
	width: 600px;
	text-align: center;
	font-size: 0.75em;
}