@import "jquery.panels.css";
/* @group Basis-Einstellungen */

img, div { behavior: url(../css/iepngfix.htc) }

* {
	font-size:11px;
	line-height:16px;
	Font-Family: Verdana;
	Color: #000;
	/*
	Font-Variant: normal;
	Font-Weight: normal;
	Text-Transform: none;
	Letter-Spacing: normal;
	Word-Spacing: normal;
	Font-Style: normal;
	Vertical-Align: top;
	Text-Align: left;
	*/
}

html, body {
/*
	height: 100%;
	overflow: auto;
	position: relative;
*/
}

body, h1, h2, h3, p {
	margin: 0px;
	padding: 0px;
}

body {
/* #ccc */
	background: url(../images/bg_line1.gif) repeat-y;
}

img {
	border: 0;
}

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

h1 {
	Font-Size: 11pt;
	Font-Weight: bold;
	margin-bottom: 8px;
}

h2 {
	Font-Size: 8pt;
	Font-Weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
}

h3 {
	Font-Size: 8pt;
	Font-Weight: italic;
	margin-bottom: 8px;
}

p {
	margin-bottom: 8px;
}

.bold {
	Font-Weight: bold
}



/* @end */


/* @group Navigation oben */

#navitop {
	width: 960px;
	height: 105px;
	z-index: 100;
}

#navitop ul {
	margin: 0px;
	list-style: none;
	padding: 88px 0 0 200px;

}

#navitop li {
	display: block;
	float:left;
	padding: 0px;
	margin:0px;
	width:250px;
	/* letter-spacing: 2px; */
}

#navitop li a {
	font-size: 14px;
	font-family: Arial;
	text-transform: uppercase;
	font-weight:bold;
	
}

#navitop #sponsor a {
	float: left;
	padding-left: 20px;
	padding-top: 57px;
	width: 180px;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	color: #333;
}

/* @end */

#wrap {
	width: 960px;
	_height: 100%;
	min-height: 100%;
	/*background-color: #fff;*/
	padding-top: 20px;
}

/* @group Navigation links */

#wrap #navileft {
	width: 160px;
	height: auto;
	padding-left: 20px;
	float: left;
}

#wrap #navileft ul {
	margin: 0px;
	padding: 0 20px 0 0;
	list-style-type:none; 
}

#wrap #navileft li {
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	/* border-bottom: 1px solid #999; */
}

#wrap #navileft li,
#wrap #navileft li a,
#wrap #navileft li div {
	font-size: 10px;
	line-height: 12px;
}

#wrap #navileft ul ul {
	margin-left: 8px;
	padding-left: 0px;
	list-style-type: none;
	font-weight: normal;
}

#wrap #navileft ul ul a {
	font-weight: normal;
}

/* @end */

/* @group Login */

.litform p {
	background-color: #eee;
	padding:4px;
	margin: 0px 0px 2px 0px;
}

.litform label {
	display: inline-block;
	width: 70px;
}

.logform {
	margin-top: 4px;
}

.logform p {
	padding:0px;
	margin: 0px 0px 2px 0px;
}

.logform label {
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
}


/* @end */

#wrap #content {
	width: 730px;
	height: auto;
	float: left;
	margin-left:20px;
}

/* @group Teaser */

.teaser{
	height: 80px;
	margin-bottom: 16px;
	padding-right: 10px;
	clear:both;
}

.teaser .bild{
	float:left;
}

.teaser .bild p {
	width: 100px;
	height: 80px;
	margin:0;
	padding:0;
	overflow: hidden;
}

.teaser .bild img{
	margin-left:20px;
}

.teaser .text{
	margin-left: 110px;
}

/* @end */

/* @group Paragraph */

.legende div, .legende p {
	text-align: left;
}

.paragraph{
	margin-bottom: 16px;
	/*padding-right: 10px;*/
	clear:both;
	background-color: #fff;
	text-align: justify;
}

.paragraph .bild{
	width: 730px;
	margin: 0 0 16px 0;
	padding: 0;
}

.paragraph .bild img{
	display: block;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}

.paragraph div, .paragraph p {
	/* margin-bottom: 6px; */
}

.paragraph .bild div.legende {
	padding: 30px 30px 10px 10px;
	margin:0;
}
.paragraph .bild div.legende h1,
.paragraph .bild div.legende h2 {
	color: #fff;
	text-align: left;
}

.paragraph .bild div.legende a {
	color: #fff;
}

.paragraph .bild div.legende a:hover {
	color: #000;
}

/* @end */

/* @group Uebersicht */

.uebersicht {
	width: 730px;
	padding:0;
	margin: 0 0 20px 0;
}

.uebersicht .bild{
	width: 120px;
	display: block;
	margin-right:10px;
	float:left;
}

.uebersicht .text, .uebersicht .text p{
	padding: 0;
	margin:0;
}
.uebersicht .text {
	margin-left: 130px;
}


/* @end */

/* @group bfunc */

#bfunc {
	margin-top: 50px;
}

#bfunc a, #bfunc p {
	color: #333;
}

#bfunc table {
	width:100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

#bfunc table td {
	background-color: #eee;
	padding:4px;
	border-bottom: 1px solid #fff;
}

#logmsgbox {
	font-size: 10px;
}

.infobox {
	color: green;
}
.alertbox {
	color: red;
}
/* @end */

#footer {
	clear:both;
	height: 100px;
}

.line {
	border-top: 1px solid #999;
	padding-top: 4px;
}

/* @group Basis-Farben */

.weiss, .weiss a, .weiss a:link, .weiss a:visited, .weiss a:target, weiss a:active {
	color: #fff;
}

.bg_weiss {
	background-color: #fff;
}

.grau, .grau a, .grau a:link, .grau a:visited, .grau a:target, grau a:active {
	color: #999;
}

.bg_grau {
	background-color: #999;
}

.orange, .orange a, .orange a:link, .orange a:visited, .orange a:target, orange a:active {
	color: #f93;
}

.bg_orange {
	background-color: #f93;
}

.blau, .blau a, .blau a:link, .blau a:visited, .blau a:target, blau a:active {
	color: #3cf;
}

.bg_blau {
	background-color: #3cf;
}

.gruen, .gruen a, .gruen a:link, .gruen a:visited, .gruen a:target, gruen a:active {
	color: #9c3;
}

.bg_gruen {
	background-color: #9c3;
}

.weiss a:hover, .grau a:hover, orange a:hover, blau a:hover, gruen a:hover  {
	color: #000;
}
/* @end */

/* @group Galerie */
div.galerie {
	width:600px;
}
div.galerie div {
	width:112px;
	height: 86px;
	margin: 0 8px 8px 0;
	padding: 0px;
	background-color: #999;
	float:left;
}
div.galerie div img {
	margin: 4px;
}

/* @end */

