/* CSS Document - Screen - Netscape/Mozilla */


/* GLOBAL RESET */

* { margin:0; padding:0; }
img {border: 0; padding: 0; margin: 0;}
a img {border: 0;}
a:focus {outline: none;}
table {border-collapse:collapse; width:auto;}
hr {display: none;}


/* ALLGEMEINES LAYOUT */

a:link, a:visited, a:active {
	color: #30497B;
	text-decoration: none; 
	font-weight: normal;
}
a:hover {
	color: #8F9DBA;
	text-decoration: none;
	font-weight: normal;
}
h3 {
	margin: 0 0 1.2em 0;
	color: #444;
	font: normal 120%/150% Georgia, Chicago, Charcoal, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 0.3px;
}
h4 {
	margin: 0 0 1.2em 0;
	color: #444;
	font-size: 80%;
	line-height: 175%;
}
.punkt { /* gelber Punkt Navi */
	font-size: 110%;
	font-weight: bold;
	color: #FFC814;
	line-height: 90%;
}
.fett {
	font-weight: bold;
	color: #444;
}
.fett110 {
	font-weight: bold;
	font-size: 110%;
	color: #444;
}
.marg_1 {
	margin-top: 6px;
}


/* GESAMTE SITE ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000;
	text-align: center;  /* IE hack center container */
	background: #DAE8F1 url(../bilder/background.gif) repeat;
}

#container {
	width: 750px;
	background-color:#FFF1C4;
	text-align:left; /* IE hack center container */
	margin: 0px auto 50px auto;
	top: 25px;
	position: relative;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #869DCE;
	border-bottom: 1px solid #869DCE;
	border-left: 1px solid #FFFFFF;
}

/* KOPFTEIL - Banner +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#banner {
	width: 750px;
	height: 100px;
	border-bottom: 1px solid #869DCE;
	background: #FFF2A6 url(../bilder/psycho-titel.jpg) no-repeat center top;
}

/* KOPFTEIL - Titel */

#head {
	background-color: transparent;
	padding: 26px 0 0 0;
	border-top: 1px solid #FFFFFF;
}
#head p {
	text-align: center;
	font-size: 70%;
	height: 40px;
	line-height: 175%;
}

/* KOPFTEIL - Separator */

#separator {
	width: auto;
	padding: 25px 15px 10px 15px;
}

#separator p {
	height: 20px;
	width: 720px;
	background-color: #FFE389;
}
.back { /* Button: zurueck */
	background: url(../bilder/back.gif) no-repeat left center;
	display: block;
	padding: 0 0 0 20px;
	text-align: left;
}
.top { /* Button: oben */
	background: url(../bilder/top.gif) no-repeat right center;
	padding: 0 20px 0 0;
	text-align: right;
	display: block;
}


/* HAUPTTEIL - Linke Seite ++++++++++++++++++++++++++++++++++++++++++++++++++ */

#sidebar {
	float: left;
	width: 140px;
}

/* HAUPTTEIL - Navigation */

#sidebar ul {
	background-color: transparent;
	list-style-type: none;
	padding: 15px 0px 150px 15px;
	font-size: 70%;
}
#sidebar ul li.aktivN { /* Navi-Button aktive Seite */
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	background-color: #30497B;
	height: 14px;
	padding: 5px 0px 5px 8px;
	margin: 0 0 10px 0;
}
#sidebar ul li a { /* Haupt-Navi */
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	background-color: #30497B;
	height: 14px;
	padding: 5px 0px 5px 8px;
	margin: 0 0 10px 0;
}
#sidebar ul li a:hover {  /* Haupt-Navi */
	background-color: #DAE8F1;
	color: #334266;
}
#sidebar ul li a.unterNavi { /* Unter-Navi */
	display: block;
	background-color: transparent;
	font-weight: normal;
	font-size: 100%;
	text-align: right;
	color: #334266;
	height: 14px;
	padding: 0 2px 3px 0;
	margin: 0 2px 0 0;
}
#sidebar ul li a:hover.unterNavi { /* Unter-Navi */
	color: #8F9DBA;
	background: transparent;
}
#sidebar li.aktivUn {
	display: block;
	background-color: transparent;
	font-weight: normal;
	color: #8F9DBA;
	height: 14px;
	padding: 0 2px 3px 0;
	margin: 0 2px 0 0;
}
#sidebar ul.unterNavi li a:hover {
	color: #DAE8F1;
	background: transparent;
}

/* HAUPTTEIL - Rechte Seite ++++++++++++++++++++++++++++++++++++++++++++++++++ */

#content { /* Container rechts: Inhalt */
	width: 580px;
	float: right;
}
#conText { /* Text-Container */
	padding: 16px 25px 0 10px;
}
#conText p {
	font-size: 70%;
	line-height: 175%;
	margin: 0 0 1.2em 0;
}
#conLink { /* Text Uebersicht */
	margin: 5px 0 35px 15px;
}
#conLink p {
	font-size: 70%;
	line-height: 100%;
	margin: 0 0 1em 0;
}
#conLink a {
	padding: 0 0 0 7px;
	background: url(none);
	font-weight: bold;
}
/* .textLink {  
	background: url(../bilder/link_t.gif) no-repeat left top;
	padding: 0 0 0 12px;
} */
.hypLink, .textLink { /* Text-Links */
	background: url(../bilder/arrow.gif) no-repeat left center;
	padding: 0 0 0 12px;
}
#conText ul { /* Aufzaehlungen im Text */ 
	margin: 0 0 1em 0;
}
#conText li {
	margin: 0 0 0.5em 25px;
	font-size: 70%;
	line-height: 175%;
}
.conLine {  /* Separator unter Text-Abschnitt */
	background: #FFE57A;
	margin: 20px -10px 30px 0;
	height: 5px;
	text-align: right;
	line-height: 8px;
	font-size: 12px;
}
#info { /* Link auf Startseite */
	background: url(../bilder/info.gif) no-repeat right top;
	height: 30px;
	width: 275px;
	font-size: 70%;
	line-height: 175%;
	margin: 40px 0 0 24px;
	padding: 3px 0 0 0;
}
.mgListe { /* (mg)Mitglieder-Liste */
	border-bottom: 1px dotted #334266;
	padding: 0 0 1.8em 0;
}

/* Mitglieder Datenblatt */

#mgKartei { /* (mg)Mitglieder-Kartei */
	margin: 20px 0 0 60px;
	width: 450px;
	font-size: 70%;
	line-height: 1.5em;
}
.kartei {
	width: 450px;
}
.mgKopf { 
	margin: 0 0 0 36px;
}
.mgKopf_li { /* (mg)Mitglieder-Kartei: Aufzaehlungen */
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	line-height: 1.5em;
	padding-right: 10px;
}
.mgKopf_re {
	vertical-align: top;
	padding-bottom: 10px;
}
.mgRubrik {
	background-color: #FFE57A;
	padding: 5px 0 5px 15px;
	vertical-align: middle;
	font-weight: bold;
}
.mgQualifik {
	padding: 15px 0 20px 15px;
	line-height: 2em;	
}


/* FUSSLEISTE */
#footer{
	background-color: transparent;
	clear: both;
	padding: 20px 20px 15px 20px;
}
#footer p {
	font-size: 65%;
	text-align: center;
	padding: 1px 2px 2px 2px;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
}
.home { /* Button: weiter */
	font-size: 130%;
	line-height: 90%;
}


