/* CSS Document for Lama-Bar */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
}

img {
	border: 0;
	}

p {
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 10px;
	}

td {
	font-size: 12px;
	}

ul, ol {
	font-size: 12px;
	line-height: 140%;
	padding-left: 20px;
	}

.magazin {
	list-style-type: none;
	line-height: 22px;
	}



a {
	color: #ffffff;
	text-decoration: underline;	
}

a:hover, a:focus, a:active {
	text-decoration: none;
	}


#sidebar1 ul {
	list-style: none;
	text-transform: uppercase;
	font-size: 13px;
	padding: 0;
	color:  #FF0000;
	}

#footer a, #sidebar1 a {
	color: #FF0000;
	text-decoration: none;
	}

h1, h2, h3, h4 {	
	font-weight: bold;
	}

h1 {
	font-size: 16px;
	}

h2 {
	font-size: 12px;	
	margin: 8px 0 4px 0;
	font-weight: bold;
	}
	
h3 {
	font-size: 12px;
	margin: 2px 0 2px 0;
	font-weight: bold;
	}	

	
/* Formulare */
input, textarea {
	font-family: courier; 
	font-size: 10px;
	margin: 5px;
}
.frmBeschriftung {
	width: 150px;
	line-height: 200%;
	float: left;
	clear: left;
	font-size: 12px;
}
	
.error {
	border: 1px dotted #ff0000;
	color: #ff0000;
	background-color: #ffffff;
	padding: 10px;
	font-size: 12px;
	line-height: 140%;
}

/* Sidebar */
.infobox {
	width: 160px;
	padding: 8px 4px 8px 8px;
	font-size: 11px;
	margin: 0px;
}
.infobox h3 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
}
.infobox hr {	
	width: 140px;
	color: #ffffff;
	line-height: 1px;
	border-style: dashed;
	margin-right: 0px;
}
.infobox p {
	width: 145px;
	margin-bottom: 3px;
	font-size: 11px;
}	

.boxfarbe1 {
	background-image: url(../img/hg_infobox1.jpg);
	background-repeat: repeat-y;
}

.boxfarbe2 {
	background-image: url(../img/hg_infobox2.jpg);
	background-repeat: repeat-y;
}

.boxfarbe3 {
	background-image: url(../img/hg_infobox3.jpg);
	background-repeat: repeat-y;
}

.boxfarbe4 {
	background-image: url(../img/hg_infobox4.jpg);
	background-repeat: repeat-y;
}
/* Div Sets: */

#container {
	position: absolute;
	width: 1000px;
	overflow: hidden;
	top: 0px;
	left: 50%;
	margin-left: -500px;
}

#sidebar1 {
		padding: 5px 10px 0 5px;
		position: relative;
		float: right;
		text-align: right;
		}
	
#content {	
	float: left;
	width: 640px;
	min-height: 600px;
	}
	
#navi {
	position: relative;
	margin-top: -2px;
	height: 27px;
	width: 640px;
	}

#text {
	margin: 10px 25px;
	}

#right_bild {
	/* display: none; */
}

#footer {
	clear: both;
	color: #FF0000;
	padding: 15px 0 0 0;
	width: 580px;
	margin-left: 220px;
	text-align: center;
	min-height: 1000px;
	}
	
#bottom {
	position: relative;
	width: 670px;
	left: 185px;
	
	}
	
.breaker {
	clear: both;
}

/* Navigation-Bar: */
.AccordionPanelContent li {
	display: block;
	width: 170px;
}

.Accordion {
	overflow: hidden;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
}


.AccordionPanelTab {
	padding: 4px 0 4px 0;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.AccordionPanelContent {
	overflow: hidden;
	margin: 0px;
	padding: 0 0 4px 0;
}

.AccordionPanelOpen .AccordionPanelTab {
	
}

.AccordionPanelTabHover {
	color: #ff0000;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #ff0000;
}

.AccordionFocused .AccordionPanelTab {
	
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	
}
