
html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 11pt;
	font:inherit;
	vertical-align: baseline;
}

hr 
{
	border:none;
	border-top: 1px solid #cccccc;
	height: 1px;
}

/* ------------------------------------------------------------------------------------------------------- HTML 5 -------------------------------------------------------------------------------------------------------  */  

header, footer, aside, nav, section, article 
{  
    display: block;  
}


/* ------------------------------------------------------------------------------------------------------- BODY ------------------------------------------------------------------------------------------------------- */  
html, body
{
	height: 100%;
}

body 
{
    margin: auto;  
	background-attachment:fixed;
	font-family: 'Open Sans', sans serif;
	background-color: #C1C1C1;

	}

q
{
	quotes:"\201E" "\201C";
}	

a
{
	cursor: pointer;
}

a:link, a:visited, a:focus, a:active, a:hover
{
	text-decoration: none;
	border: 0px;
	color: #000000;
}

.telified {background-color:#363636 !important; color:#FFFFFF !important;}

span.fakelink {
	cursor: pointer;
	text-decoration: none;
	border: 0px;
	color: #0000ee;
}

p
{
	margin:0px;
}


h1 {font-size: 20pt; color: #000000; margin:0; padding:0; font-weight: bold;}
h2 {font-size: 18pt; color: #000000; margin:0; padding-left: 15px; font-weight: bold;}
h3 {font-size: 12pt; color: #000000; padding: 15px; font-weight: normal; margin:0px;}
h4 {font-size: 12pt; color: #000000; padding: 15px; font-weight: normal; margin:0px; text-align: center;}



/* ------------------------------------------------------------------------------------------------------- Font - Pics -------------------------------------------------------------------------------------------------------  */

.txt_footmenu 			{font-size: 10pt; width: 80px !important; color: #8D8D8D;}
.txt_copyright			{font-size: 8pt; color: #8D8D8D;}
.txt_topmenu			{font-size: 19pt; color: #323232; margin-top:10px;}
.txt_footer_headline 	{font-size: 11pt; color: #858585; margin-top:20px;}
.txt_footer_normal 		{font-size: 10pt; color: #858585;}
.txt_portfolio			{font-size: 14pt; color: #000000; font-weight: bold;}

img { border: 0; }

/* ----------------------------------------------------------------------------------------------------------- Wrapper ------------------------------------------------------------------------------------------------------- */

div#site
{
	/*min-height: 100%;*/
	
}


/* ------------------------------------------------------------------------------------------------------- Header ------------------------------------------------------------------------------------------------------- */

#header
{
width:100%;
height: 170px;
background: url(/img/bg_header.png) repeat-x;
}

#header .header_content
{
width: 980px;
height: 170px;
position: relative;
margin: auto; 
}

#header .header_top
{
width: 980px;
height: 105px;
position: relative;
margin: auto; 
}

#header .header_menu
{
width: 980px;
height: 65px;
background: url(/img/bg_menu.png) repeat-x;
position: relative;
margin: auto; 
}

/* ------------------------------------------------------------------------------------------------------- Site ------------------------------------------------------------------------------------------------------- */


* html#site
{
	/*height: 100%;*/
} 


.site
{	
background: url(/img/bg_content.png) repeat-x;
}

/* ------------------------------------------------------------------------------------------------------- Menu ------------------------------------------------------------------------------------------------------- */


.menu_button
{
float: left;
position: relative; 
width: 244px;
margin: auto;
text-align: center;
}

.menu_line
{
width: 1px;
height: 65px;
position: relative;
margin: auto; 
float: left;
background: url(/img/menu_line.png);
}


/* ------------------------------------------------------------------------------------------------------- Kontaktformular -------------------------------------------------------------------------------------------------------*/

.inp_field
{  
	width: 200px;
	margin-left: .5em;
	float: left;
}

.inp_field, label
{
	float: left;
	font-size: small;
}
	
.inp_field_code
{
	width: 70px;
	float: left;
	margin-right: .5em;
}

.label 
{
	width: 120px;
}

.betreff
{
	width: 200px;
	margin-left: .5em;
	float: left;
}
.anmerkungen
{
	width: 200px;
	margin-left: .5em;
	float: left;
}

#contactForm br
{
	clear: both;
}

input, select
{
	border: 1px solid black;
	margin-bottom: .5em;
}

#betreff
{
	width: 420px;
	height: 20px;
	border: 1px solid black !important;
}

#anmerkungen
{
	width: 420px;
	height: 100px;
	border: 1px solid black !important;
}

input.error
{
	border: 1px solid red;
}

label.error
{
	background: url(/img/unchecked.gif) no-repeat;
	padding-left: 20px;
	margin-top: 2px;
	margin-left: 8px;
}

label.valid
{
	background: url(/img/checked.gif) no-repeat;
	display: block;
	width: 16px;
	height: 16px;
}


/* ------------------------------------------------------------------------------------------------------- Content -------------------------------------------------------------------------------------------------------*/

.head_img
{
width: 990px;
height: 380px;
position: relative;
margin: auto; 
}

.content_headline
{
width: 910px;
height: 40px;
position: relative;
margin: auto; 
margin-top: -55px;
}

.content_inhalt
{
width: 910px;
height: 450px;
background-color: #E3E3E3;
position: relative;
margin: auto; 
margin-top: 15px;
}


/* ------------------------------------------------------------------------------------------------------- Footer ------------------------------------------------------------------------------------------------------- */

#footer a:link
{

}

#footer
{

width: 100%;
height: 100px;
background: url(/img/bg_footer.png) repeat-x;
}

#footer .footer_main
{

width: 980px;
height: 100px;
position: relative;
margin: auto; 

}

#footer .footer_main_left
{

width: 490px;
height: 100px;
position: relative;
margin: auto; 
float: left;

}

#footer .footer_main_right
{

width: 490px;
height: 100px;
position: relative;
margin: auto; 
float: right;
text-align: right;

}


/* ------------------------------------------------------------------------------------------------------- Article ------------------------------------------------------------------------------------------------------- */

article
{
}




	
/* ------------------------------------------------------------------------------------------------------- Clearfix ------------------------------------------------------------------------------------------------------- */

DIV.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



/* ------------------------------------------------------------------------------------------------------- Safari -------------------------------------------------------------------------------------------------------*/

@media all 
{
	@import url(/css/style_sf.css);
}


