/* ================ Reset ================== */

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, 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;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* =============== Clearfix ================ */

.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clear {
    height: 1px;
    clear: both;
}

html[xmlns] .clear {
    display: block;
}

* html .clear {
    height: 1%;
}


/* ============ Accessibility ============== */
		
.accessibility { display: none; }

/* ============ BASE ============== */

body {
	background: url('../images/splashscreen/bg.gif') repeat-x;
	font: 12px/20px Tahoma, Arial, Verdana;
	color: #717171;
}

#container {
	background: url('../images/splashscreen/bg_container.jpg') center top no-repeat;
	padding: 102px 0 0 0;
	height: 674px;
	width: 909px;
	margin: auto;
}

h1 {
	font: 27px "Myriad Pro", Tahoma, Arial;
	margin-bottom: 10px;
	color: #d40808;
}

h3, h3 a {
	font: 17px "Myriad Pro", Tahoma, Arial;
	margin-bottom: 10px;
	color: #515151;
	text-decoration: none;
}

.trenner {
	background: url('../images/splashscreen/trenner.gif') repeat-x;
	margin: 10px 0 10px 20px;
	width: 400px;
	height: 1px;
}

h1 span {
	font-weight: bold;
	color: #9c0000;
}

p {
	margin-bottom: 10px;
}

a {
	font-weight: bold;
	color: #d40808;
}

/* ============ LOGO ============== */

a.logo {
	margin-bottom: 12px;
	display: block;
	height: 76px;
	width: 140px;
	top: 102px;
	left: 20px;
}

/* ============ TWO_COLUMNS ============== */

#left {
	width: 420px;
	float: left;
}

#right {
	margin-left: 40px;
	width: 420px;
	float: left;
}

/* ============ INFO_BOX ============== */

.info_box {
	margin-bottom: 25px;
	padding: 20px 23px;
	height: 150px;
	width: 400px;
}

.info_box .two_columns .left {
	float: left;
}

.info_box .two_columns .right {
	float: right;
}

/* ============ TEASER ============== */

.teaser {
	margin-left: 20px;
}

.teaser img {
	border: 1px solid #ddd;
	margin-right: 10px;
	padding: 1px;
	float: left;
}

/* ============ FINAL_LINK ============== */

.final_link_erlangen, .final_link_schwabach {
	margin: 25px 0 0 20px;
}

.final_link_erlangen {
	background: url('../images/splashscreen/final_link_erlangen.gif') no-repeat;
	width: 246px;
	height: 74px;
}

.final_link_erlangen a, .final_link_schwabach a {
	padding: 10px 0 0 50px;
	text-decoration: none;
	display: block;
	height: 31px;
	width: 236px;
	color: #fff;
}

.final_link_schwabach {
	background: url('../images/splashscreen/final_link_schwabach.gif') no-repeat;
	width: 259px;
	height: 74px;
}	