/*  =========================================================
Datei: basic.css
Media: screen, projection 

Datum: März 2009
                                   
1. Allgemeine Selektoren 
   - Block-Elemente
   - Inline-Elemente
   - Allgemeine Klassen
   - Non-Layout IDs  
                              
2. Layoutbereiche 
   - Wrapper 
   - Kopfbereich   
   - Navibereich   
   - Textbereich   
   - Fussbereich   

3. Spezielle Seiten 
   - Kontaktformular 

========================================================== */

/* ===============================

   =1. Allgemeine Selektoren

=============================== */
body {
	color: #333;
	padding: 0px 0 40px 0;
	background-color: #a8ccdb;
	background-image: url(../../img/basic/bg-home.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}
body {
	line-height:1
}
ol,ul {
	list-style:none
}
blockquote,q {quotes:none}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none}
:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}
/* ===============================
   =Block-Elemente 
=============================== */
h1 {
	font-weight: normal;
	text-align: left;
}
.inhalt h2 {
	font-size:1.2em;
	text-transform:uppercase;
	color:#6590a5;
	font-weight:bold;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #012130;
}
.inhalt h1 {
	font-size:0.1em;
	color:#FFF;
	margin:0;
}
.inhalt h4 {
	font-size:1em;
	color:#012130;
	font-weight:bold;
	padding: 30px 0 2px 0;
	line-height:1.4em;
}
h2 {
	padding: 20px 0 0 0;
	text-align: left;
}

p {
	font-size:0.8em;
	padding: 20px 0;
	text-align: left;
	color:#012130;
	line-height:1.4em;
}
.verweis-text {
	font-size:0.7em;
	font-style:italic;
	color:#b0b0b0;
	line-height:1.2em;
	margin:0;
}
H3 {
	font-size:1.2em;
	text-transform:uppercase;
	color:#6590a5;
	font-weight:bold;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #012130;
}
h4 {
	font-size:1em;
	color:#012130;
	font-weight:bold;
	padding: 20px 0 10px 0;
}
a, a:visited {
	color:#012130;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	color:#012130;
	font-weight:bold;
}
.trennlinie-home {
	border-top:2px solid #ffc414;
	width:228px;
	margin:5px 5px -10px 5px;
	clear:both;
}
*html .trennlinie-home {
	margin:5px 10px -10px 10px;
}
.trennlinie-blau {
	border-top:1px solid #012130;
	width:610px;
	margin-bottom:5px;
}
.liste a, .liste a:visited {
	font-size:0.8em;
	text-decoration:none;
	font-weight:bold;
	color:#012130;
}
.liste a:hover {
	text-decoration:underline;
}
.news {
	color:#666;
}

/* ===============================
   =Classes allgemeiner Art 
=============================== */
.container_12 {
	margin:0 10px 0px 10px;
	width:940px;
	background-color:#FFF;
}
*html .container_12 {
		margin-top:0px;
}
.bildoben,.inhalt,.seitenleiste,.grid_15,.grid_16, .navigation{
	display:inline;
	float:left;
}
.alpha{margin-left:0}.omega{margin-right:0}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:'.';display:block;visibility:hidden;height:0}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}
input, select {
	font-size: 0.7em;
}
textarea {
	width: 98%;
	background: white;
	font: 0.7em Verdana, Geneva, Arial, Helvetica;
}
/* ===============================
   =TABELLE 
=============================== */
table {
	background-color:#dedede;
	font-size:0.8em;
	text-align:center;
	line-height:1.5em;
}
table .kopf {
	background-color:#6590a5;
	font-weight:bold;
	height:40px;
	color:#012130;
	border-bottom:10px solid #FFF;
}
tr {
	height:35px;
}
table .spalte1 {
	background-color:#999;
	vertical-align: middle;
	color:#333;
}
table .spalte2 {
	vertical-align: middle;
	color:#FFF;
}
td {
	padding:5px;
	vertical-align: middle;
	border-left:2px solid #FFF;
}
form {
	margin: 0;
}
IMG {
	border: 0;
}
.inhalt IMG {
	float:left;
	margin-top:10px;
	margin-right:10px;
}
.sitename {
	font-weight: normal;
	font-size: 20pt;
}

