
* {
	font-family: Lucida Grande, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	color: #222222;
	text-decoration: none;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
*:focus {
	outline: none;
}

body, html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}



/***** Aufbau *****/

#rahmen {
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
}

#titel,
#inhalt_rahmen,
#fuss {
	display: block;
	position: relative;
	width: 600px;
	left: 190px;
}

#titel {
	margin-top: 20px;
	height: 165px;
}
#titel * {
	display: none;
}

#inhalt_rahmen {
	min-height: 100%;
	background-color: #FFFFFF;
	/*
	background: url(bilder/1x1_weiss.png);
  box-shadow: 3px 3px 7px #006699;  
  -moz-box-shadow: 3px 3px 7px #006699;  
	-webkit-box-shadow: 3px 3px 7px #006699;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	*/
}

#inhalt {
	padding: 25px 20px 30px 20px;
}

#randspalte_rahmen {
	position: absolute;
	top: 185px;
	left: 190px;
	margin-left: 600px;
	width: 243px;
	background: url(bilder/randspalte.png);
	min-height: 100%;
}

#randspalte_inhalt {
	padding: 28px 10px 30px 20px;
	font-size: 11px;
	line-height: 18px;
	color: #444444;
}
#randspalte_inhalt * {
	font-size: 11px;
	line-height: 18px;
}


/***** Navigation *****/

#navigation {
	position: absolute;
	top: 20px;
	left: 15px;
	white-space: nowrap;
	width: 160px;
}

#hauptrubriken {
	border-bottom: 1px dotted #333333;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
a.hauptrubriken {
	font-size: 20px;
	line-height: 20px;
	display: block;
	/* mit Links
	padding: 5px 5px 7px 5px;
	*/
	padding: 9px 5px 11px 5px;
	border-top: 1px dotted #333333;
	color: #333333;
}

#positionen {
	list-style: none;
	margin: -3px 0px 5px 0px;
	padding: 0px;
}
a.positionen {
	display: block;
	color: #333333;
	font-size: 11px;
	line-height: 18px;
	margin-left: 15px;
}

#mitglieder {
	color: #333333;
	font-size: 11px;
	line-height: 18px;
	list-style: none;
	margin: 33px 0px 0px 5px;
	padding: 0px;
	white-space: nowrap;
}
#mitglieder li b {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
}
a.mitglieder {
	display: block;
	color: #333333;
	font-size: 11px;
	line-height: 18px;
}

a.hauptrubriken:hover,
a.positionen:hover,
a.mitglieder:hover,
a.aktiv {
	color: #FFFFFF;
}

#fuss {
	width: 560px;
	margin-left: 20px;
	padding: 3px 0px 7px 0px!important;
	font-size: 10px;
	color: #333333;
}

a.impressum {
	display: block;
	float: right;	
	font-size: 10px;
	color: #333333;
}
a.impressum:hover {
	color: #FFFFFF;
}



/***** Inhalt *****/

table.filmstills {
}
table.filmstills img {
}

h1 {
	font-size: 35px;
	line-height: 35px;
	color: #FFF;
	margin-bottom: 5px;
	/*
	font-weight: bold;
	margin-left: -1px;
	*/
}

h2 {
	font-size: 20px;
	line-height: 27px;
	margin-left: -1px;
}

h3,
h4 {
	font-weight: bold;
}

h1 + h2,
h1 + h3,
h1 + p {
	margin-top: 20px;
}
h2 + p,
h2 + div,
h2 + ol {
	margin-top: 35px;
}

h3 + h3 {
	margin-top: 10px;
}

h3 + p {
	margin-top: 35px;
}

h4 + p {
	margin-top: 10px;
}
p + h4 {
	margin-top: 30px;
}

p {
	color: inherit;
}
p + h1 {
	margin-top: 40px;
}
p + h2 {
	margin-top: 30px;
}
p + h3 {
	margin-top: 30px;
}

p + p {
	margin-top: 10px;
}

p.clear {
	clear: left;
}

p.stichpunkt {
	margin-left: 0.9em;
	text-indent: -0.9em;
}
p + p.stichpunkt {
	margin-top: 0px!important;
}

strong,
b {
	font-weight: bold;
	color: inherit;
}

em {
	color: inherit;
	font-style: italic;
}

u {
	color: inherit;
	text-decoration: underline;
}

span {
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	line-height: inherit;
}

hr {
	border-top: 1px solid #999999;
	height: 0px;
	margin: 0px;
}

p + table,
table + p {
	margin-top: 10px;
}

table.ohne_alles td {
	width: 1px;
	white-space: nowrap;
}

td + td {
	width: 100%!important;
	white-space: normal!important;
}



/***** Links *****/
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	cursor: pointer;
}

a.link:hover {
	margin: 0px -2px;
	padding: 0px 2px;
	text-decoration: none;
	color: #FFFFFF;
	/*
	background-color: #333333;
	*/
}

a.unterstrichen {
	text-decoration: underline!important;
}
a.unterstrichen:hover {
	text-decoration: none!important;
}


/***** Aktuell *****/

div.aktuell {
}
div.aktuell + div.aktuell {
	margin-top: 20px;
	padding-top: 20px;
}

p.datum {
	font-size: 11px;
	color: #777777;
}
p.datum + h2 {
	margin-top: 0px;
}

p.bildunterschrift {
	font-size: 11px;
	line-height: 18px;
	color: #666666;
}

h2 + p.aktuell {
	margin-top: 10px;
}

img.bild {
	margin-top: 20px;
	margin-bottom: 7px;
}



/***** Positionen *****/

div.download {
	border-top: 1px dotted #0099CC;
	border-bottom: 1px dotted #0099CC;
	padding: 4px 0px 4px 0px;
	margin-bottom: 20px;
}

img.pdf-icon {
	margin: 0px;
	margin-bottom: -4px;
	border: 0px;
}

span.grau {
	color: #666666;
}

ol {
	/*
	list-style-position: inside;
	margin: 0px;
	*/
	margin-left: 19px;
	padding: 0px;
}

ul {
	margin-left: 13px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
}

ol + p,
ul + p {
	margin-top: 10px;
}



/***** Mitglieder *****/

img.logo {
	margin: -9px 0px 20px -1px;
}

p.filme {
	margin-top: 20px;
	padding-top: 20px;
}

p.foto {
	margin-top: 30px;
}

img.foto {
	border: 1px solid #999999;
	margin-bottom: 3px;
}

table.kontaktdaten td {
	color: #444444;
}
