body {
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #333333;
    padding: 0;
    margin: 0;
    text-align: center;
}

/* Rahmen links und rechts vom content */
#rahmen {width: 773px; margin: 0 auto; text-align: left;}

/* Gestaltung des headers */ 
#header {height: 150px; background-color: #6C7B8B;  padding: 0 20px 0 20px; font-size: 12px; line-height: 17px;} 

/* Menü im Header */
#headermenu {height: 30px; background-color: #6C7B8B;  padding: 0 20px 0 20px; font-size: 12px; line-height: 17px;} 

/* Header von jeder Rubrik */
#localheader {height: 25px; background-color: #6C7B8B;  padding: 0 20px 5px 20px; font-size: 12px; line-height: 17px;} 

/* logo MGV */
.logo {float: left; padding: 24px 0 0 15px;}

/* Noten */
.logorechts {float: right; padding: 35px 15px 0 0;}

/* Suche... gibts noch nicht */
.search {float: right; font-size: 11px; font-weight: bold; padding: 52px 11px 0 0;}

/* Titelbild vom Chor und Lupe */
img.startimage {width:600px; padding: 0 0 20px 0;title:"Chor Hillerse";alternate:"Chor Hillerse";}
img.lupe {padding: 15px 0 5px 35px;title="Vergrößern"; alternate="Vergrößern";}

/* default alignment of table cells */
td {vertical-align: top; text-align: left;}

/* no borders on images */
img {border: 0px; margin: 0px;}

/* small padding */
p {padding: 0.5em 0; margin: 0;}

ul {margin-bottom: 0;}
ol.alpha {margin-bottom: 0;list-style-type: lower-alpha;}

.imgdescription {text-align:center; padding: 10px 0 10px 0;}
.imgdescription-left {padding: 10px 0 10px 0;}

.teasertextleft{float:left; padding: 0 10px 0 0;}
.teaserimgleft{float:right; padding: 0 10px 0 0;}

/* Style des ganzen Menüs */
#menu {border-top: 1px solid #333333; padding: 5px 0 0 0; font-size: 13px;}
#menu ul {padding: 0 0 25px 0; margin: 0; list-style-type: none;}
#menu li {float: left; padding: 0 0 0 26px;}
#menu li a {color:#333333;font-weight: normal; text-decoration: none;}
#menu li.active a {font-weight: bold;}
#menu li a:hover {color: #666; text-decoration: underline;}

.clear {clear: both;}

#content {text-align: justify; clear:both;background-color: #9FB6CD; padding: 20px 50px 20px 50px; margin: 0; border-width: 0 1px 0 1px; border-style: solid; border-color: #8E94A4;} 

/* Style vom Footer */
#footer {clear:both;padding: 32px 0 10px 0; font-size: 11px; color: #919191; text-align: center;}
#footer a {color: #919191;}

