/*-----------------------------------------
 
 Version: 1.0
 
 Author: Georg Paul
 
 Author URI: http://www.georgpaul.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: 75% Helvetica, Verdana, Arial, sans-serif; /* 75% = 0.75em = 12px */
    line-height: 1.4em;
    color: #000000;
    background: #ffffff;
    margin: 0;
}


/*------------------------------*/
/* =3 text formating 			*/
h1 {
    margin: 0;
    font-size:1.4em;
    line-height:1.4em;
}
h2 {
    font-size: 1.3em;
    margin: 1.5em 0;
	color: #790606;
}
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: #790606;
}
a:hover, a:focus, a:active {
    color: #790606;
	text-decoration: none;
}

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

#content li {
	list-style: circle;
	margin-left:13px;
}


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

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


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


/* =5.1 global					*/
.nav {
    float: left;
    display: inline;
}
.nav ul {
    float: left;
}
.nav li {
    float: left;
    list-style: none;
}
.nav a {
    float: left;
    display: block;
}

/* =5.2 local nav				*/
#local_nav {
	margin: 0;
	width: 100%;
}
#local_nav li {
	width: 100%;
	margin-bottom: 6px;
}
#local_nav li a {
	display: block;
	width: 230px;
	height: 28px;
}
	
#local_nav li ul {
	margin: 0;
}

#local_nav li li {
	margin: 0;	
}
#local_nav li li a {
	height: 22px;
}

#local_nav ul, #local_nav ul li {
	margin:0px;
	padding:0px;
}
#local_nav ul li {
	height:20px;
	line-height:20px;
	font-size:0px;
}
#local_nav ul {
	margin-top:-6px;
	margin-bottom:6px;
	background-color:#f3f2f3;
}


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

#page {
    width: 938px;
    margin: 20px auto;
    background: #ffffff;
    border-top: none;
}
#header {
    position: relative;
    width: 938px;
    height: 221px;
	margin-bottom: 6px;
}
#citebox {
	float: left;
	width: 230px;
	height:137px;
	margin-right: 8px;
	display: inline;
	background-color: #bdbec2;
}
	#citebox img, #citebox div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
		margin:0px;
		padding:0px;
	}
#slideshow {
	float: left;
	width: 700px;
}
#logo {
    float: left;
	width: 100%;
	margin-bottom: 10px;
}
#main {
    float: left;
    width: 938px;
	margin-bottom: 20px;
}
#local {
	float: left;
	width: 230px;
	margin-right: 9px;
	display: inline; /* prevent Double Margin Bug in IE6 */
}
#content {
    float: left;
    display: inline;
    width: 500px;
	margin-right: 9px;	
	padding: 0 7px;
	text-align: justify;
	min-height:1px;
	height:auto !important;
	height:1px;
}
#newsbar {
	float: right;
	width: 150px;
	padding: 5px;
	background: #e4e4e4;
	display:inline;
}
	#newsbar img, #newsbar div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
		margin:0px;
		padding:0px;
	}
#footer {
    clear: both;
/* 	width: 100%; */
	margin: 0 auto;
	width: 520px;
}
	#footer {
		font-size:9px;
		color: #790606;
		margin-left:250px;
	}

#footer_nav {
	width: 650px;
	margin: 0 0 0 240px;
}
	
#footer_nav li {
	margin-bottom: 5px;
    padding: 0 4px;
	color: #c0393c;
	font-size: 0.8em;
	line-height: 1em;
	border-right: 1px solid #790606;
	white-space: nowrap;
}
#footer_nav li span {
	float: left;
}
#footer_nav li.last {
	border-right: 0;
}


