/*-----------------------------------------
 
 Version: 1.0
 
 Author: Thomas Paul
 
 Author URI: http://www.vianova.cc/
 
 -------------------------------------------*/


/*--------------------------------------------
 [Table of contents]
 
 1. reset Styles
 2. global Styles
 3. text Formating
 4. global Classes
 5. nav styles
 	5.1 global
 	5.2 local nav
 6. layout
 
 ------------------------------------------------*/



/*--------------------------------------*/
/* =1 Reset Style Sheet by Eric Meyer	*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}/* remember to define focus styles! */:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}/* tables still need 'cellspacing="0"' in the markup */table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}



/*------------------------------*/
/* =2 global styles 			*/
html {
    height: 100%;
}
body {
    font: 75% Verdana;
    line-height: 1.4em;
    color: #4c4b4b;
    margin: 0;
    height:100%;
    background: url(../img/background/body.jpg) no-repeat #000000;
    background-position:top center;
}


/*------------------------------*/
/* =3 text formating 			*/
h1 {
    font-size: 1.7em;
    margin: 0;
    margin-bottom:0.7em;
    color:#fa6b18;
    font-weight:bolder;
    font-style:italic;
}
h2 {
    font-size: 1.3em;
    margin: 1.5em 0;
    color:#585858;
    font-style:italic;
    font-weight:bolder;
}
h3 {
    font-size: 1.1em;
    margin: 1em 0;	
}

p, ul, ol, dl {
    margin: 1em 0;
}
input, textarea, label, select {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}

a:link, a:visited {
    text-decoration: underline;
    color: #5195cb;
}
a:hover, a:focus, a:active {
    color: #5195cb;
	text-decoration: none;
}

strong { font-weight: bold; }
italic { font-style: italic; }

#content-right ul, #content-right ol { list-style-type:circle; margin-left:1.1em; }
#content-right .csc-textpic-imagewrap ul { margin-left:0; }

/*------------------------------*/
/* =4 global classes 			*/

.ir {
    position: absolute;
    top: -9999px;
    left: 0;
    width: 1px;
    height: 1px;
    margin: 0;
}
.clear {
	clear: both;
	font-size:0px;
}


/*------------------------------*/
/* =5 nav styles 				*/


/* =5.1 global					*/


/* =5.2 local nav				*/
#local_nav {
	display: inline;
	float:left;
	width:100%;
	margin:0;
	padding:0;
}
#local_nav li {
}
#local_nav li a {
	width: 120px;
	color:#ffffff;
}
	
#local_nav li ul {
	margin: 0;
}

#local_nav li li {
	margin: 0;	
}
#local_nav li li a {
	border: 0;
}

#local ul li ul { margin:0; }

/*------------------------------*/
/* =6 layout 					*/

#page {
    width: 1188px;
    margin-left:auto;
    margin-right:auto;
    background: url(../img/background/page.jpg) repeat-y;
    
    position:relative;
}

#header {
    width: 100%;
    height:273px;
/*     padding-top:53px; */
    background:url(../img/background/header.jpg) top no-repeat;
}
	
#logo {
	float:left;
	display:inline;
	margin-left:96px;
	width:245px;
	height:184px;
	font-size: 0px;
	margin-top:53px;
}
#visual { float:left; display:inline; width:695px; height:179px; margin-left:4px; margin-top:57px; }

#bar { width:931px; height:30px; margin-left:109px; /* padding-top:8px; */ }
	#search { float:left; width:225px; display:inline; margin-left:8px; margin-top:8px; }
	#fastcontact { float:left; width:530px; display:inline; margin-left:10px; margin-top:8px; }
	#facebook { float:right; width:120px; display:inline; margin-right:5px; margin-top:8px; }

#main {
    width:100%;
    padding-top:10px;
    background:url(../img/background/main.jpg) no-repeat top;
}
	
#local {
	width:100%;
}

#breadcrump {
	width:100%;
	border-bottom:1px solid #eeeeee;
	font-size:0.8em;
	height:20px;
	margin-bottom:20px;
}
	#breadcrump, #breadcrump a { color:#979696; text-decoration:none; }

#content {
	width: 933px;
	margin-left:110px;
	background:url(../img/background/content.jpg) repeat-y;
	position:relative;
}
	#content-left { float:left; display:inline; width:230px; height:100%; margin-bottom:90px; }
	#content-right { float:left; display:inline; width:645px; margin-left:33px; }
	
	#weather-impressum { position:absolute; bottom:0px; background-color:#ff7925; width:234px; color:#ffffff; }
	#weather-impressum p { margin-left:10px; font-size:0.9em; }
	#weather-impressum a { color:#ffffff; text-decoration:none; }
	
#ad { position:absolute; width:138px; top:54px; right:1px; }
	

#footer {
	width:1188px;
	height:87px;
	font-size:0.9em;
	color:#878787;
	margin-left:auto;
	margin-right:auto;
	background: url(../img/background/footer.jpg) no-repeat;
	padding-top:10px;
}	
	#footer, #footer p, #footer a { color:#ff581b; }
	#footer p {
		padding:0px;
		margin:0;
		margin-left:118px;
	}
	
#languagechanger { padding:5px 0 0 0; font-size:0.8em; }
	#languagechanger a { text-decoration:none; color:#4C4B4B; }
	#languagechanger a:hover { text-decoration:underline; }
.language { color:#4C4B4B; display: inline; }