/* header formatting */
h1 {font-size: 14px; padding: 0 0 15px 0; margin: 0;}
h2 {font-size: 13px; color: #339; padding: 0 0 6px 0; margin: 0;}
h3 {font-size: 12px; color: #339; padding: 0 0 10px 0; margin: 0;font-weight:normal;} 
h4, h5, h6 { font-size: 11px; } /* default font size */

/* header for guestbook */
h2.guestbook{font-size: 12px;}

A {color: #339; text-decoration: none; font-weight: bold;}
A:hover {color: #339; text-decoration: underline; }

/* navigation frame */
A.nav:link    { font-weight:normal; } /* for links in the backend navigation */
A.nav:active  { font-weight:normal; } 
A.nav:visited { font-weight:normal; }
A.nav:hover   { font-weight:normal; } 
.navigation_body { margin: 1em 1em 1em 0;}

/* header on backend pages */ /* FIXME used elsewhere too - remove there */
.header { margin-bottom: 2em; } 

/* CSS for alternating table rows based on javascript */
/* table headers */
/* old table heads 
table thead th {
	background: #abc; 
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 0.3em;
	text-align: left;
	white-space: nowrap;
}
*/

table thead th {
	padding: 0 2em 0 0.5em;
	text-align: left;
}
table thead th span {
	padding: 0 0.2em;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	bottom: 0.7em;
	background: #fff;
	white-space: nowrap;
}

/* settings for both types of table */
table.colored tr.colorlight, 
table.ruler tr.colorlight { background: #9FB6CD; border-top: 0px; }  

table.colored tr.colordark,
table.ruler tr.colordark,
.darker { background: #6C7B8B; border-top: 0px; }  

table.colored tbody td,
table.ruler tbody td { padding: 0.3em; }


th{
	background-color:#6C7B8B;
	padding:5px;
	text-align:center;
}

table {
  overflow:auto;
  border-collapse: collapse;
  border-width:1px;
	border-style: solid;
	border-color: black;
} 

table.links {
	border-style:none;
}
table.links td{
	border-style:none;
	padding:0 15px 0 0;
}  

table.mitglieder {
	text-align:center;
	width:240px;
} 

table.passiv {
	text-align:center;
	padding:5px;
	width:520px;
}

.tableleft {
	float:left;
	padding-right:40px;
} 

td {
	padding:8px;
	vertical-align: top; 
	font-size: 12px;
  border-width:1px;
	border-style: solid;
}

hr {
	color: #6C7B8B;
	background-color: #6C7B8B;
	border: none;
	height:1px;
}

/* width of left and right row of system tables - length of input fields */
.leftrow { width: 25%; }
.rightrow { width: 75%; }
.inputwidth { width: 95%; }

/* data tables with ruler */
table.ruler { border-collapse: collapse; border: 1px solid #357; margin-bottom: 3em; } 
table.ruler td { border-left: 1px solid #357; border-right: 1px solid #357; } 
table.ruler th { border-left: 1px solid #357; border-right: 1px solid #357; } 
table.ruler tr { border-top: 1px solid #357;}
table tbody tr.selected,
table.ruler tr.ruled { background: #C9D3DE; border-top: 0px; } 

/* alternating colored tables */
table.colored { border-collapse: collapse; border: 1px solid #357; margin-bottom: 3em;} 
table.colored tr { border-top: 1px solid #357;}

/* FIXME the active article in version view */
table tbody tr.table_system_active { background: #C9D3DE; border-top: 0px; } 

fieldset {
        border: 1px solid #357;
	padding: 0.5em; 
}
legend {
	color: #357;
	font-size: 12px;
	font-weight: bold;
}

textarea, .iframe, iframe {border: 1px solid #b1c1d0; background-color: #fff;}

/* uncomment - looks ugly 
input.button { 
	border-bottom: 2px solid #1d2f42; border-left: 2px solid #1d2f42; border-top: 2px solid #c1ccd6; border-left: solid 2px #c1ccd6; 
	background: #abc; color: #fff; font-weight: bold;} 
*/

/* form elements */
input.text, select {margin: 2px 0; border: 1px solid #b1c1d0; color: #294867; padding: 0;}
input.checkbox {margin: 1px 0 1px 0; }

fieldset {margin: 0;}

/* FIXME */
.bg1 { color: #fff; } /* dark background in header frame? */
.bg1 a { color: #fff; } 
.bg1 a:link { color: #fff; } 
.bg1 a:active { color: #fff; } 
.bg1 a:visited { color: #fff; } 
.bg1 a:hover { color: #fff; } 

/* DEBUG hover-effect */
.debug { position: relative; top: 0; left: 0; color: #a00; background-color: #fcc; font-weight: bold;}
.debug span:hover { color: #fcc; background: #a00; border: 0px; }
.debug span span { display: none; }
.debug span:hover span {
	display: block;
	min-width: 250px;
	font-weight: normal;
	position: absolute;
	top: 13px;
	left: 0;
	padding: 0.5em;
	background: #fcc;
	color: #a00;
	border: 1px solid #a00;
	font-size: 10px;
	z-index: 100;
}

.pic_ {width: 18px; height: 21px;}

.pager {font-size: 10px; margin-top: 1em;}
.pager .active {color: #ffa800;}
.pager .passive {color: #b1c1d0;}

/* temporary ones that will be removed on final release */
.mini                    {                                             font-size: 10px; } /* temporary for editor */
/* */

