/* globales - Anfang*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #242f59;
	background-color: #f3f3f3;
	background-image: url(../images/bg-unten.gif);
	background-repeat: repeat-y;
	background-position: center;
}

div, p, h1, ul, li, a, input, textarea {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

td {
	vertical-align: top;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

a:link,
a:visited {
	color: #242f59;
}
a:hover,
a:active,
a.active:link,
a.active:visited {
	color: #990033;
}

.clear {
	clear: both;
}

dfn {
	display: none;
}

/* globales - Ende */

/* Seitenaufbau - Anfang */

#bg-oben {
	height: 150px;
	background-color: #F3F3F3;
}

#bg-oben-rechts {
	width: 50%;
	height: 150px;
	float: right;
	background-image: url(../images/bg-oben.gif);
	background-repeat: repeat-x;
}

#con-oben {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}

#gesamt-oben {
	width: 850px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}

#banner {
	height: 130px;
	width: 652px;
	float: left;
	border-bottom: 20px solid #E5E5E5;;
}

#navi-sprache {
	width: 198px;
	height: 150px;
	background-color: #CCCCCC;
	float: left;
	text-align: center;	
}

#bg-mitte {
	text-align: center;
	background-image: url(../images/bg-mitte.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#gesamt-mitte {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	min-height: 460px;
	text-align: left;
	background-image: url(../images/bg-mitte-gesamt.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#textbereich {
	width: 652px;
	min-height: 460px;
	float: left;
	padding-bottom: 30px;
	background-color: #FFFFFF;
}

#navi,
#navi-start {
	width: 198px;
/*	height: 460px;
*/	float: left;
	background-color: #e5e5e5;
}

#streifen-unten {
	height: 20px;
	background-image: url(../images/bg-streifen.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}

#con-streifen {
	text-align: left;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	background-color: #E5E5E5;
	background-image: url(../images/streifen-re.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#con-streifen a:link,
#con-streifen a:visited {
	color: #ADADAD;
}
#con-streifen a:hover,
#con-streifen a:active {
	color: #707070;
}

/* Seitenaufbau - Ende */

/* Sprachauswahl - Anfang */

#navi-sprache ul {
	position: relative;
	top: 130px;
	list-style: none;
}

#navi-sprache li {
	display: inline;
}

#navi-sprache a {
	text-decoration: none;
	margin-left: 6px;
	margin-right: 6px;
}
/* Sprachauswahl - Ende */

/* Navigation - Anfang */

#navi ul,
#navi-start ul {
	list-style: none;
}

#navi a,
#navi-start a {
	text-decoration: none;
	display: block;
	height: 20px;
}

#navi ul.tiefe_1 {
	position: relative;
	top: 30px;
	left: 20px;
}

#navi ul.tiefe_1 a {
	font-weight: bold;
}

#navi ul.tiefe_2 {
	margin-left: 10px;
}

#navi ul.tiefe_2 a {
	font-weight: normal;
}

#navi ul.tiefe_3 {
	margin-left: 2px;
}

#navi ul.tiefe_3 a {
	padding-left: 6px;
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
#navi ul.tiefe_3 a:link,
#navi ul.tiefe_3 a:visited {
	background-image: url(../images/listdot-p.gif);
}
#navi ul.tiefe_3 a:hover,
#navi ul.tiefe_3 a:active,
#navi ul.tiefe_3 a.active:link,
#navi ul.tiefe_3 a.active:visited {
	background-image: url(../images/listdot-a.gif);
}
/* Navigation - Ende */

/* Fußnavigation - Anfang */

#con-streifen ul {
	list-style: none;
	margin-left: 30px;
}

#con-streifen li {
	display: inline;
	float: left;
}

#con-streifen a {
	text-decoration: none;
}

/* Fußnavigation - Ende */

/* Inhalt - Anfang */

#artikel {
	display: block;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
}

/* Inhalt - Ende */

/* Bild Styles - Anfang */
img.img_left {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
}

img.img_left_border {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 2px solid #990033;
}

img.img_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
}

img.img_right_border {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
	border: 2px solid #990033;
}
/* Bild Styles - Ende */

/* Galerie - Anfang */

#simple_gallery {
}

#description {
	font-weight: bold;
	margin-bottom: 20px;	
}

#description .date {
	font-weight: normal;
}

#gallerycontainer {
	width: 100%;
}

#gallerycontainer .thumbnail {
	float: left;
/*	border: 1px solid #CCCCCC;
*/	overflow: hidden;
	margin-right: 26px;
	margin-bottom: 26px;
}

/* Galerie - Ende */

/* Startseite - Anfang */

#navi-start ul.tiefe_1 {
	position: relative;
	top: 190px;
	left: 20px;
}

#artikel-start {
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
}
/* Startseite - Ende */

/* Kontaktformular - Anfang */

.dscr_1 {
	float: left;
	width: 180px;
	text-align: right;
	padding-right: 6px;
}

.eingabe_1 {
	float: left;
	width: 300px;
	border: 1px solid #990033; 
	margin-bottom: 10px;
}

.txt_nachricht {
	width: 300px;
	height: 100px;
	margin-bottom: 10px;
	border: 1px solid #990033; 
}

.knopp_1 {
	width: 100px;
	background-color: #990033; 
	color: #FFFFFF;
	border: none;
	cursor: pointer;
}

/* Kontaktformular - Ende */
