/* CSS Document */

/*=============================================
Stylesheet für die Screen von Liga Brandenburg
Datein: screen.css
Media: screen
Datum: Juli 2008
Autorin: Miriam Asmus
================================================ */

body {
background-color: #E5ECF0;
font-size: 0.9em;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#003366;
padding-top:5px;
margin:0px;
}

a {color:#FF9900;
text-decoration:none;
}

a:visited {color:#FF9900;
text-decoration:none;
}

a:hover {color:#FF9900;
text-decoration: underline;
}

a:active {color:#FF9900;
text-decoration:none;
}

h1 {
	font-size: 1.3em; 
	font-weight: bolder;
	padding: 15px 10px;
	margin:0px;
	color: #006699;
 }

h2 {
font-size: 1.0em;
font-weight: bold;
padding: 5px 10px;
margin:0px;
color: #006699;
}



.skiplink {
position:absolute;
top: -200px;
left: -300px;
width: 0px;
height: 0px;
overflow: hidden;
display: inline;
}


/* ----------container zentriert das layout-------------- */
#wrapper {
width: 70em;
min-width: 800px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
border:1px solid #336699;
}

/* ----------banner for logo-------------- */
#head {
text-align: right;
padding: 2px 0px 0px 0px;
background: url(../images/bg_head.png) no-repeat left #006699;
}

#head img {padding:10px 0px;} 

/* -----------------Inhalt--------------------- */
#content {
background-color: #ffffff;
padding: 20px 0 0 0;
margin-left: 200px;
margin-right: 0px;
}
div#content { 
min-height:500px;
}

p, pre{
padding: 10px 10px;
margin:0px;
}

#content p.aktuell {
border-bottom:1px dotted #FF9900;
}

#content p.haft {
font-size: 0.7em;
}

#content a {color:#006699;
text-decoration:none;
}

#content a:visited {color:#006699;
text-decoration:none;
}

#content a:hover {color:#006699;
text-decoration: underline;
}

#content a:active {color:#006699;
text-decoration:none;
}
/*-------------------- top menue -------------*/

#menue {
margin:0px }

ul#menue{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	background:transparent url(../images/menue_1.gif) repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #336699;
	border-top:1px solid #C0E2D4;
}
ul#menue li{
	display:block;
	float:left;
	margin:0;
	pading:0;}
	
ul#menue li a{
	display:block;
	float:left;
	color:#336699;
	text-decoration:none;
	font-weight:bold;
	padding:12px 16px 0 16px;
	height:24px;
	background:transparent url(../images/menue_3.gif) no-repeat top right;
	}
ul#menue li a:hover{
	background:transparent url(../images/menue_2.gif) no-repeat top right;	
	}

ul#menue li a.selected{
	background:transparent url(../images/menue_2.gif) no-repeat top right;	
	}

/* --------------linke seite------------- */
#left {
float: left;
width: 200px;
margin: 0px;
padding: 0px;
background-color: #ffffff;
}

#left p{
padding: 5px 15px 0 30px;
font-size: 10px;
}

#left p a{
color: #336699;
}

#left p a:hover {color: #FF8E02;
}

ul#left {
list-style-type:none;
text-align:left;
padding-top: 5px;
padding-bottom: 40px;

}

ul#left img{
list-style-type:none;
text-align:left;
padding-top: 7px;
}

ul#left li{
padding:0 15px 0 50px;
line-height: 1.1em;
}


#left p.qgp {
padding:0 15px 20px 40px;
line-height: 1.1em;
border-top-color:#00FF66;
}

ul#left li a{
font-size: 10px;
color: #336699;
}

ul#left li a:hover {color: #FF8E02;
}

#left img{
list-style-type:none;
text-align:left;
padding-top: 35px;
}

#left p img{
list-style-type:none;
text-align:left;
padding-top: 5px;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 10px;
text-align: center; 
background-color: #FFFFFF;
border-top: 1px dotted #336699;
font-size: 0.8em;
letter-spacing:0.7em;
}