/*  Reset allgemein - NICHTS VERAENDERN */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Reset - NICHTS VERAENDERN */
a {
	text-decoration:none;
}
img, iframe, object, embed {
	vertical-align: bottom;
}
strong {
	font-weight: bold;
}
input, textarea, select {
	font-size: 1em;
}
html {
	/*
	height: 100.01%;
	margin-bottom: -1px;
	*/
	overflow-y: scroll;
}
body {
	position:relative;
	background-color: #FFF;
	color: #000;
	font-size:medium;
	font-weight: normal;
	line-height: 1;
	text-align: left;
}


/* Standard - NICHTS VERAENDERN */

.nospace {
	margin: 0;
	padding: 0;
}

body, div, 
h1, h2, h3, h4, h5, h6, p, 
a, span,  
li {
	background-repeat:no-repeat;
}

.hidden {
	display: inline;
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	background-color: #FFF;
}


/* Basic Layout */


body { border-top:#1B4D82 solid 30px;}
body, div, td {
	font-family :'Lucida Grande', Lucida, Arial, sans-serif;
	color:#000033;
}

div#header {height:50px; margin:-20px 0 0 0 ;padding-left:10px;}
#header h1 {color:#fff;font-size :1em;}
#header span {float:right; margin:-12px 0 0 0; color:#fff;font-size :0.8em;}
#header a {color:#fff;}

div#container {
margin:0 auto; width:960px;font-size :0.9em;}  
div#content p{line-height:1.4em;}

div#footer{ color:#333;}
div#footer p{margin:0;padding:5px 10px;}

div#wrapper{float:left; position:static;}
div#content{width:460px;float:left;padding-top:6px; }
div#navigation{float:left;width:250px; overflow:visible;
}

div#extra {
float:right;
width:250px;
/*margin-left:-250px;*/
padding-top:5px;}

#content .oi {
padding:0 25px 25px 25px;}

/* -------------------- Links -------------------- */

a:link, a:visited {
color:#0E4C84;
text-decoration: underline;
}
a:active {
color : #000;
}
a:hover {
color:#D36A25;
}

a span {
text-decoration : underline;
}


#footer a {
text-decoration:none;
color:#0E4C84;
font-weight:bold;}


/*        Footer       */


div#footer{clear:left;width:100%}

/*   Special Classes    */

.float-divider {
	clear: both;
	display:block;
}

body#start {
background-color:#f39100;
}
body#start #wrapper {
	background-image:url(/files/bg_start.png);
	width:980px;
}
body#start #content {
width:780px;
min-height:600px;
}
body#start #content .oi {
margin:150px 10px 0 40px;
}
body#start #extra {
width:175px;
}
body#start #extra .oi {
margin:35px 65px 0 0;
}
body#start h2 {
margin:0.5em 0;
}

body#start #content .wahl {
float:left;
width:375px;
}

.left {
float:left;
}
.right {
float:right;
}
body#start .right {
width:250px;
}
body#start .right ul {
margin:0.8em 0 0 0;
}
body#start .right li {
color:#fff;
/*background-color:#1b4d82;*/
background-color:#1b4d82;
margin:0 0 1.25em 0;
padding:5px;
}
body#start #extra img.link {
margin:0 0 5px 0;
}
body#start .flaggen {
margin:0 5em 0 0;
}
body#start .twitter-share-button {
margin:0 0 0 1.5em;
}
.activity {
margin:0px 0 0 0;
border-bottom:solid 1px #666;
}
.clear {
clear:both;}


