/*
////////////////////////////////////////////////////////////////
//
// format.css  Stylesheet fuer die gesamte Webside
// erstellt durch gia-online, 53175 Bonn, www.gia-online.de
//
////////////////////////////////////////////////////////////////
*/

/* CSS Document - www.hortigate.de */



* {
	margin: 0 auto;
	padding: 0;
}
html {
	overflow-x: hidden;
	overflow-y: auto;
}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 160%;
	background: #FFFFFF url(../images/layout/bg_text.gif) top left no-repeat fixed;
	text-align: left;
}
.clear {
	clear: both;
}
hr {
	background-color: #EBA495; /* Mozilla 1.4 */
	color: #EBA495; /* IE 6 */
	border: #EBA495; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin-top: 5px;
	margin-bottom: 5px;
}
/***************************************************/
/* Schriften                                       */
/***************************************************/

h1 {
	color: #689F38;
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
}
h2 {
	color: #689F38;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
}
h3 {
	color: #689F38;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	border-bottom: 1px solid #689F38;
	margin-bottom: 10px;
}
.neu b {
	color: #FD480F;
}
/***************************************************/
/* Boxen			                               */
/***************************************************/

#box_all {
	float: left;
	width: 1000px;
	padding: 0px;
	margin: 0 auto;
	text-align: left;
}
#box_subnav {
	float: left;
	width: 140px;
	margin: 0 auto;
}
#box_subnav b {
	color: #000000;
	font-size: 13px;
	line-height: 120%;
}
#box_content {
	float: left;
	width: 684px;
	padding: 15px 0px 10px 20px;
	margin: 0 auto;
	text-align: left;
}
#box_footer {
	clear: both;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 5px 10px 0px 1px;
	border-top: 1px solid #689F38;
	font-size: 10px;
}
/***************************************************/
/* Teaser auf Startseite                           */
/***************************************************/

.teaser_long {
	background: #FFFFFF url(../images/layout/bg_teaser_long.gif) top left no-repeat;
	width: 663px;
	height: 32px;
	color: #689F38;
	font-size: 16px;
	font-weight: normal;
	padding-left: 17px;
	padding-top: 7px;
	margin: 0;
}
.teaser_long a, .teaser_long a:visited {
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding-right: 15px;
	color: #00008B;
	text-decoration: underline;
}
.teaser_long a:hover {
	color: #00008B;
	text-decoration: none;
}
/***************************************************/
/* Links                                           */
/***************************************************/

#box_content a, #box_content a:visited {
	color: #00008B;
	text-decoration: underline;
}
#box_content a:hover {
	color: #00008B;
	text-decoration: none;
}

a.right, a.right:visited {
	float: right;
	padding-left: 20px;
	background: url(../images/layout/accordion_toggle.gif) no-repeat 5px 4px;
}
a.right:hover {
	background: url(../images/layout/accordion_toggle_hover.gif) no-repeat 5px 4px;
}
/***************************************************/
/* Sub-Navigation		                           */
/***************************************************/

#box_subnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#box_subnav li {
	display: inline;
}
#box_subnav li a {
	display: block;
	background-color: #E4F3BA;
	padding: 7px 5px 7px 5px;
	border-right: 6px solid #689F38;
	border-top: 1px solid #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	color: #00008B;
	text-decoration: none;
}
#box_subnav a:hover {
	background-color: #B6DF46;
}
/***************************************************/
/* Sonstiges		                               */
/***************************************************/

/* Bilder  */

.img_right {
	float: right;
	display: inline;
	margin: 3px 0px 3px 10px;
	padding: 0px;
}
.img_left {
	float: left;
	margin: 3px 10px 3px 0px;
	padding: 0px;
	border: 1px solid #689F38;
}

/* Hintergrund bei Aufzählungen */

.aufzaehlung {
	margin: 0px 0px 20px 0px; 
	padding: 15px 10px 10px 20px;
	background: #FFF url(../images/layout/bg_aufzaehlung.jpg) no-repeat;
}
