
/* CSS reset by Eric Meyer, Stand 01.05.2007 */

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;
}
:focus {
	outline: 0;
}
body {
	line-height: 1.5;
	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: "" "";
}


/* ALLGEMEINE STYLES
---------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 87.5%;
	color: #000;
}

strong, em, h5 {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.428em;
	font-weight: bold;
	margin-top: 0.1em;
	margin-bottom: 0.5em;
}

p {
	margin-bottom: 1.25em;
}

a {
	color: #4270A6;
}

#page {
	width: 982px;
	margin: 0 auto;
}


/* KOPFBEREICH
---------------------------------------------------------------------------------- */

#top {
	background: #181C4B url(img/header-bg.jpg) no-repeat left bottom;
	height: 260px;
}

#header {
	width: 760px;
	float: left;
	position: relative;
	height: 260px;
}

#header #logo {
	position: absolute;
	top: 40px;
	left: 197px;
}


/* Projektscreenshots */

#projects {
	width: 190px;
	height: 220px;
	float: left;
	margin-top: 25px;
	margin-left: 14px;
	color: #fff;
	position: relative;
}

#projects dl {
	width: 58px;
	height: 58px;
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
}

#projects dl.line-end {
	margin-right: 0;
}

#projects dl dd {
	display: inline;
	width: 58px;
	height: 58px;
}

#projects dd a {
	margin: 3px;
	border: 1px solid #B8DBFF;
	display: block;
	width: 52px;
	height: 52px;
}

#projects dd a:hover, #projects dd a:focus {
	border: 3px solid #B8DBFF;
	margin: 1px;
}

#projects dd a img {
	border: 0px solid #B8DBFF;
	padding: 4px;
	opacity: .5;
	filter: alpha(opacity=50);
}

#projects dd a:hover img, #projects dd a:focus img {
	opacity: 1;
	filter: alpha(opacity=100);
}

#projects dt, #projects h4 {
	position: absolute;
	bottom: 0;
	left: 3px;
	font-size: 0.75em;
	display: none;
	font-style: italic;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	width: 190px;
}

#projects h4 {
	display: block;
	font-weight: normal;
}

#projects.hover h4, #projects.focus h4 {
	display: none;
}

#projects dt.hover, #projects dt.focus {
	display: block;
}


/* INHALTSBEREICH
---------------------------------------------------------------------------------- */

#wrapper {
	background: url(img/content-wrapper-bg.jpg) repeat-y left top;
	float: left;
}

#content {
	padding: 0px 60px;
	width: 650px;
	min-height: 605px;
	background: url(img/content-bg.jpg) no-repeat left top;
	float: left;
}

.startseite #content {
	background-image: url(img/content-bg-startseite.jpg);
	padding: 0px 40px;
	width: 690px;
}

#content .block {
	margin-bottom: 2.85em;
}

#content #c1 {
	float: left;
	width: 300px;
	margin-right: 40px;
	padding-left: 20px;
}

#content #c2 {
	width: 300px;
	float: left;
	padding-left: 20px
}

#content h1 {
	position: relative;
	width: 250px;
	height: 41px;
}

#content h1 span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}

#content p.tag {
	margin-left: -20px;
	padding: 0.2em 0.3em;
	color: #fff;
	display: inline;
	font-size: 0.786em;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0;
}

/* c1 */

#content #c1 p.tag {
	background-color: #4270A6;
}

#content #c1 h1 {
	color: #4270A6;
}

#content #c1 h1 span {
	background: url(img/c1h1-ir.png) no-repeat left top;
}

#content #c1 h2 {
	color: #181C4B;
}


/* c2 */

#content #c2 p.tag {
	background-color: #98BE12;
}

#content #c2 h1 {
	color: #AAD514;
}

#content #c2 h1 span {
	background: url(img/c2h1-ir.png) no-repeat left top;
}

#content #c2 h2 {
	color: #84A219;
}

#content #c2 a {
	color: #B92300;
}





/* NEWSCOLUMN
---------------------------------------------------------------------------------- */

