/* basic elements */
body { 
	font: 10pt/15pt georgia; 
	color: #553300; 
	background: #cdf url(/rsc/images/bg/bg.gif) repeat; 
	margin: 0px; 
}
p { 
	font: 10pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
}

h1, h2, h3 {
	background-color: transparent;
	color: #920;
	margin-bottom: 0;
}
h1 {
	font: bold 18pt/18pt georgia;
}

h2 { 
	font: normal 15pt/20pt georgia; 
	letter-spacing: 5px; 
	margin-top: 25px; 
	margin-bottom: 15px; 
}
h3 {
	font: normal 12pt/18pt georgia;
	letter-spacing: 1px; 
	margin-top: 15px; 
	margin-bottom: 10px; 
}
h4.topic {
	margin-bottom:0
}

a:link, a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	background-color: transparent;
	color: #bbb;
}
a:hover, a:active { 
	text-decoration: underline; 
	background-color: transparent;
	color: #666;
}

/* specific divs */
/* this is the over alls container */
#container { 
	background-color: transparent;
	padding: 0px 220px 0 210px;  
	margin: 0px; 
}
#pageHeader { 
	margin: 0px;
	margin-left: 210px;
	border: 0px solid green;
}
#pageHeader h1 { 
	margin: 50px 0 0 10px
}
#pageHeader h2 {
	margin-left: 10px;
}

#maincontent { 
	margin-top: 20px;
	margin-left: 210px;
	border: 0px solid blue;
	min-width: 470px;
	max-width: 726px;
}

#maincontent a:link {
	color: navy;
}
#maincontent a:visited {
	color: #666;
}
#maincontent a.pages:link,
#maincontent a.pages:visited {
	text-decoration: underline;
	color: #666;
}
#maincontent a.active:link,
#maincontent a.active:visited {
	text-decoration: none;
	color: maroon;
}
#comment {
	width: 240px; 
	border: 1px solid #888;
	padding: 0.3em;
}
#comment p {
	font: italic 10pt/15pt georgia; 
	padding: 8px;
	margin-bottom: 0;
	text-align: justify;
}
#comment.right {
	clear:both; 
	float: right;
	margin: 5px 10px 10px 30px; 
}
#comment.left {
	clear:both;
	float: left;
	margin: 5px 30px 10px 10px; 
}
#add {
	margin-left: 210px;
/*	border: 1px solid black; */
/*	text-align: center; */
}

.lfloat {
	clear:both;
	float: left;
	margin: 10px 20px 10px 0;
}
.rfloat {
	clear:both;
	float: right;
	margin: 15px;
}
.clearfloat {clear: both}

.system {
	font-family: monaco, courier, monospace;
	color: #113;
}
.term {
	background: #666 url(/rsc/images/bg/bg_term.gif) repeat;
	padding: 5px;
	border: 1px solid black;
	margin:10px 0px 3px 0px;
	color: #ff0;
	font: 10pt/15pt Courier, monospace;
	text-align: left;
}
.term p {
	margin:8px 0px 0px 0px;
}
.file {font-family: Courier, monospace; }

.underline {text-decoration: underline}

.bsp {text-align: right;
margin-bottom: 10px;}

ul.list, ol.list {
	margin-top:5px;
	padding-left:15px;
}
ul.list {list-style: circle;}

#subcontent1 {
	border: 0px dotted blue;
	padding: 0px 10px 0px 10px;
}
/*
#subcontent1.left {clear: left}
#subcontent1.right {clear: right}
*/

/* Links im Footer */
#supportingText {
	padding-left: 10px; 
	margin-bottom: 40px;
}

#footer { 
	min-width: 470px;
	max-width: 726px;
	margin-left: 210px;
	border: 0px solid red;
	text-align: center; 
	margin-bottom: 25px
}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
}
/* Links im Footer */

#leftColumn { 
	position: absolute; 
	top: 100px; 
	left: 25px; 
	width: 160px; 
}
#leftColumn1 { 
	min-height: 485px;
	border: 1px solid #888;
	background: #fd9 url(/rsc/images/bg/bg.gif) repeat; 
	color: inherit;
}
#leftColumn2 { 
	height:25px;
	background-color: transparent;
}

