/*-----------------------------------------
 
 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: 80% Arial; */
    font: 76% Verdana;
    line-height: 1.4em;
    color: #303030;
    background: #000000;
    margin: 0;
    height:100%;
}


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

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



/*------------------------------*/
/* =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					*/


/* =5.2 local nav				*/
#local_nav {
	display: inline;
	float:left;
	width:100%;
	height:29px;
	background: url(../img/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: 1324px;
    margin-left:auto;
    margin-right:auto;
    background: url(../img/background/page.gif) repeat-y top left;
}
#page-content { width:966px; float:left; display:inline; background:url(../img/background/page-content.jpg) no-repeat top; }
#page-sponsors { width:345px; float:left; display:inline; }
	#page-sponsors img { margin-top:4px; }
	
	#page-sponsors-1 { width:170px; float:left; display:inline; }
	#page-sponsors-2 { width:170px; float:left; display:inline; margin-left:5px; margin-top:4px; }

#header {
    width: 100%;
    height:271px;
}
	
#logo {
	width:312px;
	height:51px;
	font-size: 0px;
	padding:47px 0 0 25px;
}
#main {
    width: 905px;
    margin:40px 0 20px 26px;
}
	
#local {
	bottom:0px;
	width:946px;
	height:33px;
	margin:0 0 0 10px;
	/*background:#9e5e27;*/
	background:#fff;
}

#dates-marquee {
	width:946px;
	margin:0 0 0 10px;
}
#shorts-marquee { width:946px; margin:0 0 0 10px; }
#shorts-marquee a { color:#0A3DD4; }

#superbanner { width:922px; margin:15px 0 0 10px; text-align:right; }

#content {
	width: 100%;
}
	#content-left { width:170px; float:left; display:inline; }
	#content-right { width:700px; float:right; display:inline; }
	
	#site-8 #content-right { width:755px; }
	#site-8 #main { width:930px; }

#footer {
	width:966px;
	height:20px;
	background: url(../img/background/footer.gif) no-repeat top #000000;
	font-size: 0.9em;
	color:#ffffff;
}
	#footer p {
		text-align: center;
		padding-top:7px;
	}
	#footer a {
		color:#ffffff;
	}