/* ========================================

  =2. LAYOUTBEREICHE

========================================= */ 
#wrapper {
	background-color:#b0b0b0;
	width: 960px;
	margin-right:auto;
	margin-left:auto;
	border-bottom:10px solid #b0b0b0;
}

.kreis-gelb {
	width:25px;
	height:8px;
	display:block;
	float:left;
	background-image: url(../../img/basic/kreis.gif);
	background-repeat: no-repeat;
	margin-top:4px;
}
.spacer {
	width:25px;
	height:1px;
	display:block;
	float:left;
}
/* ===============================
   =KOPFBEREICH
=============================== */
#wrapper .bildoben {
	width:960px;
	height:325px;
}
#wrapper .bildoben .obenlinks {
	width:315px;
	height:27px;
	display:block;
	position: absolute;
	background-image: url(../../img/nav/obenlinks.gif);
	background-repeat: no-repeat;
	font-size:0.75em;
	color:#012130;
	padding:7px 0 0 10px;
}
#wrapper .bildoben .obenlinks a {
	font-weight:normal;
	text-decoration:none;
}
.container_12 {
	background-color:#dedede;
}
/* ===============================
   =NAVIBEREICH
=============================== */
.container_12 .navigation {
	width:940px;
	background-image: url(../../img/nav/back.png);
	background-repeat: no-repeat;
	text-transform:uppercase;
}
.container_12 .navigation ul { list-style:none; margin:0; padding:0; }
.container_12 .navigation li { float:left; width:125px; margin:0; padding:0; text-align:center; }
.container_12 .navigation li a { 
	display:block; 
	height:58px; 
	color:#6590a5; 
	text-decoration:none;  
	background-image: url(../../img/nav/back-p.gif) no-repeat;
}

.container_12 .navigation a:hover, .container_12 .navigation a:focus, .container_12 .navigation a:active {
	color:#ffc414;
	text-decoration:none;
	background-image: url(../../img/nav/back-hi-home.png);
	height:383px;
	background-repeat: no-repeat;
}
.container_12 .navigation #a a {
	padding-top:416px;
	height:31px;
	margin-top: -388px;
}
.container_12 .navigation .currentpage a {
	color:#ffc414;
	text-decoration:none;
	background-image: url(../../img/nav/back-hi-home.png);
	height:389px;
	padding-top:236px;
	height:39px;
	margin-top: -236px;
}
/* ===============================
   =SUBNAVIBEREICH 
=============================== */
.container_12 .seitenleiste {
	width:240px;
	background-color:#dedede;
	border-top:15px solid #FFF;
	padding-top:7px;
}
.container_12 .seitenleiste p {
	padding:0px;
	line-height: 1.2em;
	width:200px;
	float:left;
	margin-left:5px;
	margin-bottom:5px;
}
*html .container_12 .seitenleiste p {
	padding:0px;
	line-height: 1.2em;
	width:200px;
	margin-bottom:0px;
}
.container_12 .bull {
	font-size:2em;
	margin-left:5px;
	float:left;
	margin-top:-7px;
	_margin-top:-9px;
	margin-right:5px;
	color:#FFC414;
}


