/* BEGIN GENERAL */
body
{
	margin: 0px auto;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-position: top left;
}
/* END GENERAL */

/* BEGIN STRUCTURE */
#Site
{
	margin: 4px 0 0 0;
	padding: 0;
}

#BoxHeader
{
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 941px;
	height: 195px;
}

* html #BoxHeader 
{
	margin-bottom:-4px;
}

#BoxContent
{
	margin: 0;
	padding: 0;
	width: 941px;
	background-image: url(../images/box_bg.gif);
	background-position: top right;
	background-repeat: repeat-y;
	border: 1px solid transparent;
	text-align: left;
}
* html #BoxContent 
{
	border:0;
}

#BoxFooter
{
	margin: 0;
	padding: 0;
	width: 941px;
	height: 40px;
	background-image: url(../images/box_end.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
/* END STRUCTURE */

/* BEGIN MAINNAVIGATION */
#NavBar
{
	margin: 155px 40px 0 0;
	padding: 0;
	float: left;
	text-align: left;
	width: 90%;
}

#NavBar ul
{
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#NavBar li
{
	margin: 0;
	padding: 0;
	float: left;
	text-align: right;
	list-style-type: none;
	font-size: 13;
	font-weight: bold;
	color: #FFFFFF;
	height: 15px;
}

#NavBar div.left
{
	margin: 0;
	padding: 0;
	float: left;
	background-image: url(../images/navbar_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 10px;
	height: 30px;
}

#NavBar div.middle
{
	top: 0;
	left: 0;
	margin: 0;
	padding: 6px 0 5px 0;
	height: 30px;
	float: left;
	text-align: left;
	background-image: url(../images/navbar_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#NavBar div.middle a, #NavBar div.middle a:visited, #NavBar div.middle a:active
{
	margin: 0;
	padding: 0;
	font-size: 13;
	font-weight: bold;
	text-decoration: none;
	color: #B45C00;
}

#NavBar div.middle a:hover
{
	color: #FFFFFF;
}

#NavBar div.middle a.active, #NavBar div.middle a.active:visited, #NavBar div.middle a.active:active
{
	margin: 0;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#NavBar div.middle a.active:hover
{
	color: #FFFFFF;
}

#NavBar div.right
{
	margin: 0;
	padding: 0;
	float: left;
	text-align: right;
	background-image: url(../images/navbar_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 10px;
	height: 30px;
}
/* END MAINNAVIGATION */

/* BEGIN SHOW CONTENT */
#ShowContent
{
	margin: 30px 15px 0 60px;
	padding: 0;
	text-align: left;
}
.contentBoxLeft
{
	width: 205px;
	float: left;
	text-align: left;
}

.contentBox
{
	width: 450px;
	float: left;
	text-align: left;
}

.contentBoxRight
{
	width: 205px;
	float: right;
	text-align: left;
}

#contentFooter
{
	margin: 0;
	padding: 0;
	width: 100%;
}

#footerText
{
	margin: 10px 0 0 0;
	padding: 0;
	color: #FFFFFF;
	text-align: center;
}
/* END SHOW CONTENT */

/* BEGIN SIDEBAR BOX */
.sidebarBox {
	margin: 10px 0 0 0;
	padding: 0 0 20px 0;
	float: right;
	width: 190px;
	color: #FF8C00;
}
.sidebarBoxTop {
	margin: 0;
	padding: 7px 9px;
	height: 27px; #height: 41px;
	font-weight: bold;
	font-size: 12;
	background-image: url(../images/sidebar_box_top.gif);
	background-repeat: no-repeat;
}
.sidebarBoxContent {
	margin: 0;
	padding: 9px;
	font-size: 11;
	background-color: #FFEFAD;
}

.sidebarBoxContent a { color: #FF8C00; }
.sidebarBoxContent a:hover { text-decoration: none; color: #FF8C00; }
.sidebarBoxContent a:active { color: #FF8C00; }
.sidebarBoxContent a:visited { color: #FF8C00; }

.sidebarBoxContent input { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.sidebarBoxBottom {
	margin: 0;
	padding: 0;
	height: 5px;
	background-image: url(../images/sidebar_box_bottom.gif);
	background-repeat: no-repeat;
}
/* END  SIDEBAR BOX */

/* BEGIN LEFT SIDEBAR BOX */
.leftsidebarBox {
	margin: 10px 0 0 0;
	padding: 0 0 20px 0;
	float: left;
	width: 190px;
	color: #FF8C00;	
}
.leftsidebarBoxTop {
	margin: 0;
	padding: 7px 9px;
	height: 27px; #height: 41px;	
	font-weight: bold;
	font-size: 12;
	background-image: url(../images/sidebar_box_top.gif);
	background-repeat: no-repeat;
}
.leftsidebarBoxContent {
	margin: 0;
	padding: 9px;
	font-size: 11;
	background-color: #FFEFAD;
}

.leftsidebarBoxContent a { color: #FF8C00; }
.leftsidebarBoxContent a:active { color: #FF8C00; }
.leftsidebarBoxContent a:visited { color: #FF8C00; }

.leftsidebarBoxBottom {
	margin: 0;
	padding: 0;
	height: 5px;
	background-image: url(../images/sidebar_box_bottom.gif);
	background-repeat: no-repeat;
}

.leftsidebarBoxContent ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.leftsidebarBoxContent li
{
	margin: 0;
	padding: 5px 12px; #padding: 6px 12px;
	height:15px; #height:25px;	
	color: #FFFFFF;
	list-style-type: none;
	background-image:url(../images/subnavbar_li_border.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color: #FFEFAD;
}

.leftsidebarBoxContent li a
{
	margin: 0 2px;
	padding: 0 10px 0 10px;
	text-decoration:none;
	background:url(../images/subnavbar_li_arrow.gif) 0 4px no-repeat;
}

.leftsidebarBoxContent li a:hover
{
	text-decoration:none;
}

.leftsidebarBoxContent li a:active
{
	font-weight: bold;
}
/* END LEFT SIDEBAR BOX */

/* BEGIN INDEX BOX */

#indexContent
{
	margin: 0;
	padding: 0;
	width: 941px;
	background-image: url(../images/box_bg.gif);
	background-position: top right;
	background-repeat: repeat-y;
	border: 1px solid transparent;
	text-align: left;
}

.indexText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF8C00;
	font-weight: bold;
	padding: 15px 45px 0px 16px;
	vertical-align: top;
}

/* END INDEX BOX */

/* BEGIN  HEADLINES */
h1
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
}
h1 p
{
	font-weight: bold;
}

h2
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
	color: #000000;
}
/* END HEADLINE */

/* BEGIN TEXTINFORMATION */
p, ul, ol, li
{
	font-weight: normal;
	color: #FFFFFF;
}

td
{
	font-size: 0.7em;
	font-weight: normal;
}

.small
{
	margin: 0;
	padding: 0 2px 0 2px;
	font-size: 0.7em;
	font-weight: normal;
	color: #4D4948;
}

.error
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: red;
	text-align: left;
}

div.hinweis
{
	margin: 0;
	padding: 0 10px;
	color: red;
	font-weight: bold;
	text-align: left;
}

.border
{
	margin: 0;
	padding: 2px;
	border: 1px solid #AFB39A;
	width: 240px;
}

.orange
{
	font-weight: normal;
	color: #FF0000;
	text-align: left;
}
/* END TEXTINFORMATION */

/* BEGIN LINKINFORMATION */
a
{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

a:active
{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited
{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover
{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

a.orange
{
	font-weight: normal;
	color: #DE7B03;
	text-decoration: none;
}

a.orange:active
{
	font-weight: normal;
	color: #DE7B03;
	text-decoration: none;
}

a.orange:visited
{
	font-weight: normal;
	color: #DE7B03;
	text-decoration: none;
}

a.orange:hover
{
	font-weight: normal;
	color: #DE7B03;
	text-decoration: none;
}

a.footer
{
	margin: 0;
	padding: 0 5% 0 0;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

a.footer:active
{
	margin: 0;
	padding: 0 5% 0 0;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

a.footer:visited
{
	margin: 0;
	padding: 0 5% 0 0;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

a.footer:hover
{
	margin: 0;
	padding: 0 5% 0 0;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
/* END LINKINFORMATION */

/* BEGIN KONTAKT */
.kontakt {
	border: 1px solid #A5ACB2;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 150px;
	height: 18px;
	padding-left: 2px;
}

.button {
	border: 1px solid #A5ACB2;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 50px;
	height: 18px;
}
/* END KONTAKT */