/*
* CSS www.joabor.ch
* Robert Woidicke web-kultur, Christa Schumacher-Schwarz
*
*/

/* Gennerelle Styles */

body {
	margin: 0px;
	margin: 0px;
	color: #666666;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 1px;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	padding: 0px;
}

/* Links ------------------------------------------------ */
a {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 line-height: 18px;
	 letter-spacing: 1px;
	 text-decoration: none;
	 border: 0px;
	 margin: 0px;
	 padding: 0px;
}

/* Layout ------------------------------------------------ */

#box {
	width: 800px;
	height: 800px;
	background-color: #FFFFFF;
	left: 145px;
	position: absolute;
	top: 284px;
}

/* Kopfbereich umgebaut 20.03.2007 */
#banner {
	width: 800px;
	height: 284px;
	position: absolute;
	left: 145px;
	z-index: 3;
}
#bannertop {
	width: 800px;
	background-image: url(titel.jpg);
	background-repeat: no-repeat;
	height: 103px;
}
#langtop {
 	width: 800px;
 	height: 73px;
}
#langbottom {
 	width: 800px;
 	height: 30px;
 	text-align: right;
}
#lang {
 	margin-right: 23px;
}
#lang a, #lang a:link, #lang a:visited, #lang a:hover, #lang a:active {
 	color: #fff;
}
#lang a:hover, #lang a:active {
 	color: #c1c1c1;
}
#bannerbottom {
	
}
/* Kopfbereich umgebaut 20.03.2007 */




/* Navigation --------------------------------------- */

#navi {
	width: 180px;
	padding-top: 34px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: left;
}

#navi a {
	 text-decoration: none;
	 color: #666666;
	 line-height: 18px;
}

#navi .navi-no, #navi .navi-act {
	width: 180px;
	background-image: url(balken.gif);
	background-position: 0px center;
	background-repeat: no-repeat;
	text-indent: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

#navi .subnavi-no, #navi .subnavi-act {
	width: 180px;
	background-image: url(balken.gif);
	background-position: 0px center;
	background-repeat: no-repeat;
	text-indent: 30px;
}

#navi .navi-spc {
	width: 180px;
	text-indent: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Inhalt ------------------------------------- */ 
#contentbox {
	position: absolute;
	left: 210px;
	padding-right: 30px;
	padding-top: 34px;
}
#content {
	float: left;
	padding-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#content h1 {
	color: #666666;
	text-transform: uppercase;
	font-size: 11px;
}


/* Formularelemente ------------------------------------- */ 

input {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5E583E;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #5E583E;
	background-color: #FFFFFF;
	line-height: 11px;
	padding: 2px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5E583E;
	border: 1px solid #5E583E;
	line-height: 11px;
}


select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5E583E;
	border: 1px solid #5E583E;
	line-height: 11px;
}

#rot {
	background-color: #9C221D;
	height: 180px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 103px;
	z-index: 1;
}
#content a {
	color: #9C221D;
}
