/*
Name: VCSA
Date: 13.10.2007
Author: Marek Staginnus
URL: http://camping-in-sachsen-anhalt.de
*/

/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #FFFFE5;
	color: #131313;
	font: normal 14.5px sans-serif;
	padding: 2% 0; 
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

a {color: #000040;}
a:hover {color: #000080;}

big {font-size: 1.1em;}

h1,h2,h3 {color: #000000; padding: 8px 0 2px;}

h1 {font: normal 2.4em arial,sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em arial,sans-serif;}
h3 {font: bold 1.2em arial,sans-serif;}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
/* li {line-height: 1.5em;} */
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #FFFFFF;
	margin: 0 auto;
	width: 1000px;
}
#container {
	background: #FFFFE6 url(img/test2.jpg) no-repeat left top;
}

/* header */
.title {
	background: #1AA919;
	border-top: 0px solid #FFFFFF;
	text-align: right;
}
.title h1 {
	color: #441;
	font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
	padding: 10px 0 10px 18px;
}

.header {
	border-top: 0px solid #FFFFFF;
/*	background: #FFFFFF url(img/header3.jpg) no-repeat left top; */
	border-bottom: 1px solid #000000;	
	height: 300px;
}


/* navigation old to delete*/
.navigation {
	background: #FFFFFF url(img/nav.gif) repeat-x; height: 37px;
	border-bottom: 1px solid #553;
}
.navigation a {
/*	background: #FFF url(img/nav.gif) repeat-x; */
/*	border-right: 1px solid #C9C6B3; */
	color: #222222;

	font: bold 1em Tahoma,sans-serif;
/*	padding: 0 6px; */
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #000000;}


/* main */
.main#two-columns 


/* bottom */
.bottom {
	color: #000000;
	padding: 14px 20px;
}

.bootom .left {width: 75%;}
.bootom .right {width: 25%;}

/* footer */
.footer {
	color: #000000;
	padding: 10px;
	background: url(img/test3.gif) repeat left top;
	height: 500px;
}



/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 75%;}
/* .col2 .right .content{height: 2370px;} */
.col2 .right {width: 25%;}
.content {padding: 10px 10px;}
.content {font-size: 1.2em;}
	
.left {width: 75%; float: left;}
.right {width: 25%; float: right;}
.right .content {padding: 18px 12px 12px;}

/* block list */
ul.block {
	border-top: 1px dashed #FFFFFF;
	margin: 4px 0;
	padding: 0;
	width: 95%;
}
.block li {
	border-bottom: 1px dashed #00C400;
	list-style: none;
}
.block li a,.block li em {
	color: #131313;
	display: block;
}
.block li em {
	font-size: 1.2em;
	font-style: normal;
}
.block li a {
	padding: 4px 2%;
	text-decoration: none;
	width: 95%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #FFC800;
	color: #FFFFFF;
}

.right .block,.right .block li {border-color: #000000; padding: 18px 20px;}
.right .block li a:hover {background: #008800;}

.flLeft {float:left;margin: 5px 5px 5px 5px ;}
.flRight {float:right;margin: 5px 5px 5px 5px ;}


/* 

Das Modul nutzt 6  Klassen zur Ausrichtung der Bilder. 
.pleft , .pright und .pnormal    
.pleft für links ausgerichtete Bilder
.pright für rechts ausgerichte Bilder
.pnormal kann zur Definition einer Normalanzeige verwendet werden.  
.pleft_b, .pright_b und .pnormal_b 
definieren die Anzeige der Bilder für den 2. Stil.  
z.B. Anzeige mit Rahmen
Viel Spass beim weiteren basteln.
Code: 
*/ 


/* Definition der Klassen ohne Rahmen*/ 

.pleft {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;

border: none;
}
.pright {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;

border: none;
}
.pnormal {
	clear: both;
border: none;
	
}


/* Definition der KLassen mit  Rahmen */

.pleft_b {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
border: 1px solid #990000;
}
.pright_b {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
border: 1px solid #990000;
}
.pnormal_b {
	clear: both;
	border: 1px solid #990000;
}


/* erweitere Kategorienliste */

ul.kategorieliste
{}

ul.kategorieliste 
{}

ul.kategorieliste img
{
float:left;
margin: 5px 5px 5px 5px;

}

ul.kategorieliste h2
{}

ul.kategorieliste p
{}




/* CHROME NAVI */

.chromestyle{
width: 100%;
font:normal 13px sans-serif;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
		/*display: block;*/
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #000;
}

.chromestyle ul li a:hover{
/* background: url(chromebg-over.gif) center repeat-x; THEME CHANGE HERE todgestellt*/
}

.chromestyle a:hover,.navigation a#active {background-position: left bottom; color: #000000;}


.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 13px sans-serif;
line-height: 20px;
z-index:100;
/* width: 200px; */
text-align: left;
visibility: hidden;
background: url(img/nav.gif) repeat-x; 
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=2); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
text-align: left;
color: black;
background: url(img/nav.gif) repeat-x; 
/* background: #FFF url(img/nav.gif) repeat-x;  todgestellt */
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-position: left bottom; color: #000000;
}
.dropmenudiv a#active {background-position: left bottom; color: #000000;
}

