* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background:url(../gfx/body_bg.gif) repeat-y #e1e1e1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#858583;
}


div {position:relative;}
img {border:0;}

.clear, .clearer {clear:both;}

/* Struktur */
#header {
	position:relative;
	width:980px;
	height:178px;
	background-color:#e1e1e1;
}

#nav-sec {
	position:absolute;
	top:0px;
	left:160px;
	width:510px;
	height:178px;
	background:url(../gfx/nav_sec_bg.jpg) no-repeat;
}

#logo {
	position:absolute;
	top:0px;
	left:670px;
	width:310px;
	height:178px;
	background-color:#9E9D9B;
}

#content-wrap {margin-top:20px; width:980px;}
#content-center {position:absolute;top:0px;left:160px;width:485px;}
#content-right {position:absolute;top:0px;left:670px;width:225px;}

/* Navigation */
#nav-main ul {
	padding:15px 0 0 25px;
	margin:0;
	list-style:none;
	font-size:1.2em;
}

#nav-main a {color:#858583; text-transform:uppercase; text-decoration:none;}
#nav-main a:hover, #nav-main a.active {color:#000000;}

#nav-sec ul {
	padding:15px 0 0 5px;
	margin:0;
	list-style:none;
	font-size:1.2em;
}

#nav-sec a {color:#858583; text-decoration:none;}
#nav-sec a:hover, #nav-sec a.active {color:#000000;}

/* Content */
h1 {font-size:1.4em; margin-bottom:10px;}
p, ul, ol {font-size:1.2em; margin:10px 0;}
a {color:#858583;}
a:hover {color:#000000;}
ul, ol {margin-left:34px;}
table {font-size:100%;}
table p {margin:0;}
td, th {padding:2px;}

a.icon-pdf {background:url(../gfx/pdficon_small.gif) no-repeat; padding:1px 0 1px 22px;}

li.nadel-blau {list-style-type:none; list-style-image:url(../gfx/nadel_blau.gif);}
li.nadel-gelb {list-style-type:none; list-style-image:url(../gfx/nadel_gelb.gif);}
li.nadel-gruen {list-style-type:none; list-style-image:url(../gfx/nadel_gruen.gif);}
li.nadel-orange {list-style-type:none; list-style-image:url(../gfx/nadel_orange.gif);}
li.nadel-pink {list-style-type:none; list-style-image:url(../gfx/nadel_pink.gif);}
li.nadel-rot {list-style-type:none; list-style-image:url(../gfx/nadel_rot.gif);}

.videoplayer {
	border:1px solid #9E9D9B;
	margin-left:84px;
	padding:10px;
	width:320px;
	height:240px;	
}

/* Simple Photo Gallery */
.tx-photogals-pi1-big {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #858583;
	text-align:center;
}
.tx-photogals-pi1-small, .tx-photogals-pi1-small-active {float:left;margin:0 10px 10px 0;}
.tx-photogals-pi1-small a {border:1px solid #858583;padding:5px;display:block;}
.tx-photogals-pi1-small a:hover {border:1px solid #000000;}
.tx-photogals-pi1-small-active a {border:1px solid #000000;padding:5px;display:block;}