.flt{}
.menubg{}
.menu {
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.menu .doc li, .menu .sdoc li {
	margin:0px 0px 0px 0px;
	list-style:none;
	text-align:left;
	}
.menu .doc a, .menu .doc a:visited {
	width:230px;
	height:23px;
	margin:-3px 0px 0px 5px;
	position:relative;
	display:block;
	color:#012130;
	text-decoration:none;
	background:url(../../img/nav/sub-p.gif) no-repeat;
	padding:6px 0 0 25px;
}
*html .menu .doc a, *html .menu .doc a:visited {
	width:217px;
	height:23px;
	margin:-3px 0px 0px 8px;
	position:relative;
	display:block;
	color:#012130;
	text-decoration:none;
	background:url(../../img/nav/sub-pi.gif) no-repeat;
	padding:6px 0 0 25px;
	}
.menu .doc a:hover, .menu .doc a:active,
.menu .doc li.currentpage a, .menu .doc li.currentpage a:visited  {
	background:url(../../img/nav/sub-hi.gif) no-repeat;
	text-decoration:none;
	color:#FFF;
	}	
.bot{clear:left;}


.menu .docs {
	width:230px;
	height:23px;
	margin:0px 0px 0px 5px;
	position:relative;
	display:block;
	color:#012130;
	text-decoration:none;
	background:url(../../img/nav/sub-p.gif) no-repeat;
	padding:3px 0 0 25px;
}
.menu .sdoc { /* Highlight Menü */
	background:url(../../img/nav/sub-hi.gif) no-repeat;
	width:230px;
	height:23px;
	margin:-3px 0px 0px 5px;
	position:relative;
	display:block;
	color:#FFF;
	text-decoration:none;
	padding:6px 0 0 25px;
}
*html .menu .sdoc a, *html .menu .sdoc a:visited { /* Highlight Menü IE6 */
	background:url(../../img/nav/sub-hi.gif) no-repeat;
	width:217px;
	height:23px;
	margin:-3px 0px 0px 8px;
	position:relative;
	display:block;
	color:#FFF;
	text-decoration:none;
	padding:6px 0 0 25px;
	font-weight:bold;
}
.menu .sdocs {
	list-style: none;
	padding-left: 15px;
	background: url(../index.php?image=sdocs) no-repeat;
}
.startbox {
	width:600px;
	margin-top:10px;
}
.startzeiten, .golfenlernen {
	float:left;
	width:233px;
	height:66px;
	margin:6px 5px;
}
/* ===============================
   =OL-NAVIBEREICH 
=============================== */
.menu-ol {
	font-style: normal;
}
.menu-ol li {
	margin:0px 0px 0px 8px;
	list-style:none;
	text-align:left;
	float:left;
	}
.menu-ol a, .menu-ol a:visited {
	color:#6590a5;
	text-decoration:none;
	}
*html .menu-ol a, .menu-ol a:visited {
	color:#6590a5;
	text-decoration:none;
	}
.menu-ol a:hover, .menu-ol a:active,
.menu-ol li.currentpage-ol a, .menu-ol li.currentpage-ol a:visited  {
	text-decoration:underline;
	color:#012130;
	}	
.bot{clear:left;}
/* ===============================
   =TEXTBEREICH 
=============================== */
.container_12 .inhalt {
	width:610px;
	height:300px;
	background-color:#FFF;
	padding:5px 45px 40px 45px;
}
*html .container_12 .inhalt {
	padding:10px 40px 40px 40px;
}
/* ===============================
   =LOCATOR 
=============================== */
.locator {
	font-size: 0.7em;
	color: white;
}
.locator a {
	font-weight: normal;
	text-decoration: underline;
}
.locator a:link, .locator a:visited, .locator a:active, .locator a:hover {
	color: white;
}
/* ===============================
   =LOGIN 
=============================== */
.login {
	width:230px;
	background-image: url(../../img/allg/powered.gif);
	background-repeat: no-repeat;
	height: 23px;	
	margin:0 5px;
	padding:7px 0 ;
	font-size: 0.65em;
	text-align:center;
}
.powered {
	font-size: 0.8em;
	color: #999;
	width:230px;
	background-image: url(../../img/allg/powered.gif);
	background-repeat: no-repeat;
	height: 23px;
	margin:-10px 0 0 5px;
	padding:5px 0;
}
.login a, .login a:link, .login a:visited, .login a:active, .login a:hover {
	color: gray;
	font-weight:bold;
}
.white a, .white a:hover, .white a:visited {
	color:#FFF;
}
.mehr a {
	text-decoration:none;
	margin: 0 10px;
}
/* ===============================
   =NAVIGATOR 
=============================== */
.navigator {
	font-weight: bold;
	font-size: 10pt;
	color: white;
}
.navigator a:link, .navigator a:visited {
	color: #c0c0c0;
}
.navigator a:active, .navigator a:hover {
	color: white;
}
.edit {
	font-size: 0.7em;
	color: black;
	background: buttonface;
}
.edit a:link, .edit a:visited, .edit a:active, .edit a:hover {
	font-weight: normal;
	color: black;
}