#leftColumn #navi ul {
	padding: 0px;
	margin: 5px;
}
#leftColumn #navi ul.navi2 {
	padding: 0px;
	margin: 0px;
}
	
#leftColumn #navi li {
	line-height: 2.5ex; 
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
}
#leftColumn #navi li.sublist {padding-top: 0px;}

#leftColumn #navi a:link {
	display: block;
	background-color: transparent;
	border: 1px solid #fd9;
	color: #530;
}
#leftColumn #navi a:visited {
	display: block;
	background-color: transparent;
	border: 1px solid #fd9;
	color: #863;
}
#leftColumn #navi a:hover {
	color: #310;
	background-color: transparent;
	text-decoration: none;
	border: 1px solid #310;
}
#leftColumn #navi a:active {
	border-bottom: 2px solid #310;
	border-right: 2px solid #310;
}
#leftColumn #navi2 li {margin: 0; padding: 0}
#leftColumn #navi2 a:link,
#leftColumn #navi2 a:visited,
#leftColumn #navi2 a:visited,
#leftColumn #navi2 a:hover {
	display: inline;
	padding: 0px 20px;
	border: 0px solid red;
	margin: 0px;
	font-size: 8pt;
	color: #530;
}
#leftColumn #navi2 a:visited {
	color: #863;
}
#leftColumn #navi2 a:hover {
	color: #310;
}

#leftColumn #navi2 a:active {
}
#leftColumn #navi a.inactive {color:#ec8}

#rightColumn {
	position: absolute;
	top: 625px;
	margin-left: 25px; 
	margin-right: 25px; 
	margin-top: 0px; 
	width: 160px; 
	min-height: 485px;
	border: 1px solid #888;
	background: #fd9 url(/rsc/images/bg/bg.gif) repeat; 
	font: 10px verdana, sans-serif; 
}
/*
#rightColumn #add2 { 
	border: 1px solid #888;
	border: 1px solid #f00;
	color: inherit;
}
#rightColumn h3.select { 
	margin: 10px 0 0 0;
	width: 97px; 
	color: black;
	background-color: transparent;
}

#rightColumn ul {
	list-style: none;
	margin-left: 0;
	margin-top: 10px;
	padding: 0px;
	}
#rightColumn li {
	line-height: 2.5ex; 
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	}
#rightColumn li a:link { 
	color: #06a;
	background-color: transparent;
	}
#rightColumn li a:visited {
	color: #39a;
	background-color: transparent;
	}
#rightColumn li a:link.passive,
#rightColumn li a:visited.passive
{
	font-weight: bold; 
	text-decoration: none; 
	background-color: transparent;
	color: #bbb;
}	
*/
#logo {
	position: absolute;
	top:15px;
	left:25px;
	width:54px;
	height:64px;
	background: transparent url(/rsc/images/bg/maceis.gif) top left no-repeat;
	color: inherit;
}

#googlesearch {
	position: absolute;
	top:45px;
	left: 220px;
/*	height: 35px;
	width: 200px; */
}

img.inline {
	border: 0px solid #530;
	margin-top: 5px;
}
.centered {
	text-align: center;
	margin:15px 0;
}

#subcontent1 ul.list a:link {
	color: #530;
}
#subcontent1 ul.list a:visited {
	color: #863;
}
#subcontent1 ul.list a:hover {
	text-decoration: none;
	color: #320;
}
#subcontent1 ul.list a:active {
	color: #320;
}
#subcontent1 ul.sublist {
	list-style: none;
	padding-left:0;
}

#subcontent1 a:link, #subcontent1 a:visited {color:#a30}
#subcontent1 a:hover, #subcontent1 a:active {color:black}

li.sub {list-style: none;}

div.adsense {
	border: 0px dotted blue;
	text-align: center;
}
div.adsense table {
	margin-left: auto;
	margin-right: auto;
}
#linkblock_top {
	position:absolute;
	top: 45px;
	left: 220px;
}

#bottom hr {
	width: 740px;
}
