/* STYLESHEET SPES */
/*************************************

	Projekt: 	SPES 2008
	Start am:	09.02.2008
	Datei:		styles.css
	Author:		Lisa Ehrlinger

	===================
	=== STYLE GUIDE ===
	===================
	Hintergrundfarbe:	#dededd (helles grau)
	Schriftfarbe:		#4c4c4c (dunkles grau)
	Schriftfamilie:		Arial
	Schriftgröße:		12pt

**************************************/


/*************************************
 *** CSS Reset ***********************
 *************************************/
html, body, div, span, applet, object, embed, 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0px; padding: 0px; border: 0px; outline: 0px; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; background-image: none;
}

html, body { width: 100%; height: 100%; }
body { color: black; background: white; text-align:center; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing:0; }
caption, th, td { text-align:left; font-weight:normal; }
p {padding-bottom:5px; padding-top:5px;}
/*************************************/


/*************************************
 *** General Selectors ***************
 *************************************/
.csc-sitemap ul{
	margin: 10px; 
}

.csc-sitemap ul li li{
	list-style: circle;
	margin: 10px; 
}

body {
	background:#dededd url(../img/hg.gif) repeat-x;
	color:#4c4c4c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#spacer {
	width:100%;
	height:18px;
}
#header {
	width:950px;
	height:315px;
	margin: 0 auto;
	font-size:13px;
}
#content {
	width:950px;
	margin: 0 auto;
	background-color:#FFFFFF;
	text-align:left;
}
#bottom {
	width:930px;
	margin: 0 auto;
	color:#1d1d1d;
	text-align:left;
	height:23px;
}

.logo  {
	float:left;
	margin-left:22px;
}

.header_rechts  {
	float:left;
	position:relative;
	left:492px;
	top:50px;
}

.zeile1 {
	float:right;
	text-align:right;
	margin-top:30px;
	height:234px;
}
.zeile2 {
	clear:both;
	width:950px;
	height:55px;
	background: url(../img/header_unten.gif) no-repeat;
	position:relative;left:0px;top:-5px;
}

.spalte1 {
	width:200px;
	padding-top:14px;
	padding-left:14px;
	float:left;
}
.spalte2 {
	float:left;
	width:517px;
	position:relative;
	padding-right:15;
}
.spalte3 {
	float:right;
	padding:10px 10px 0px 0px;
	width:180px;
	text-align:left;
}

.suche {
	float:right;
	margin-right:30px;
}
.suchtext {
	float:left;
	margin-top:3px;
	margin-right:5px;
	display:block;
	text-align:right;
	width:100px;
}
.left2 {
	float:left;
	text-align:left;
	padding-left:20px;
	margin-top:5px;
}
.right2 {
	float:right;
	text-align:left;
	width:100px;
	margin-top:5px;
}
.bottom_left {
	float:left;
}
.bottom_right {
	float:right;
}
.pics {
	text-align:center;
	padding-top:100px;
}

/*************************************
 *** Spalten Startseite ***************
 *************************************/
 .contentitem {
 	float:left;
	width:166px;
	margin-right:6px;
 }
 .imgheader {
 	color:#FFFFFF;
	background-color:#9d9d9d;
	width:166px;
	height:22px;
	padding:0px;
 }
 .textbox {
 	width:166px;
 	padding:17px 0px;
 }
 .linkbox {
 	background-color:#eaf7dc;
	width:161px;
	padding:9px 0px 1px 5px;
 }
 
 .aktuellbox {
 	padding:8px 0px 10px 0px;
	width:180px;
 }
 .mehr {
 	text-align:right;
	width:180px;
	color:#0c7d3e;
 }
 
/*************************************
 *** FONT STYLING ***************
 *************************************/
 
 .spalte3 li{ 
	height:19px !important;
	background-image:url(../img/menuitem.gif) !important;
	background-color:white !important;
	background-repeat:no-repeat !important;
	padding-left: 25px !important;	
}

.spalte3 ul{
	margin-bottom:20px !important;
}
 
.spalte2 li{ 
	margin-top:5px !important;
	margin-bottom:5px !important;
	background-image:url(../img/linkbox_arrow.gif) !important;
	background-repeat:no-repeat !important;
	background-color:white !important;
	padding-left: 25px !important;
}
 
 
.spalte1 li {
	font-size:14px;
	background:url(../img/menuitem.gif) no-repeat;
	padding-left:23px;
}

.spalte1 li li{
		background:url(../img/blank.gif) no-repeat;
		padding-left:5px;
		padding-top:5px;
}

.linkbox li {
	background:url(../img/menueitem_infobox.gif) no-repeat top left !important;
	overflow:hidden;
	padding-left:15px !important;
	margin-bottom:8px;
	display:block;
}
.aktuell_header {
	font-size:17px;
	font-weight:bold;
	color:#0c7d3e;
}

