/************************************************
 * Allgemein
 ************************************************/
* {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

body {
	margin:0 auto;
	padding:0;
	background:#2222aa url(../images/bg2.png) top center repeat-y;
	color:#3a3a3a;
}

div {
	margin:0 auto;
	padding:0;
}

a {
	color:#000080;
	text-decoration:none;
}

a:hover {
	color:#F30;
	text-decoration:underline;
}

img {border:0;}

input.button, #login table.moduletable input.button {
	background-color:#e6e6ed;
	border-width:2px;
	border-style:solid;
	border-color:#b8b8cc #5c5c66 #5c5c66 #b8b8cc;
}

input.button:hover {
	border-color:#5c5c66 #b8b8cc #b8b8cc #5c5c66;
}

table {
	padding:0;
	margin:0;
	text-align:left;
}

td {
	text-align:left;
}

ul {
	padding-bottom:6pt;
}


/************************************************
 * Container
 ************************************************/
div#container {
	width:920px;
	height:100%;
}


/************************************************
 * Header
 ************************************************/
div#header {	
	margin:10px 10px 0 10px;
	height:180px;
	background: url(../images/foto3.jpg) no-repeat top left;
}


/************************************************
 * Footer
 ************************************************/
div#footer {
	clear:both;
	margin:0 auto;
	padding:3px 0;
	border-top:1px solid #5c5c66;
	width:900px;
	text-align:center;
	color:#5c5c66;
	font-size:8pt;
}


/************************************************
 * Navigation
 ************************************************/
/* Container für alle Menüs */
div#navi {
	width:160px;
	margin:10px 10px 10px 0;
	clear:left;
	float:left;
}

/* Menüüberschrift */
#navi th {
	visibility:hidden;
	font-size:0px;
}

/* Tabelle mit Menüelementen */
#navi table.moduletable {
	width:160px;
	padding:0 0 0 10px;
	margin:0;
}

/* Trenner */
#navi span.mainlevel {
	visibility:hidden;
	font-size:3pt;
}

/* ein Menüelement */
#navi table.moduletable table {
	background:transparent url(../images/menu.png) top right no-repeat;
	margin: 0 0 10px 0;
	padding:0px;
	width:150px;
	border-color:#b8b8cc;
	border-style:solid;
	border-width:1px 2px 2px 1px;
}

/* Abstandshalter für eingerückte Links */
#navi table.moduletable div {}

/* Menülinks */
#navi a {
	display:block;
	color: #313159;
	text-decoration:none;
	background-image: url(../images/navlink0.png);
	background-position: 4px center;
	background-repeat: no-repeat;
	padding: 3px 0 3px 13px;
}
#navi a:hover {
	background-image: url(../images/navlink1.png);
	background-color:#e6e6ed;
}

#navi a.banner {
  background:none;
}
#navi a.banner:hover {
  background:none;
}


/* eingerückter Menülink */
#navi table table div a {
	background-position:6px center;
	padding:3px 0 3px 15px;
}

/* da sind so nervige vor den eingerückten Links... */
#navi table table div img {
	visibility:hidden;
	width:0px;
	height:0px;
}


/************************************************
 * Login
 ************************************************/
div#login table.moduletable table {
	padding:5px 9px 0 5px;
}

/* Eingabefelder */
#login table.moduletable input {
	border-color:#b8b8cc;
	border-style:solid;
	border-width:2px 1px 1px 2px;
	margin:2px 0 2px 0px;
	width:80%;
}

/* Button: sh. Allgemeines */
#login table.moduletable input.button {
	margin:5px 0 3px 0; width:100%;
}

/* Checkbox */
#login table.moduletable input#mod_login_remember {
	margin:2px 0 0 0;
	width:auto;
}

/* Label */
#login table.moduletable label {
	margin:2px 0 2px 0;
}

/* Link */
#login table.moduletable a {
	background:transparent;
	padding:0 0 5px 0;
}
#login table.moduletable a:hover {
	background:transparent;
	text-decoration:underline;
}

/************************************************
 * Content
 ************************************************/
div#content {
	height:100%;
	margin:10px 10px 10px 0;
	background-color:#FFF;
	margin-left:170px;
}

#content td.sectionname {
	visibility:hidden;
	width:0px;
	height:0px;
}

#content table.contentpaneopen, #content table.blog {
	width:100%;
}

#content p {margin-bottom:6pt;}

#content table.contentpaneopen img {margin:0 0.8em 0.8em 0;}

/* Artikelüberschrift */
#content td.contentheading {
	font-size:18pt;
	color:#5c5c66;
	border-bottom:1px solid #5c5c66;
	width:100%;
}

#content a.contentpagetitle {
	font-size:18pt;
	color:#5c5c66;
	text-decoration:none;
}

/* Autor und Datum */
#content *.small, #content td.createdate{
	font-size:7pt;
	line-height:7pt;
	color:#999;
}


/************************************************
 * RDG e.V.-Mitgliederliste
 ************************************************/
tr.rdg-mitgliederliste-2, rdg-mitgliederliste-2 td {
	background-color:#f2f2f6;
}


/************************************************
 * RDG e.V. Meine Mitgliedsdaten
 ************************************************/
td.rdg_meine_daten_status {
	color:#5c5ca6;
}