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,
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;
}
ol, ul {
	list-style: none;
}
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;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/***********************************************************************************************/
    /* Allgemeines */

body {
	font-size: 80%;
	line-height: 1.3em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #DEDEDE url(../img/body_bg.png) repeat-y;
}

a:link, a:visited {
	color: #767676;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	color: black;
}

    /* Clear Class */
.c {
	clear: both;
}

img, a img {
	border-width: 0px;
}

.keine-anzeige {
	display: none;
}



.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	margin-left: 10px;
	margin-bottom: 0;
	margin-right: 15px;
	margin-top: 0;
	float: right;
}

h1 {
	line-height:1.2em;
	font-size: 2.3em;
	color: #003E85;
	font-weight:normal;
	margin-bottom:0.5em;
	/*
font-style:italic;
	text-transform:uppercase;
*/
	width:400px;
}
.admintools {
	position:absolute;
	right:-100px;
	width:100px;
	text-align:right;
}
#content.newspage {
	width:600px;
}
.news {
	position:relative;
	margin:0 0 2.5em;
	border-bottom:1px dashed #767676;
}
.news h1 {
	width:auto;
	font-size:120%;
	padding-right:125px;
	margin:0 0 0.3em 0;
}
.news .date {
	position:absolute;
	top:0;
	right:0;
	width:120px;
	color:#767676;
	font-size:70%;
	text-align:right;
}
.news p {
	margin:0 0 0.8em;
}
.newscontent * {
	width:470px;
}
h2 {
	font-size: 1.2em;
	color:#828282;
	margin-bottom:1em;
}

h3 {
	font-size: 1em;
	margin-bottom:0.8em;
}

h4 {
	font-size: 0.9em;
	margin-bottom:0.7em;
}

    /* Layout */
#wrapper {
	position:relative;
	min-width: 1000px;
	width: 1000px;
}

#head {
	height: 114px;
}

#navi {
	width:240px;
	position: relative;
}

#content {
	position:absolute;
	left:240px;
	top:114px;
	border-left:1px dashed #767676;
	padding:66px 25px 25px 25px;
}

p {
	width: 480px;
	line-height: 1.7em;
	font-size: 0.9em;
	margin: 0.5em 0  1.2em;
}
#footer {
	float: right;
}

#nav {
	position: relative;
	padding-top: 150px;
	margin-right: 20px;
	list-style: none;
	text-align: right;
	
}

#logo {
	position: absolute;
	top: 25px;
	right: 0;
}

#nav .current {
	background: url(../img/navi_highlight.png) no-repeat right 0.4em;
	padding-right: 14px;
}

#nav .current.home {
	background: none;
	padding: 0;
}

#nav .collectionshead {
	/*
	font-weight: bold;
	color: #003e85;
	*/
	cursor: pointer;
	padding-right: 14px;
}

#nav ul.sails {
	margin-top:2px;
	margin-bottom:5px;
}
#nav .brand {
	/*
	font-weight: bold;
	color: #767676;
	*/
	font-style:italic;
	color: #003e85;
	padding-right: 14px;
}

#nav .brand.hascurrent {
	cursor: auto;
}

#nav ul {
	list-style: none;
}

#nav a:link, 
#nav a:visited {
	display: block;
	font-weight:normal;
	color: #000;
	background: #fff;
	padding-right: 14px;
}

#nav a:hover, 
#nav a:active, 
#nav a:focus {
	/**/
	border-width: 0;
	user-focus: none;
	outline: none;
	-moz-user-focus: none;
	-moz-outline: none;
	behavior: url(/includes/userfocus.htc);
	/**/
	color: #B60812;
	background: url(../img/navi_highlight.png) no-repeat right 0.4em;
}

#nav a::selection,
#nav .collectionshead::selection{
	background: #fff;
}

#nav a::-moz-selection,
#nav .collectionshead::-moz-selection {
	background: #fff;
}

#nav .offset {
	display: block;
	height: 15px;
}

.index_text {
	height: 416px;
	width: 725px;
}

.column {
	position:relative;
	width:210px;
	float:left;
	font-size: 0.9em;
}
.column.center {
	
}
.column.right {
	float:right;
	width:300px;
}
.column._50 {
	width:340px;
}
.column._50.right {
	margin-left:15px;
}
.column.right img {
	position:absolute;
	top:-168px;
	right:0;
}

p.narrow {
	width:400px;
}

ul.list {
	font-size: 0.9em;
	text-align: left;
	margin:0 0 1em 0;
	padding-left:1.5em;
	list-style:inherit;
}
ul.no_list {
	list-style:none;
	margin:-0.5em 0 1em 1em;
}
.references h3,
.references h4 {
	margin:0 0 4px 0;
}
.references p {
	line-height:1.2em;
	margin:0 0 0.5em;
}
.references .no_list {
	line-height:1.2em;
	margin:-3px 0 1.3em 1em;
}
ul.links {
	margin:0;
	padding:0;
}
ul.links a:link,
ul.links a:visited {
	font-weight:normal;
}
ul.links h2 {
	font-size:100%;
}

#photos {
	position: absolute;
	width: 230px;
	right: 10px;
	top: 175px;
}

li.photo {
	display: inline-block;
	padding: 10px 0 0 10px;
}
.right-aligned {
	float:right;
	margin: 0 0 15px 15px;
}
#bild_thorsten {
	border:1px solid #767676;
	padding:1px;
}
.thumb {
	border:1px solid #767676;
	padding: 1px;
	margin-bottom: 20px;
}

#head {
	position:relative;
}
.font {
	position:absolute;
	right:0;
	bottom:0;
}
.marginal {
	width:220px;
	position:absolute;
	right:-220px;
	top:74px;
}
.marginal p {
	width:auto;
}
/* Google Maps */
#google-maps {
	float:none;
	clear:both;
	border:1px solid #767676;
	width:500px;
	height:350px;
}
#ZoomContainer {
	position:absolute;
	top:7px;
	left:7px;
}
#ToolContainer {
	position:absolute;
	right:7px;
	top:7px;
}
.maptool {
	text-indent:-999em;
	width:24px;
	height:24px;
	margin-bottom:4px;
	cursor:pointer;
}
#ZoomContainer .maptool.in {
	background:url(../img/zoomIn.png) no-repeat center center;
}
#ZoomContainer .maptool.in.over {
	background:url(../img/zoomIn_OVER.png) no-repeat center center;
}
#ZoomContainer .maptool.out {
	background:url(../img/zoomOut.png) no-repeat center center;
}
#ZoomContainer .maptool.out.over {
	background:url(../img/zoomOut_OVER.png) no-repeat center center;
}
#ToolContainer .maptool.print {
	background:url(../img/print.png) no-repeat center center;
}
#ToolContainer .maptool.print.over {
	background:url(../img/print_OVER.png) no-repeat center center;
}
#ToolContainer .maptool.maximize {
	background:url(../img/maximize.png) no-repeat center center;
}
#ToolContainer .maptool.maximize.over {
	background:url(../img/maximize_OVER.png) no-repeat center center;
}