h1 {
	font-size:18px;
	font-weight:bolder;
	color:#0c7d3e;
	padding:0px;
	margin:0px;
	lign-height:100%;
	padding-bottom:10px;
}
h2 {
	font-size:17px;
	font-weight:bolder;
	color:#81cd30;
	padding:0px;
	margin:0px;
	lign-height:100%;
	padding-bottom:10px;
}
h3 {
	font-size:15px;
	font-weight:bolder;
	color:#0c7d3e;
	padding:0px;
	margin:0px;
	lign-height:100%;
	padding-bottom:5px;
}

h4 {
	font-size:14px;
	font-weight:bold;
	color:#0c7d3e;
	padding:0px;
	margin:0px;
	lign-height:100%;
	padding-bottom:3px;
}

h5{
	font-size:20px;
	font-weight:bolder;
	color:#4c4c4c;
	padding:0px;
	margin:0px;
	padding-top:20px;
	padding-bottom:20px;
	background:url(../img/bg_hauptueberschrift.jpg) no-repeat center left;
}

 
 /*************************************
 *** FORM STYLING ***************
 *************************************/
input, select {
 	border: 1px solid #c3c3c3;
	background-color:#FFFFFF;
	font-size:13px;
}
.inputtxt {
 	border: 1px solid #c3c3c3;
	background-color:#FFFFFF;
	width:120px;
	height:16px;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	font-size:13px;
}
.suchbutton {
	border:0px;
	height:18px;
	width:24px;
	margin:0px;
	padding:0px;
}
 
/*************************************
 *** LINK STYLING ***************
 *************************************/
 a {text-decoration:none; color:#0c7d3e; font-weight:bold;}
 a:link {color:#0c7d3e;}
 a:visited {color:#0c7d3e;}
 a:hover {color:#4c4c4c;}
 a:active {color:#0c7d3e;}
 

 a.link2 {text-decoration:none; color:#4c4c4c;}
 a.link2:link {color:#4c4c4c;}
 a.link2:visited {color:#4c4c4c;}
 a.link2:hover {color:#0c7d3e;}
 a.link2:active {color:#0c7d3e;}


 a.link3 {text-decoration:none; color:#0c7d3e;}
 a.link3:link {color:#0c7d3e;}
 a.link3:visited {color:#0c7d3e;}
 a.link3:hover {color:#0c7d3e;}
 a.link3:active {color:#0c7d3e;}
 
 a.link4 {text-decoration:none; color:#4c4c4c;}
 a.link4:link {color:#4c4c4c;}
 a.link4:visited {color:#4c4c4c;}
 a.link4:hover {color:#4c4c4c; font-weight:bold;}
 a.link4:active {color:#4c4c4c; font-weight:bold;}
 
 a.link5 {text-decoration:none; color:#4c4c4c; font-weight:bold;}
 a.link5:link {color:#4c4c4c; font-weight:bold;}
 a.link5:visited {color:#4c4c4c; font-weight:bold;}
 a.link5:hover {color:#4c4c4c; font-weight:bold;}
 a.link5:active {color:#4c4c4c; font-weight:bold;}
 
/*************************************
 *** OTHER **************************
 *************************************/
 .clearer {
	clear:both;
}
 .spacer {
 	height:150px;
	clear:both;
}
.csc-mailform-field{
	width:120px;
}
.csc-mailform-field input{
	width:200px;
}

.zimmer{
	color:#00000;
	text-align:left;
	background-color:#f2f2f2;
	padding:5px;
	width: 190px;
}

.zimmerpreis{
	color:#000000;
	text-align:right;
	background-color:#e2e2e2;
	padding:5px;
	width: 45px;
}


.align-right{
	text-align:right;
}

.infobox{
	position: absolute; 
	left: 320px; 
	top: inherit;
	width: 170px; 
	background-color:#EAF7DC;
	padding-left: 20px; 
	padding-top: 5px;
	padding-bottom:5px;
}

.infoboxLink{ 
	height:19px !important;
	background-image:url(../img/menueitem_infobox.gif) !important;
	background-repeat:no-repeat !important;
	padding-left: 15px !important;	
	display:block;
}

.quoteEnd {
	background:url(../img/99.gif) no-repeat bottom left;
	float:left;
	width:25px;
	height:130px;
}

.quoteBeginn { 
	background:url(../img/66.gif) no-repeat top right;
	float:left;
	width:25px;
	height:50px;
	
}

.quote{
	font-weight:bold;
	position:relative;
}

.quoteText{
	float:left;
	width:275px;
}

.quickanfrage{
	border:1px;
	border-style:solid;
	border-color:#0C7D3E;
	padding:5px 5px;
}

a:link.download  {
	background:url(../img/page_white_acrobat.gif) no-repeat top left;
	padding-left:23px;
	margin-bottom:8px;
	margin-left:15px;
	font-weight:bold;
	color:#4c4c4c;
	/*display:block;*/
}

a:hover.download {
	background:url(../img/page_white_acrobat.gif) no-repeat top left;
	padding-left:23px;
	margin-bottom:8px;
	margin-left:15px;
	font-weight:bold;
	color:#0c7d3e;
	/*display:block;*/
}

th{
	font-weight:bold;
	text-align:center;
}

/*************************************
 *** Formatierung der Newsseiten  *****
 *************************************/

.news-single-img {
	float:none;
	margin-left:5px;
}