/*
	Styles scheidentutweh.at - 20.03.2007
	
	
	Wichtige Farben:
	hellgruen: #99cc00
	rot: #e83015
	orange: #f77e00
	gruen: #759e46
	braun: #f3b80b
	hellbraun: #ffe698
	beige: #fff6d2


	
	---------------------------------------------------------------
	1. Allgemeine Definitionen (Body, Linkfarben)
	---------------------------------------------------------------
	2. Container (Spaltendefinitionen fuer Homepage & Content)
	---------------------------------------------------------------
		2.1 Oben
	---------------------------------------------------------------
		2.2 Linke Spalte
	---------------------------------------------------------------
		2.3 Mittlere Spalte
	---------------------------------------------------------------
		2.4 Rechte Spalte
	---------------------------------------------------------------
	3. Story u. Module
	---------------------------------------------------------------
	4. Werbebanner
	---------------------------------------------------------------
	
*/


/* 
	**************************************
	***** 1. Allgemeine Definitionen *****
	**************************************
*/



body {
	background: url(../img/bg_body.gif) repeat-y #fff6d2;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
}

img {
	border-style: none;
}

a:link, a:visited, a:hover, a:active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}



/*
	************************
	***** 2. Container *****
	************************
*/

/* ======= 2.1 Oben ======= */

#header {
	width: 100%;
	height: 89px;
	background: url(../img/bg_header.gif) 220px no-repeat #99cc00;
}

#logo {
	float: left;
}





#navigation {
	width: 100%;
	height: 1.3em;
	background: url(../img/bg_navi.gif) repeat-x #f3b80b;
	padding: 1px 0 0 0;
	clear: both;
}

#navline {
	width: 100%;
	height: 5px;
	background: #ffe698;
}

#navline-grundsatz {
	width: 100%;
	height: 5px;
	background: #789dd2;
}

#navline-vor {
	width: 100%;
	height: 5px;
	background: #e83015;
}

#navline-waehrend {
	width: 100%;
	height: 5px;
	background: #f77e00;
}

#navline-nach {
	width: 100%;
	height: 5px;
	background: #759e46;
}


#navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active {
	font-size: 0.8em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.5em;
}

.navi-grundsatz {
	height: 1.3em;
	float: left;
	text-align: center;
	background-color: #789dd2;
	margin: 0;
	padding: 0 15px 0 15px;
	/*border-right: 1px solid #ffe698;*/
}

.navi-vor {
	height: 1.3em;
	float: left;
	text-align: center;
	background-color: #e83015;
	margin: 0;
	padding: 0 15px 0 15px;
	/*border-right: 1px solid #ffe698;*/
}

.navi-waehrend {
	height: 1.3em;
	float: left;
	text-align: center;
	background-color: #f77e00;
	margin: 0;
	padding: 0 15px 0 15px;
	/*border-right: 1px solid #ffe698;*/
}

.navi-nach {
	height: 1.3em;
	float: left;
	text-align: center;
	background-color: #759e46;
	margin: 0;
	padding: 0 15px 0 15px;
	/*border-right: 1px solid #ffe698;*/
}




/* ======= 2.2 Linke Spalte ======= */

#spalte-li {
	width: 140px;
	height: auto;
	float: left;
}

#spalte-li a:link, #spalte-li a:visited, #spalte-li a:hover, #spalte-li a:active {
	font-size: 0.7em;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#spalte-li a:hover, #spalte-li a:active {
	color: #000;
}

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

#left-neutral, #left-grundsatz, #left-vor, #left-waehrend, #left-nach, .left-common {
	margin: 20px 0 0 0;
	width: 140px;
	height: auto;
	background-color: transparent;	
}

#left-neutral li, #left-grundsatz li, #left-vor li, #left-waehrend li, #left-nach li, .left-common li {
	list-style: none;
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 1px;
}

#left-neutral li {
	background-image: url(../img/bg_nav_neutral.gif);
	border-bottom: 1px dotted #f3b80b;
}

#left-grundsatz li {
	background-image: url(../img/bg_nav_grundsatz.gif);
	border-bottom: 1px dotted #789dd2;
}

