/* Reset */
@import url('reset.css');
@import url('960.css');

/* Allgemeines */
html , textarea, input {
	font-size: 14px;
	}
body {
	background-color: #ffffff;
	font-size: 14px;
	}
*, table, td {
	color: #3d3d3d;
	font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
	}
h1,h2,h3 {
	font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
	color: #454d59;
	}

h1 {
	border-bottom: dotted 1px #353d49;
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	}
h2 {
	font-size: 18px;
}
h3 {
	line-height: 57px;
	display: inline;
	position: absolute;
	bottom: 40px;
}
h3 span {
	background-color: white;
	color: #353d49;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 28px;
	font-weight: normal;
	padding: 10px;
}
h4 {
	font-size: 14px;
	margin-bottom: 10px;
}
a {
	text-decoration: none;
}
div#content a {
	color: #577dae;
}
a:hover {
	color: #454d59;
}
a:active {	
}
img {
	border: none;
}
table,
p {
	line-height: 20px;
	margin-bottom: 30px;
}
p.infoText {
	font-size: 12px;
	line-height: 16px;
}
div#head {
	padding: 65px 0 0 0;
}
div#headContainer {
	/*border-bottom: dotted 1px #9a9ea4;*/
	padding-bottom: 10px;
}
div.stage {
	background: transparent url('../../img/stage/ffm-skyline-380px.jpg') top center;
	height: 380px;
	width: 100%;
	margin: 70px 0 0 0;
	position: relative;
}
div.stage div.grid_12 {
	height: 380px;
}
div#content {
	padding: 50px 0 0 0;
}
table.contactFon td.first {
	width: 60px;
}
div#content ul {
}
div#content ul li {
	background: transparent url('../../img/layout/listIcon.png') no-repeat 0px 7px;
	line-height: 20px;
	padding: 0 0 10px 15px;
}
div#content div#footer p {
	border-top: dotted 1px #d7d8db;
	color: #666666;
	font-size: 12px;
	padding-top: 9px;
}
div#content div#footer p strong {
	color: #666666;
}