/** BASIC */

html {
	overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 90px;
}

.input2 {
	width: 45px;
	height: 22px;
	background: url(images/homepage15.gif) no-repeat left top;
	border: none;
	text-transform: uppercase;
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 12px 0 8px 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #515151;
}

h1, h2 {
	font-size: 16px;
	margin-bottom: 1em;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: bold;
	color: #515151;
	/* padding-left: 24px;
	background: url(images/homepage17.gif) no-repeat left; */
}

h4 {
	font-size: 13px;
	font-weight: bold;
	/* padding-left: 16px;
	background: url(images/homepage16.gif) no-repeat left; */

}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000; /*#868686;*/
}

blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	/*text-align: justify;*/
}

p {
	margin:0 0 0.8em;
	line-height: 1.2em;
}

.text1 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.text2 {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #515151;
}

.text3 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #515151;
}

.text4 {
	text-align: center;
	color: #FFFFFF;
}

.text4 a {
	color: #FFFFFF;
	text-decoration: none;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
	line-height: 18px;
}

/** LINKS */

a {
	color: #3695E2;
}

a:hover {
	text-decoration: none;
}

ul.sitemap2nd {
	padding-left: 22px;
	margin-bottom: 0;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage06.gif) repeat left top; }
.bg2 { background: url(images/homepage07.gif) repeat-y left top; }
.bg3 { background: #F3F5F6 url(images/homepage20.gif) no-repeat left top; }
.bg4 { background: url(images/homepage21.gif) no-repeat left bottom; }
.bg5 { background: url(images/homepage22.gif) repeat-x left top; }
.bg6 { background: url(images/homepage23.gif) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { 
	margin-bottom: 8px;
	border: none;
}

.img1 {
	float: left;
	margin: 0px 10px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 10px;
}

#box2 div.flLeft {
	margin-right:15px;
}

#box2 div.flRight {
	margin-left:15px;
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 31px;
	background: url(images/homepage11.gif) repeat-x left center;
}

/** BREADCRUMB */

#breadcrumb {
	position: absolute;
	float: left;
	width: 740px;
	top: 194px;
	font-size: 11px;
	text-align: right;
}

/* Bildmodul */ 

/* Definition der Klassen ohne Rahmen */ 

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

/* Definition der Klassen mit Rahmen (2.Stil) */

.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;
}