/************************Allgemeine Angaben*************************/
body {
	margin: 0px;
	color: black;
	background-color: #BDCBD2;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #3D4F59;
}

a:link  {
	color: #AA3402;
	font-weight: bold;
	text-decoration: none;
}

a:visited  {
	color: #AA3402;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #AA3402;
	text-decoration: underline;
	font-weight: bold;
}

a:active  {
	color: #AA3402;
	text-decoration: underline;
	font-weight: bold;
}


/************************Seitenlayout*******************************/
/*In der Mitte zentrieren*/
#container{
	margin:0px auto;
	width: 700px;
	text-align:left;
	background-color: #86A0AC;
}

#container2{
        margin:0px auto;
        width: 700px;
        text-align:left;
        background-color: #ffffff;
}

/*Kopf*/
#kopf{
	margin:0px auto;
	width: 700px;
	height: 130px;
	background-image: url(/img/jump_160.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	text-align: left;
	background-color: #FFFFFF;
}

#kopf_blauer_Balken{
	width:100%;
	height:1.8em;
	background-color:#3D4F59;
	text-align:left;
}

#kopf_text{
	padding-top: 20px;
	margin-left: 10px;
	width:44em;
}
/*Navigation im Kopf*/
#breadcrumb{
	padding-top: 1.7em;
	margin-left: 10px;
}
/*Inhaltscontainer*/
#inhalt{
	margin:0 auto;
	width:540px;
	float:left;
	text-align:left;
	background-color: #FFFFFF;
}
/*rechte Spalte*/
#rechts{
	margin:0px auto;
	width:160px;
	float:right;
	color: #FFFFFF;
	text-align:left;
	background-color: #86A0AC;
}
/*unten*/
#unten{
	margin:0px auto;
	width: 71.3em;
	background-color:#3D4F59;
	text-align:left;
	height: 2em;
}

#unten_links{
	padding-top: 4px;
	padding-left: 10px;
	width:52em;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
	float: left;
}

#unten_rechts{
	padding-top: 4px;
	padding-right: 10px;
	width:17em;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
	float: right;
}


/************************allgemeine Stilvorlagen **********/
/*headlines*/
h1{
	 margin-top:0px;
        font-weight: bold;
        color: #AA3402;

	font-size: 28px;
}

h2{
	margin-top:15px;
	padding: 15px;
	font-weight: bold;
	color: #AA3402;
	font-size: 1.3em;
}

h3{
	margin-top:0px;
	font-weight: bold;
	color: #3D4F59;
	font-size: 1.1em;
}

/*rote Schrift hervorgehoben */
.dickrot{
	background-color: #AA3402;
	color: #ffffff;
}

.rot{
        color: #AA3402;
}

/*kleine Schrift*/
.kleine_schrift {
	font-size: 0.9em;
}

a.ks:link, a.ks:visited  {
        color: #123456;
	font-weight: normal;
        text-decoration: none;
}

a.ks:hover {
        color: #123456;
        font-weight: normal;
        text-decoration: underline;
}


/***Spalten**/
/*Spalte, Text left*/
.spalte{
	text-align: left;
	float: left;
}

/*Spalte 70% Breite*/
.spalte_70_left{
	width: 75%;
	text-align: left;
	float: left;
}

/*Spalte 25% Breite, Text zentiert*/
.spalte_24_center {
	width: 24%;
	text-align: center;
	float: left;
}

/*Spalte 25% Breite, Text left*/
.spalte_24_left {
	width: 24%;
	text-align: left;
	float: left;
}


/*Hellblauer Kasten*/
.kasten_hellblau{
	margin:0px auto;
	width:53.12em;
	background-color: #E8EDF0;

}

/*blaue Linie*/
hr  {
	height: 1px;
	color: #3D4F59;
	background-color: #3D4F59;
	border: none;
}

/************************Stilvorlagen für den Text, Inhalt**********/
/*Tabelle*/
table{
	margin: 0px;
	padding:0px;
	width:100%;
	border:0px;
	border-spacing:0px;
}

th {
	margin: 0px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0.5em;
	background-color: #AA3402;
	font-weight: bold;
	color: #ffffff;
	font-size: 1em;
	/* IE 5 hack*/
	\font-size: 0.75em;
}

td {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #3D4F59;
	font-size: 1em;
	/* IE 5 hack*/
	\font-size: 0.7em;
}

.balken_inhalt_rot  {
	display:block;
	margin: 0px;
	padding-left:0px; padding-right:0; padding-top:3px;
	height:1.7em;
	background-color: #AA3402;
	font-weight: bold;
	color: #ffffff;
	text-align:left;
}

/*Listen, rotes Icon*/
#inhalt ul{
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	padding-left: 0;
	list-style: none;
}

#inhalt ul li{
	margin: 0px 0px 5px 0px;
    padding-top: 2px;
	padding-left: 15px;
	background-image: url(../_images/link_pfeil_rot.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#inhalt p, #inhalt  h2, #inhalt h3 {
	display:block;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#inhalt h3 a {
	color: #3D4F59;
}

/************************Stilvorlagen für die rechte Spalte**********/
/*Links*/
#rechts a:link, #rechts a:visited  {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display:block;
	clear:left;
}

#rechts a:hover, #rechts a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

/*dunkelblauer Balken rechts*/
#rechts h3  {
	display:block;
	margin: 0px;
	margin-bottom: 5px;
	padding-left:10px;
	padding-right:0;
	padding-top:3px;
	padding-bottom: 0.5em;
	background-color:  #3D4F59;
	font-size:1em;
	font-weight: bold;
	color: #ffffff;
	text-align:left;
}

/*Kaestchen*/
#rechts p  {
	display:block;
	margin: 0px;
	padding: 10px;
}

/*Listen blaues Icon*/
#rechts ul{
	margin:0px 10px 0px 10px;
	padding-left: 0px;
	list-style: none;
}

#rechts ul li{
	margin: 0px;
    padding-top: 0px;
	padding-left: 15px;
	padding-bottom: 5px;
	background-image: url(../_images/link_pfeil_blau.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

/*für Formulare in der rechten Spalte*/
.rechts_form{
	width:16em;
}
/************************Stilvorlagen unten**********/
#unten a:link, #unten a:visited  {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#unten a:hover, #unten a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

/************************Formulare*************************************/
form {
	margin: 0px;
}
input{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D4F59;
	border:1px solid #3D4F59;
}
textarea{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3D4F59;
	font-size: 11px;
}
select{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D4F59;
}

.button{
	background-color: #3D4F59;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

#kontakt form {
	margin: 10px;
	}