#left-vor li {
	background-image: url(../img/bg_nav_vor.gif);
	border-bottom: 1px dotted #e83015;
}

#left-waehrend li {
	background-image: url(../img/bg_nav_waehrend.gif);
	border-bottom: 1px dotted #f77e00;
}

#left-nach li {
	background-image: url(../img/bg_nav_nach.gif);
	border-bottom: 1px dotted #759e46;
}

.left-common li {
	background-image: url(../img/bg_nav_common.gif);
	border-bottom: 1px dotted #99cc00;
}




/* ======= 2.3 Mittlere Spalte ======= */

#spalte-mi {
	width: 390px;
	height: auto;
	float: left;
	margin: 20px 0 0 0;
	border-right: 1px dotted #999;
}



.teaser {
	width: 350px;
	height: auto;
	margin-left: 20px;
}

.linie {
	width: 350px;
	margin: 13px 0 13px 20px;
	border-bottom: 1px dotted #999;
	clear: both;
}

.teaser h2 {
	font-size: 0.9em;
	margin-top: 0.3em;
}

.teaser p {
	font-size: 0.8em;
}

.teaser .rubrik {
	font-size: 0.65em;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0;
}

.datum {
	color: #999;
	margin-left: 15px;
}

.datum2 {
  color: #999;
}

.q-grundsatz {
	background-image: url(../img/q_grundsatz.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}

.q-vor {
	background-image: url(../img/q_vor.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}

.q-waehrend {
	background-image: url(../img/q_waehrend.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}

.q-nach {
	background-image: url(../img/q_nach.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}

.teaserbild {
	margin: 2px 10px 2px -18px;
	float: left;
  	position: relative;
  	z-index: 2;
}



/* ======= 2.4 Rechte Spalte ======= */

#spalte-re {
	width: 220px;
	height: auto;
	float: left;
	margin: 20px 0 0 -1px;
	border-left: 1px dotted #999;
}

#spalte-re h3 {
	margin-top: 0;
	font-size: 0.8em;
	margin-left: 15px;
}

#spalte-re h2 {
	font-size: 0.8em;
	margin-left: 15px;
	margin-bottom: 0.4em;
}

#spalte-re p {
	font-size: 0.8em;
	margin-left: 15px;
	margin-top: 0;
	margin-bottom: 2em;
}

#spalte-re img {
	margin: 0;
}


/*
	******************************
	***** 3. Story u. Module *****
	******************************
*/

#story {
	width: 388px;
	margin-left: 2px;
	overflow: hidden;
}

#story h1 {
	font-size: 1em;
	margin-top: 0;
	margin-left: 18px;
	margin-right: 20px;
}

#story h2 {
	font-size: 0.8em;
	margin-left: 18px;
	margin-right: 20px;
}

#story p {
	font-size: 0.8em;
	margin-left: 18px;
	margin-right: 20px;
}

.infobox  {
	padding: 10px;
	border: 1px dotted #f3b80b;
	background-color: #ffe698;
	margin: 1.5em 20px 1.5em 18px;
	font-size: 0.8em;
}

.linkbox {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	margin: 1.5em 20px 1.5em 18px;
}

.link {
	padding: 0px 0px 0px 25px;
	background: transparent url(../img/link.gif) no-repeat 0px 50%;
	display: block;
}

.download {
	padding: 0px 0px 0px 25px;
	background: transparent url(../img/download.gif) no-repeat 0px 50%;
	display: block;
}

.bildbox {
	margin: 1.5em 0 1.5em 18px;
	font-size: 0.7em;
	color: #666;
}



/*
	**************************
	***** 5. Werbebanner *****
	**************************
*/

#topbanner {
	width: 100%;
	background-color: #a1d600;
	margin: 0;
	padding: 0;
}

#topbanner div {
	margin-left: 25px;
}

#fullbanner {
	margin: 15px 0 0 50px;
	width: 468px;
	height: 60px;
	float: left;
}

#skyscraper {
	width: 1px;
	height: auto;
	float: left;
	margin: 20px 0 0 20px;
	overflow: visible;
}