.feature {
	width: 190px;
	float: right;
	margin-top: 40px;
	margin-right: 16px;
	color: #777;
}

.feature #announcement {
	margin-bottom: 40px;
}

.feature h2 {
	font-size: 1.214em;
	margin-bottom: 0.5em;
	line-height: 1.25;
	font-weight: normal;
}

.feature h4 {
	font-size: 1.214em;
	color: #4270A6;
	margin-bottom: 0.75em;
	line-height: 1.25;
}

.feature h5 {
	font-size: 1.143em;
	margin-bottom: 0.75em;
	background: url(img/feed-arrow-up.png) no-repeat left 0.25em;
	padding: 0 10px 0 18px;
	line-height: 1.25;
	position: relative;
	font-weight: bold;
}

.feature p {
	margin-bottom: 0;
}

.feature .feedcontainer {
	padding-top: 5px;
	position: relative;
}

.feature .feedcontainer img {
	position: absolute;
	top: 0;
	right: 0;
}

.feature .feedcontainer.inactive h5 {
	background-image: url(img/feed-arrow-down.png);
}

.feature ul {
	margin-left: 20px;
	margin-bottom: 1.75em;
	display: block;
}

.feature .feedcontainer.inactive ul {
	display: none;
}

.feature li {
	margin: 0 0 15px 0px;
	color: #191d4d;
	font-size: 0.857em;
}

.feature li .date {
	color: #555;
	font-size: 0.857em;
	display: block;
	line-height: 1.1;
}

.feature a.more-link {
	font-size: 0.834em;
	color: #555;
	display: block;
	text-align: right;
}



/* FUßBEREICH
---------------------------------------------------------------------------------- */

#footer {
	float: left;
	width: 760px;
	padding-top: 70px;
	padding-bottom: 20px;
	background: #fff url(img/footer-bg.png) no-repeat left top;
}

#footer p, #footer .sponsorlogos {
	margin-left: 60px;
	margin-bottom: 20px;
	color: #555;
}

#footer img {
	margin-right: 40px;
}

#footer ul {
	float: right;
	margin-right: 40px;
}

#footer ul li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	background: url(img/sysnav-li-bg.png) no-repeat right center;
}

#footer ul li.last-child {
	background: none;
	padding-right: 0;
	margin-right: 0;
}


/* Newsletter-Registrierung */

.newsletterregistrierung fieldset h2 {
	font-size: 1.428em;
	font-weight: bold;
	color: #4270A6;
	width: auto;
	height: auto;
	margin-bottom: 1em;
}

.newsletterregistrierung form {
	margin-top: 1em;
	margin-bottom: 1em;
}

.newsletterregistrierung form div.row {
	clear: both;
}

.newsletterregistrierung form div.field {
	margin-left: 13.6em;
}

.newsletterregistrierung form label {
	padding-right: 1.5em;
	padding-bottom: 8px;
	width: 12em;
	float: left;
}

form.new div.multipleCheckbox {
	margin-bottom: 0.5em;
}

form.new div.multipleCheckbox input {
	float: left;
	clear: left;
}

form.new div.multipleCheckbox label {
	width: 80%;
	text-align: left;
	font-weight: normal;
	margin-left: 15px;
}

.newsletterregistrierung form table label {
	float: none;
}

.newsletterregistrierung form input.text,
.newsletterregistrierung form input.password  {
	border: 1px solid #ccc;
	padding: 3px 4px;
}

.newsletterregistrierung form .groupname-submit input.button,
.newsletterregistrierung form input.submit {
	color: #fff;
	background-color: #4270A6;
	padding: 3px 5px;
	font-size: 1em;
	margin-left: 13.6em;
}

.newsletterregistrierung form .groupname-submit div.field {
	margin-left: 0;
}

.newsletterregistrierung form input.submit {
	margin-left: 0;
}

.newsletterregistrierung form .groupname-submit input.button:hover,
.newsletterregistrierung form .groupname-submit input.button:focus {
	cursor: pointer;
	background-color: #181C4B;
}

#login-info {
	text-align: right;
	font-size: 0.857em;
}
