@import url(nav.css);

/* Global */

html
{
  font-size: 1em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 150%;
}

body
{
	margin: 0px;
	padding: 0 0 15px 0;
	background-color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	background-image: url(images/bg_site.gif);
	background-position: 0 120px;
	background-repeat: no-repeat;
}

a:focus
{
	outline: none;
}

.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

hr
{
    border: none 0; 
    border-top: 1px solid #f39800; /*the border*/
    width: 100%;
    height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
}


.pdf
{
    padding-left: 20px;
    background-image: url(images/pdf.gif);
	background-position: 0 0px;
	background-repeat: no-repeat;
}

.doc
{
    padding-left: 20px;
    background-image: url(images/doc.gif);
	background-position: 0 0px;
	background-repeat: no-repeat;
}

.jpg
{
    padding-left: 20px;
    background-image: url(images/jpg.gif);
	background-position: 0 0px;
	background-repeat: no-repeat;
}

.smallFont, .medFont, .largeFont
{
    float: right;
    display: block;
    width: 20px;
    height: 20px;
    border-left: 1px solid #fff;
}


/* Site */

#site
{
	width: 880px;
	height: auto;
	font-size: 0.75em;
}

#head
{
	width: 880px;
	height: 120px;
	text-align: left;
	color: #fff;
	background-image: url(images/bg_head.gif);
	background-repeat: no-repeat;
}

#head a
{
   display: block;
   float: left;
   margin: 0;
}

#head img
{
    border: 0;
}




/* Mainarea */

#mainarea
{
	width: 880px;
	height: auto;
	text-align: left;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1em;
	line-height: 1.6em;
	color: #000;
}


#trenner
{
    width: 880px;
    height: 10px;
    background-color: #f39800;
}


#leftarea
{
	float: left;
	width: 200px;
	height: auto;
	margin-right: 0px;
	overflow: hidden;
}

#centerarea
{
	float: left;
	width: 620px;
	height: auto;
	overflow: hidden;
	padding: 35px 20px 20px 20px;
}

#centerarea h1
{
	color: #004687;
    margin: 15px 0 0.7em 0;
	padding: 0 0 0 0;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.2em;
}

#centerarea h2,h3,h4,h5,h6
{
	color: #004687;
	margin-bottom: 0.7em;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
}

#centerarea p
{
    margin: 0 0 1.5em 0;
}

#centerarea ul
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0.2em 0.4em;
}

#centerarea li
{
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding-left: 10px;
}

#centerarea a
{
	color: #f39800;
        text-decoration: none;
        font-weight: bold;
}

/* ContentPane */

#contentpane img
{
    float: right;
    margin: 0 0 10px 10px;
}


/* Fussbereich */


#bottom
{
	color: #004687;
	clear: both;
	width: 660px;
	text-align: left;
	height: 21px;
	padding: 20px 0 0 220px;
	font-size: 11px;
}

#bottom a
{
	text-decoration: none;
	color: #004687;
}



/* Kontaktformular */

.NormalTextBox
{
	border: 1px solid #ababab;
}

.textbox
{
	border: 1px solid #7b7b7b;
	margin: 1px 0 5px 0;
	height: 1.3em;
	width: 400px;
	padding-left: 2px;
}

legend
{
	display: block;
	color: #5a5a5a;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
}

.textarea
{
	border: 1px solid #7b7b7b;
	margin-bottom: 0px;
	width: 500px;
	font-family: Arial, Verdana, sans-serif;
	padding: 2px 0 0 2px;
}

.ErrorMsg
{
	display: block;
}

fieldset
{
	padding: 0px;
	border: 0px;
}

legend
{
	padding: 0;
	margin: 0;
}

#kontaktformular
{
	margin-top: 10px;
	padding-left: 10px;
}

.buttonarea
{
	margin: 15px 0 10px 0;
}

.formbutton
{
	color: #fff;
	padding: 4px;
	background-color: #a2a19f;
	border: 1px solid #7b7b7b;
	margin-right: 5px;
	text-decoration: none;
}

.formbutton a
{
	color: #fff;
	text-decoration: none;
}
