/*-----------------------------------------
 
 Version: 1.0
 
 Author: Thomas Paul
 
 Author URI: http://www.einspurig.at/
 
 -------------------------------------------*/


/*--------------------------------------------
 [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: 85% Arial;
    line-height: 1.4em;
    color: #676765;
    background: url(../img_90/background/body-3.jpg) repeat-x #dadada;
/* 	background: url(../img_90/background/body-4.jpg) repeat-x #e2e2e2; */
    margin: 0;
    height:100%;
}


/*------------------------------*/
/* =3 text formating 			*/
h1 {
    font-size: 1.3em;
    margin: 0;
    color:#373d5d;
}
h2 {
    font-size: 1.4em;
    margin: 1.5em 0;
    color:#373d5d;
}
h3 {
    font-size: 1.3em;
    margin: 2.2em 0 0.5em 0;
    color:#373d5d;
}

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: #373d5d;
}
a:hover, a:focus, a:active {
    color: #373d5d;
	text-decoration: none;
}

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

#content ul, #content ol {
	list-style-type: circle;
}
	#content li { margin-left:1.1em; }



/*------------------------------*/
/* =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:700px;
	height:29px;
	background: url(../img_90/background/nav-corner-left.jpg) no-repeat top left;
	margin:0;
	padding:0;
}
#local_nav li {
	display:inline;
}
#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;
}

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

#page {
    width: 887px;
    margin-left:auto;
    margin-right:auto;
}
#header {
    width: 100%;
    height:127px;
    background:url(../img_90/background/header.jpg) repeat-y;
    position:relative;
}
	#headerimg { width:869px; height:127px; position:absolute; left:10px; background:url(../img_90/background/headerimg-3.jpg) no-repeat top; }
	
#logo {
	width: 138px;
	height:90px;
	position:absolute;
	top:13px;
	left:358px;
	font-size: 0px;
}
#main {
    width: 100%;
    background: url(../img_90/background/main.jpg) repeat-y;    
}
#visual {
	width:869px;
	height:289px;
	position:relative;
	background: #ffffff;
	margin-left:10px;
/* 	border: 1px solid red; */
}
	#visualimg { 
		position: absolute;
		top:0px;
/* 		left:1px; */
/* 		background: url(../img/visualimg.jpg) no-repeat; */
		width:100%;
		height:289px;
	}
	
	#local {
		/*filter:alpha(opacity:75);
		KHTMLOpacity:0.75;
		MozOpacity:0.75;
		opacity:0.75;*/
		position: absolute;
		bottom:0px;
		width:869px;
		height:27px;
/* 		background:#282c41; */
		background: url(../img/background/local.png);
		margin:0 0 0 0px;
		padding:0 0 0 0px;
		font-size:0px;
		border-top:1px solid #9a9797;
		z-index:99;
	}

#content {
	width: 730px;
	padding:2em 0;
	margin-left:74px;
}
#footer {
	width:730px;
	margin-left:74px;
	padding-bottom:0.5em;
	padding-top:10px;
	font-size: 0.8em;
	color:#adadad;
	clear:both;
}
	#footer a { color:#adadad; }

#main-end { 
/* 	width:100%; */
	width:812px;
	background: url(../img_90/background/footer.jpg) no-repeat;
	min-height:50px;
	height:auto !important;
	height:50px;
	font-size: 0.8em;
	color:#adadad;
	padding-left:74px;
	padding-top:12px;
}
	#main-end p { margin:0; padding:0; /* padding-top:10px; */ }
	#main-end a { color:#adadad; text-decoration: none; }