/*================================================================
CSS for an vertical menu
CSS for <div id="nav_list1">{ NAV_LIST }</div>
Level 0 - 1;
22.10.06 flip-flop (KH)
----------------------------------------------------------------*/

#nav_list1 {
margin: 0;
padding: 0 0 0 0;
border: 0;
font-weight: normal;
text-decoration: none;
line-height: 22px;

/* e.g. 11px font and 19px height */
font: normal normal 18px/19px Verdana, Geneva, Arial, Helvetica, sans-serif;
width: 220px; /* Width of Menu Items */
/* float:left; */
}

#nav_list1 em { font-style: normal; }

#nav_list1 ul {
margin: 0;
padding: 0;
border: 0;
font-weight: normal;
line-height: 22px;
list-style: none;
width: 220px; /* Width of Menu Items */
}

#nav_list1 ul li { position: relative; }


/*--- Styles for Menu Items ------------------------------------*/


/*--- LEVEL X --------------------------------------------------*/

#nav_list1 ul li a,
#nav_list1 ul li a:link,
#nav_list1 ul li a:visited,
#nav_list1 ul li a:active {
display: block;
text-decoration: none;
text-transform: none;
font-weight: normal;
line-height: 22px;
color: black;
/* image adjust e.g. left gap 10px */
padding: 1px 0 0 35px; /* Text adjust e.g. left gap 25px */
border-bottom: 0px solid #ccc; /* IE6 Bug */
}


#nav_list1 ul li.listActive a,
#nav_list1 ul li.listActive a:link,
#nav_list1 ul li.listActive a:visited,
#nav_list1 ul li.listActive a:active {
color: darkblue;
line-height: 22px;
font-weight: normal;
}

#nav_list1 ul li a:hover,
#nav_list1 ul li.listActive a:hover {
color: black;
font-weight: normal;
line-height: 22px;
   background: #FFFFFF url(/files/img/navigator.gif) 0px 0px no-repeat;
/* text-decoration: underline; */

}

/*--- LEVEL X + 1--------------------------------------------------*/

#nav_list1 ul ul li a,
#nav_list1 ul ul li a:link,
#nav_list1 ul ul li a:visited,
#nav_list1 ul ul li a:active,
#nav_list1 ul li.listActive ul li a,
#nav_list1 ul li.listActive ul li a:link,
#nav_list1 ul li.listActive ul li a:visited,
#nav_list1 ul li.listActive ul li a:active {
display: block;
text-decoration: none;
text-transform: none;
line-height: 22px;
color: black;
font-weight: normal;
font: normal normal 14px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
padding: 1px 0 0 50px; /* Text adjust e.g. left gap 40px */
border-bottom: 0px solid #ccc; /* IE6 Bug */
}


#nav_list1 ul ul li.listActive ul li a,
#nav_list1 ul ul li.listActive ul li a:link,
#nav_list1 ul ul li.listActive ul li a:visited,
#nav_list1 ul ul li.listActive ul li a:active {
color: black;
line-height: 22px;
font-weight: normal;
font: normal normal 16px/17px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#nav_list1 ul ul li a:hover,
#nav_list1 ul ul li.listActive ul li a:hover,
#nav_list1 ul li.listActive ul li a:hover {
line-height: 22px;
color: black;
/* text-decoration: underline; */
}



/*--- LEVEL X + 2--------------------------------------------------*/

