/*CSS*/

/*
   http://www.urlaub-bischofsgruen.de/
   http://www.erholung-bischofsgruen.de.de/
   
   css styleguide
   
   Copyright 2008, Markus Spiske
   http://www.temporausch.com

*/

/*-------------------Global-------------------*/

* { margin: 0; padding: 0; outline: 0 }

body {
	font: 12px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 	
	margin: 0; padding: 0 0 50px 0; 
	background: #00407e url(../img/bg_global.gif) repeat-x;
	text-align: center;
}

/*-------------------Links-------------------*/
a {
	text-decoration: none;
	color: #00407e; 	
}

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

/*-------------------Gallery-------------------*/

#gallery A {
	display:block;
	float:left;
	margin-left: 10px;
}

#gallery {
	display:block;
	float:left;
	margin-left: 10px;
	margin-bottom: 50px;
}


/*-------------------Headlines-------------------*/
h1, h2, h3 {
	font: bold 1em/1.5em "Lucida Grande", Tahoma, Arial, Sans-serif;
	color: #00407e;
	padding: 15px 10px 5px 10px;
	margin: 0;
}

h1 {
	font-size: 345%;	
	font-weight: normal;
}

h2 {
	font-size: 140%;
	color: #00407e;	
}

h3 {
	font-size: 120%;	
	font-weight: normal;	
}

h4 {
	font-size: 345%;	
	font-weight: normal;
}

p, dl {
	padding: 10px; margin: 0; 
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

ul { list-style: none; }

dt {
  font-weight: bold;
  color: #895F30;
}

dd {
  padding-left: 25px; 
}

/*-------------------Images-------------------*/

/*img {
	background: #fafafa;
   	/*border: 1px solid #dcdcdc;
	padding: 5px;
}*/

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;  
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}

blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
    border: 1px solid #F0F0F0;
	background: #F0F0F0 url(../img/quote.gif) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #555;	
}

/*-------------------Table-------------------*/

table {
	border-collapse: collapse;
	margin: 15px 10px;	
}

th {
	color: #555;
	background: #E6E6E6;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;		
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;	
}

tr {
	height: 34px;	
	background: #fff;
}

td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #ECECEC;	
}	

/* -------------------Layout-------------------*/ 

#header-wrap {
	position: relative;
	background: #fff url(../img/bg_header.gif) no-repeat;
	margin: 0 auto;
	width: 800px;
	height: 385px;
	text-align: left;
}

#header-photo {
	position: absolute;
	top: 90px; left: 24px;	
	padding: 0;		
	height:290px; 
	width: 75px;
	clear: both;
	/* border: 1px solid #F0F0F0; */
}

#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 

/*-------------------Navigation-------------------*/

#nav {
	position: absolute;
	margin: 0; padding: 0;		
	width: 800px;	
	left: 24px;	top: 0px;	
}

#nav ul {
	float: left;
	list-style: none;
	width: 800px;		
	height: 40px;
	margin: 0; padding: 0;	
	display: inline;
}

#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}

#nav ul li a {
	float: left;
	margin: 0;	padding: 18px 11px 0 11px;
	font: bold 14px/35px "Lucida Grande", Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	text-decoration: none;	
	color: #fff;	
}

#nav ul li a:hover, 

#nav ul li a:active {
	color: #fff;
	background: none;
	border: none;
}

#nav ul li#current a {	
	color: #00407e;	
	background: #d5d3d6 url(../img/nav-current.gif) repeat-x;
	/*border-bottom: 1px solid #fff;*/
}

#header-wrap h1#intro_headline a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 62px Georgia, 'Times New Roman', Times, serif;
	color: #fff;
	text-decoration: none;
			
	/* change the values of top and left to adjust the position of the logo*/
	top: 115px; left: 48px;	
}

#header-wrap h4#intro_headline a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 62px Georgia, 'Times New Roman', Times, serif;
	color: #000;
	text-decoration: none;
			
	/* change the values of top and left to adjust the position of the logo*/
	top: 115px; left: 48px;	
}

#header-wrap h4#intro_headline a:hover {
	background: none;	border: none;
}

