/*
----------------------------------------------
						Styleguide
----------------------------------------------
Blau:	#2C429C
Orange:	#E1AC47
Hintergrund: #DCDADA
Fliesstext: #545454
Überschriften: Times New Roman
----------------------------------------------
					Link-Definition
----------------------------------------------
*/
A:link {
	font-family: arial,"Times New Roman", Times, serif;
	color: #9C9E9C;
	line-height: 12px;
	text-decoration: none;
}
A:visited {
	color: #9C9E9C;
	text-decoration: none
}
A:hover {
	color: #E1AC47;
	text-decoration: none;
}
A:active {
	font-weight: bold;
	color: #2C429C;
	text-decoration: none;
}
.active {
	font-weight: bold;
	color: #2C429C;
	text-decoration: none;
	border-bottom: 1px solid #2C429C;
}
/*
----------------------------------------------
					Global
----------------------------------------------
*/
body {
	margin: 0px;
	background-color: #DCDADA;
	text-align: center;
}
#container {
	margin: 0px auto;
	padding: 0px;
	width: 640px;
	background-color: #0c3379;
	background-image: url(bilder/INHALTBG.gif);
	text-align: left
}
#navi {
	font-family: arial,"times new roman", Times, serif;
	font-size: 11pt;
	text-align: center;
}
#intro {
	background-position: center top;
	background-image: url(bilder/HEAD.jpg);
	width: 640px;
	height: 280px;
	background-repeat: no-repeat;
}
#bottom {
	background-image: url(bilder/BOTTOM.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 20px;
	width: 640px;
	clear: both;
}
.capital {
	font-size: 130%;
	font-weight: bold;
}
.header {
	font-weight: bold;
}
.list {
	font-size: 15px;
	color: #545454;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
/*
----------------------------------------------
				 > index.html
----------------------------------------------
*/
.fliesstext {
	font-size: 15px;
	color: #545454;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 35px;
	padding-bottom: 35px;
}
.thumb {
	margin-bottom: 10px;
}
.subtext {
	font-size: 14px;
	line-height: normal;
	color: #545454;
	font-family: Arial, Helvetica, sans-serif;
}

/*
----------------------------------------------
                  > impressum
----------------------------------------------
*/
#impressum_text {
	font-size: 15px;
	color: #545454;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top: 20px;
	margin-left: 50px;
	margin right: 50px;
	width: 540px;
}
#header_impressum {
	margin-left: 20px;
}
/*
----------------------------------------------
				 > kontakt.html
----------------------------------------------
*/

#adresse {
	margin-top: 15px;
	margin-left: 150px;
	font-size: 15px;
	color: #545454;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
#center {
	margin-left: 40px;
}
/*
----------------------------------------------
              > slideshow
----------------------------------------------
*/

.slideshow_head {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 100px;
	text-align: left;
}
.slideshow {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
   background: #FDF8DE;
	text-align: center;
}
#navi2 {
	font-family: "times new roman", Times, serif;
	font-size: 12pt;
	color: White;
	text-align: left;
   vertical-align: middle;
   margin-left: 80px;
}
#pixel {
	background-image: url(bilder/pixel.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 20px;
	width: 640px;
	clear: both;
}