#nav_list1 ul ul ul li a,
#nav_list1 ul ul ul li a:link,
#nav_list1 ul ul ul li a:visited,
#nav_list1 ul ul ul li a:active,
#nav_list1 ul ul li.listActive ul li a,
#nav_list1 ul ul li.listActive ul li a:link,
#nav_list1 ul ul li.listActive ul li a:visited,
#nav_list1 ul ul li.listActive ul li a:active {
display: block;
text-decoration: none;
text-transform: none;
color: black;
font-weight: normal;
/* image adjust e.g. left gap 25px */
padding: 1px 0 0 55px; /* Text adjust e.g. left gap 40px */
border-bottom: 0px solid #ccc; /* IE6 Bug */
}


#nav_list1 ul ul ul li.listActive ul li a,
#nav_list1 ul ul ul li.listActive ul li a:link,
#nav_list1 ul ul ul li.listActive ul li a:visited,
#nav_list1 ul ul ul li.listActive ul li a:active {
color: black;
font-weight: normal;
}

#nav_list1 ul ul ul li a:hover,
#nav_list1 ul ul ul li.listActive ul li a:hover,
#nav_list1 ul ul li.listActive ul li a:hover {
color: black;
/* text-decoration: underline; */
}


/*--- LEVEL X + 3--------------------------------------------------*/


#nav_list1 ul ul ul ul li a,
#nav_list1 ul ul ul ul li a:link,
#nav_list1 ul ul ul ul li a:visited,
#nav_list1 ul ul ul ul li a:active,
#nav_list1 ul ul ul li.listActive ul li a,
#nav_list1 ul ul ul li.listActive ul li a:link,
#nav_list1 ul ul ul li.listActive ul li a:visited,
#nav_list1 ul ul ul li.listActive ul li a:active {
display: block;
text-decoration: none;
text-transform: none;
color: #000000;
/* image adjust e.g. left gap 25px */
padding: 1px 0 0 65px; /* Text adjust e.g. left gap 40px */
border-bottom: 0px solid #ccc; /* IE6 Bug */
}


#nav_list1 ul ul ul ul li.listActive ul li a,
#nav_list1 ul ul ul ul li.listActive ul li a:link,
#nav_list1 ul ul ul ul li.listActive ul li a:visited,
#nav_list1 ul ul ul ul li.listActive ul li a:active {
color: black;
font-weight: normal;
}

#nav_list1 ul ul ul ul li a:hover,
#nav_list1 ul ul ul ul li.listActive ul li a:hover,
#nav_list1 ul ul ul li.listActive ul li a:hover {
color: black;
/* text-decoration: underline; */
}


/*--- LEVEL X + 4--------------------------------------------------*/


#nav_list1 ul ul ul ul ul li a,
#nav_list1 ul ul ul ul ul li a:link,
#nav_list1 ul ul ul ul ul li a:visited,
#nav_list1 ul ul ul ul ul li a:active,
#nav_list1 ul ul ul ul ul li.listActive ul li a,
#nav_list1 ul ul ul ul ul li.listActive ul li a:link,
#nav_list1 ul ul ul ul li.listActive ul li a:visited,
#nav_list1 ul ul ul ul li.listActive ul li a:active {
display: block;
text-decoration: none;
text-transform: none;
color: #000000;
/* image adjust e.g. left gap 25px */
padding: 1px 0 0 75px; /* Text adjust e.g. left gap 40px */
border-bottom: 0px solid #ccc; /* IE6 Bug */
}


#nav_list1 ul ul ul ul ul li.listActive ul li a,
#nav_list1 ul ul ul ul ul li.listActive ul li a:link,
#nav_list1 ul ul ul ul ul li.listActive ul li a:visited,
#nav_list1 ul ul ul ul ul li.listActive ul li a:active {
color: black;
font-weight: normal;
}

#nav_list1 ul ul ul ul ul li a:hover,
#nav_list1 ul ul ul ul ul li.listActive ul li a:hover,
#nav_list1 ul ul ul ul li.listActive ul li a:hover {
color: black;
/* text-decoration: underline; */
}

/* Holly Hack. IE Requirement \*/
* html #nav_list1 ul li { float: left; height: 1%; }
* html #nav_list1 ul li a { height: 1%; }

/* ==== End nav_list1 === */ 

