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

* {
	margin:0;
	padding:0;
}

html[xmlns^="http"] {
	overflow-y:scroll;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#767676;
	line-height:19px;
	background:url(../img/body_bg.jpg) repeat-y center;
}

#page_bg {
	margin:0 auto;
	width:1024px;
	height:768px;
	background:url(../img/page_bg.jpg) repeat-y;
}

#header {
	margin-top:80px;
	height:280px;
	width:1024px;
}

#content {
	padding:0 103px;
	height:353px;
	border-top:17px solid #00632f;
	background:url(../img/content_bg.jpg) no-repeat 103px;
}

h1 {
	margin-bottom:15px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:24px;
	text-transform:uppercase;
	font-style:italic;
	color:#00632f;
}

h1.multimedia {
	width:152px;
	height:23px;
	text-indent:-400px;
	overflow:hidden;
	background:url(../img/h1_multimedia.gif) no-repeat;
}

h1.impressum {
	width:153px;
	height:23px;
	text-indent:-400px;
	overflow:hidden;
	background:url(../img/h1_impressum.gif) no-repeat;
}

h1.datenschutzhinweis {
	width:303px;
	height:23px;
	text-indent:-400px;
	overflow:hidden;
	background:url(../img/h1_datenschutzhinweis.gif) no-repeat;
}

h2 {
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
}

h2 .note {
	font-size:11px;
	text-transform:none;
}

p {
	text-align:justify;
}

p.small {
	text-align:justify;
	font-size:11px;
}

a {
	color:#767676;
}
a:hover {
	color:#00632f;
}

.author {
	font-size:12px;
	position:relative;
	left: 418px;
}

.row {
	margin:28px 0 0 0;
	width:336px;
	float:left;
}

.startpage {
	margin:13px 0 0 0;
}

.leftRow {
	margin-left:46px;
}

.leftRow p{
	margin-bottom:10px;
}

.doubleRow {
	padding-top:14px;
	margin-left:46px;
	width:700px;
}

.rightRow {
	margin-left:55px;
}

.clear {
	clear:both;
}

.projektLink {
	display:inline-block;
	padding-top:10px;
}

.xingLink {
	position:relative;
	top: 7px;
}

.label {
	display:inline-block;
	width:50px;
}

ul {
	margin:4px 0;
}

li {
	list-style-position:inside;
	height:25px;
}

li span{
	display:inline-block;
	width:105px;
}

#footer {
	padding:0 139px;
}

#footer ul {
	padding:0;
	list-style:none;
}

#footer ul li {
	float:right;
	padding:6px 4px;
}

#footer ul li a {
	font-size:11px;
	text-decoration:none;
	color:#666666;
}

#footer ul li a:hover {
	color:#00632f;
}