@charset "UTF-8";
/* CSS Document */


* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #c0c0c0;

}

a {
	text-decoration: none;
	color: #ed1c29; 
	font-weight: bold;
}


a, a:focus, a:active
{ outline:0; -moz-outline:0; }

html, body {
	height: 100%;
	margin: 0px;
}

h1{
	font-size: 20px;
}
body {
	/* width: 1034px;*/
	background-color: #ffffff;
	background-image: url(img/struktur.gif);
	background-repeat: repeat-x;
	overflow-x: hidden;

	}

p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
}


#kopfbild {
	width: auto;
	height: 37px;
	background-image: url(img/illustration_portal_sommer.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 25px;
	padding-top: 225px;
	padding-left: 115px;
	margin-bottom: 30px;
}

#logo {
	position: absolute;
	width: 183px;
	height: 195px;
	top: 0px;
	left: 115px;
}

#grau {
	position: absolute;
	top: 30px;
	left: 955px;
}



#sprungleiste {
padding-top: 1px;
background-image: url(img/verlauf.gif);
	background-repeat: no-repeat;
	height: 29px;
}

#sprungleiste a {
	color: #ed1c29;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

#sprungleiste ul {
	float: right;
	margin-top: 5px;
	margin-right: 80px;
}

#sprungleiste li {
	display: block;
	float: left;
}


#sprungleiste li.trenner {
	color: #5e5255;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
}

.verlauf {
float: left;
}


#twitter, #auswoben  {
	display: block;
	margin-left: 115px;
	width: 480px;
}


#auswoben {
	margin-bottom: 65px;
	width: 100%;
}

#inhalt {
	float: right;
	width: 302px;
	margin-right: 78px;
	padding-bottom: 40px;
}
ul#twitter_update_list {
list-style-type: none;
}

ul#twitter_update_list li {
	margin-bottom: 15px;

}

ul#twitter_update_list li span {
font-size: 14px;
display: block;

}

ul#twitter_update_list a {
	font-style: italic;
	text-decoration: none;
	font-size: 13px !important;
	color: #3f3f3f;
}

ul#twitter_update_list span a {
	font-size: 14px;
	font-style:normal;
	color: #ed1c29;
	font-weight: bold;

}

h2 {
	color: #ffffff;
	font-size: 17px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #3f3f3f;
	width: 302px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}


a.gross {
	font-size: 30px;
	padding-right: 25px;
	text-decoration: none;
	font-weight: normal;
	color: #ed1c29;
}

a.ext {
	padding-right: 25px;
	text-decoration: none;
	font-weight: normal;
	color: #ed1c29;
	font-size: 17px;

}


#wrapper {
	position: relative;
	width: 1034px;
	background-color: #000000;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%;
	background-image: url(img/struktur.gif);
	background-repeat: repeat-x;
	
	}



#footer {
	clear:both;
	width: 840px;
	margin-top: 30px;
	margin-left: 115px;
	padding-top: 5px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #3f3f3f;
	padding-bottom: 20px;
}


#footer div {
	float: right;
}
#footer a {
	text-decoration: none;
	color: #c0c0c0;
	font-weight: bold;
}

hr {
	border-style: none;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #3f3f3f;
	height: 1px;
	width: 500px;
}