#header-wrap h1#intro_headline a:hover {
	background: none;	border: none;
}

#header-wrap p#intro_subline {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 28px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #fff;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 175px; left: 50px;		
}

#header-wrap p#intro_subline_black {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 28px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #000;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 175px; left: 50px;		
}

/*-------------------Header Quick Search-------------------*/

#content-outer {
	background: #fff;
	width: 100%;
}

#content-wrapper {
	width: 800px;
	margin: 0 auto;	
	text-align: left;
}

#content {
	float: left;
	width: 100%;
	background: #fff url(../img/bg_content.gif) no-repeat;		
}

.col-one {
	width: 480px;
	margin-right: 550px;
	padding-left: 25px;
}

.col-two {
	float: left;
	width: 220px;
	margin-left: -255px;
	margin-top: 12px;
}

.col-one, .col-two {
	padding-bottom: 20px;
}

#content .col-one h2 {
	padding-bottom: 3px;
	font: bold 1.7em "Lucida Grande", Tahoma, Arial, Sans-serif;
	color: #00407e;
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
	margin-left: 5px;
	padding-left: 5px;
}

#content .col-one h2 a {
	color: #000;
	text-decoration: none;	
	background: none; 
	border: none;
}

#content .col-one ul li {
	list-style-image: url(bullet.gif);
}

#content-wrapper .col-two h3, 

#content-wrapper .col-three h3 {
	color: #111;
	font: bold 1.0em "Lucida Grande", Tahoma, Arial, sans-serif;
	text-transform: none;
	padding: 0px 5px;
	margin: 15px 0 5px 0;
}

.indent {
  padding-left: 10px;
  font-size: 10px;
  line-height: 140%;
}

/*-------------------Sidebar-------------------*/

ul.sidemenu {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;
	text-decoration: none;		
	background: url(../img/dots.gif) repeat-x left top;
}

ul.sidemenu li {
	list-style: none;
	background: url(../img/dots.gif) repeat-x left bottom;
	padding: 6px 10px;
	margin: 0;		
}

* html body ul.sidemenu li {
	height: 1%;
}

ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;
	color: #666666;
	font-size: 0.9em;		
}

ul.sidemenu li a span {
	color: #989898;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
}

ul.sidemenu li a:hover {	
	color: #000;	
	background: none;
	border: none;
}

ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
ul.sidemenu ul li { background: none; }


/*-------------------Footer-------------------*/

#footer-wrapper {
	clear: both;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	font: normal 1em/1.6em "Lucida Grande", Tahoma, Sans-serif;	
	color: #a7cdf3;			
}

#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}

#footer-wrapper h3 {
	font: normal 1.4em/1.4em "Lucida Grande", Tahoma, Arial, Sans-serif;
	color: #6eabe6;	
}

#footer-wrapper a {
	color: #fff;
	background: transparent;
}

#footer-wrapper ul.footer-list {
	border-top: 1px solid #386999;
	list-style: none;
	padding: 0;	
	margin-left: 0;	
}

#footer-wrapper ul.footer-list li {
	border-bottom: 1px solid #386999;
}

#footer-wrapper ul.footer-list li a {
	display: block;
	width: 100%;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0;
	border: none;
	margin-left: 0;
	padding-left: 0;
	color: #6eabe6;
}

#footer-wrapper ul.footer-list li a span {
	color: #a7cdf3;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

#footer-wrapper ul.footer-list li a:hover,

#footer-wrapper ul.footer-list li a:hover span {
	color: #fff;
	text-decoration: none;	
}

#footer {
	float: left;	
	width: 100%;	
	padding: 0;				
	margin-left: 5px;	
	margin-top: 10px;
}

#footer-bottom {
	clear: both;
	border-top: 1px solid #386999;
	width: 750px;
	margin: 0 auto;
	font-size: 0.8em
}

#footer-bottom .bottom-left {
	float: left;
	padding-left: 0px;
	color: #6eabe6;	
}

#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0px;
	color: #6eabe6;	
}

/*-------------------Alignment Classes-------------------*/

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

/*-------------------Clear-------------------*/

.clearer { clear: both; }
.clear { display: inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}



























