@import url(skin-modules.css);
@import url(highslide.css);

/* Global */

.ControlPanel
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #EFF6FF;
	border: #4A7BB5 1px solid;
	font-size: 8pt;
	color: #000;
	background-image: url(images/bg_controlpanel.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

html
{
 margin: 0;
 padding: 0;
}

body
{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	background-color: #ffeace;
}

a:focus
{
	outline: none;
}

.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

.clearfix
{
	display: block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

hr
{
    border: none 0; 
    border-top: 1px solid #bdbcbb; /*the border*/
    width: 100%;
    height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
}


/* Site */


#site
{
	width: 950px;
	height: auto;
	background-color: white;
	font-size: 0.75em;
	margin: 0 auto 0 auto;
	overflow: hidden;
	background-image: url(images/bg-left-pane.gif);
    background-repeat: repeat-y;
    background-position: 1px 0;
    border: 2px solid #fff;
}

/* Head */

#head01
{
	width: 950px;
	height: 120px;
	padding: 0px;
	text-align: left;
	overflow: hidden;
	background-color: #fbb040;
	background-image: url(images/bg-head-oben.gif);
	background-repeat: no-repeat;
}

#globalnav
{
	width: 925px;
	height: 20px;
	padding: 10px 0 0 25px;
	text-align: left;
	overflow: hidden;
	margin-top: 20px;
	font-size: 0.9em;
	color: #000;
}

#globalnav a
{
    color: #000;
    text-decoration: none;
}

#head01-left
{
	float: left;
	width: 165px;
	height: 55px;
	padding: 15px 0 0 25px;
	overflow: hidden;
	color: #000;
}

#head01-right
{
	float: right;
	width: 186px;
	height: 81px;
    padding-top: 6px;
	overflow: hidden;
}

#head01 img
{
    border: 0;
}


.searchbox
{
	float: left;
	border: 1px solid #fee7c5;
	font-size: 11px;
	color: #000;
    width: 130px;
    height: 13px;
    padding: 2px;
    margin: 3px 0 0 0;
    background-color: #fff;
}

.searchbutton
{
	float: left;
	margin: 3px 0 0 0;
}


/* Mainarea */

#mainarea
{
	width: 950px;
	height: auto;
	text-align: left;
	margin: 0;
	padding: 0 0 0 0;
	color: #000;
	background-image: url(images/line-content-top.gif);
    background-repeat: no-repeat;
    background-position: 230px 80px;
}


/* Panes */

#leftarea
{
	float: left;
	width: 200px;
	height: auto;
	overflow: hidden;
	padding: 0 0 10px 0;
	margin: 0 30px 0 0;
}

#dnn_LeftPane
{
    padding-top: 35px;
}

#centerarea
{
	float: left;
	width: 468px;
	height: auto;
	overflow: hidden;
	padding: 0;
	margin-right: 40px;
}

#rightarea
{
	float: left;
	width: 212px;
	height: auto;
	overflow: hidden;
	padding: 0 0 0 0;
}

/* Pagetitle */

#pagetitle
{
    position: relative;
    z-index: 20;
    width: 750px;
    height: 40px;
    padding: 35px 0 30px 0;
}

#pagetitle h1
{
    font-size: 1.4em;
    line-height: 18px;
    color: #000;
    margin: 0 0 1px 0;
    padding: 0;
}

#pagetitle h2
{
    font-size: 1.2em;
    line-height: 18px;
    color: #f68b1f;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

/* Fussbereich */


#bottom
{
	color: #000;
	clear: both;
	width: 940px;
	text-align: left;
	height: 22px;
	margin: 0;
	padding: 8px 0 0 13px;
	font-size: 11px;
	background-color: #fbb040;
	background-image: url(images/bg-bottom.gif);
    background-repeat: no-repeat;
	overflow: hidden;
}

#bottom a
{
	text-decoration: none;
	color: #000;
}

#bottom a:hover
{
	color: #000;
	text-decoration: underline;
}

#logofooter
{
    width: 940px;
    height: auto;
    text-align: right;
    margin: 10px auto 25px auto;
}



/* Container */

#leftarea .containertitle
{
    display: none;
    width: 200px;
    height: 30px;
    overflow: hidden;
    background-image: url(images/bg-containertitle.gif);
    background-repeat: no-repeat;
}

#centerarea .containertitle
{
    display: none;
}

#rightarea .containertitle
{
    width: 202px;
    height: auto;
    overflow: hidden;
    background-color: #fbb040;
    background-image: url(images/bg-containertitle.gif);
    background-repeat: repeat-x;
    background-position: 0 bottom;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    padding: 6px 0 6px 10px;
}

.container
{
	height: auto;
	margin-bottom: 15px;
}

.container a
{
	text-decoration: none;
	font-weight: bold;
	color: #2a3b8d;
}

.container a:hover
{
	color: #ff8b27;
}

#leftarea .container
{
	width: 180px;
	height: auto;
	padding: 0 10px 0 10px;
}

#rightarea .container
{
	width: 192px;
	height: auto;
	padding: 10px 0 0 10px;
}


/* Kontaktformular */

#kontaktformular
{
	padding: 15px;
	width: 426px;
	border: 1px solid #fde0b5;
	background-color: #ffeace;
	color: #000;
	font-weight: bold;
}

.textbox
{
	border: 1px solid #fbb040;
	margin: 4px 0 15px 0;
	height: 1.4em;
	width: 422px;
	padding-left: 2px;
	color: #000;
}

.textarea
{
	border: 1px solid #fbb040;
	margin: 4px 0 0 0;
	width: 422px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	padding: 2px 0 0 2px;
	color: #000;
}

.NormalTextBox
{
	border: 1px solid #d2d3d6;
}

.ErrorMsg
{
	display: block;
	color: #ff8b27;
}

fieldset
{
	padding: 0px;
	border: 0px;
}

#buttonarea
{
	margin: 20px 0 10px 0;
	color: #000;
}

#buttonarea a, #buttonarea a:hover
{
	color: #000;
}

.formbutton
{
	font-size: 11px;
	display: block;
	float: left;
	color: #000;
	width: 130px;
	padding: 10px 0px 10px 0px;
    background-color: #fbb040;
	background-image: url(images/button-contact-form.gif);
    background-repeat: no-repeat;
	margin-right: 5px;
	text-decoration: none;
	text-align: center;
}

.formbutton a, formbutton a:hover
{
	color: #000;
	text-decoration: none;
}
