/**************************************************
 *  Dortmunder Klüngelstammtisch                  *
 *  http://www.kluengeln-in-dortmund.de           *
 *  --------------------------------------------  *
 *  Author: Beate Pürner, Dortmund                *
 *                                                *
 *  letzte Änderung: 01.10.2010 v22               *
 **************************************************/

body {  
	background-color: #99CC33;
	font-family: Geneva, Helvetica, Arial, sans-serif; 
	color: #000000;
	font-size: 14px; 
	margin: 0;
	padding: 0;
} 

/* ----------------- Bereiche ---------------- */

#gesamt {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	color: #333333; 
	background-color: #99CC33;
	overflow: visible;
	visibility: Visible;
	display: block;
}
#rahmen {
	position: absolute;
	margin-left: -370px;
	left: 50%;
	top: 0px;
	width: 740px;
	background-color: #ffffff;
	padding: 0;
	border-style: solid;
	border-top-width: 10px; 
	border-right-width: 10px; 
	border-bottom-width: 10px; 
	border-left-width: 10px;
	border-color: #cccccc;
}
#links {
	float: left;
	width: 160px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
}
#bild-header {
	float: left;
	width: 150px;
	height: 163px;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
}
#inhaltsverz {
	float: left;
	width: 150px;
	background-color: #ffffff;
	font-size: 16px;
	font-weight: bold; 
	line-height: 16px; 
	padding: 0;
	margin: 0;
}
#inhalt {
	float:left;
	width: 540px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
}
#kopf {
	float:left;
	width: 540px;
	height: 165px;
}
#text {
	float:left;
	width: 540px;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}
#seitenfuss {
	float:left;
	width: 540px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
	margin: 0;
}

/* ----------------- Absätze ---------------- */

p { 
	color: #000000; 
	font-size: 14px; 
	line-height: 17px;
	text-align: left;
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 0px; 
} 
h1 { 
	color: #000000; 
	font-weight: bold; 
	font-size: 16px;  
	text-align: center;
} 
h2 { 
	color: #99CC33; 
	font-weight: bold; 
	font-size: 16px; 
	text-align: left;
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
}
h3 { 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 16px; 
	text-align: left;
	background-color: #99CC33;
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 0px;
	margin-right: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.slogan { 
	color: #99CC33; 
	font-weight: bold; 
	font-size: 16px; 
	text-align: center;
} 

/* ----------------- Tabellen ---------------- */

table {
	border: 0px;
	border-collapse: collapse;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 9px;
	margin-bottom: 0px;
}
.table-branche {
	background-color: #e2f0c2;
	border: 1px solid #99cc33;
	border-collapse: collapse;
}
.table-vorschub {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 9px;
	margin-bottom: 0px;
}
.table-rahmenlos {
	border: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 9px;
	margin-bottom: 0px;
}
th { 
	color: #000000; 
	font-size: 14px; 
}
tr { 
	font-size: 14px;
}
td { 
	color: #000000; 
	font-size: 14px; 
	border: 0; 
}
table.table-branche tr:hover {
    background:#cccccc;
}
table.table-branche td { 
	color: #000000; 
	font-size: 14px; 
	border: 1px solid #99cc33; 
}
.hg-gelb { 
	background-color:#ffffcc;
}  
.rahmenlos { 
	border: 0; 
} 
.mit-rahmen { 
	border: 1px solid #99cc33;; 
}

/* ----------------- Aufzählungen ---------------- */

ul { 
	list-style-image: url(../gfx/punkt.gif);
	list-style-type: disc; 
	padding-left: 16px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 0px;
	margin: 0;
}
ul ul { 
	list-style-image: url(../gfx/punkt-grau.gif);
	list-style-type: disc; 
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
}
li { 
	color: #000000; 
	font-size: 14px;
	line-height: 17px; 
	padding-left: 3px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
}
.li-vorschub { 
	padding-top: 12px;
}
#inhaltsverz ul { 
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0; 
}
#inhaltsverz ul li {  
	list-style-type: none;
	color: #000000;
	background-color: #cccccc;
	font-size: 16px;
	font-weight: bold; 
	line-height: 16px; 
	padding-left: 8px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-color: #ffffff;
	border-style: solid;
	border-top-width: 6px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
	margin: 0; 
}
#inhaltsverz ul li.aktiv {  
	color: #99cc33;
	background-color: #cccccc;
}

/* ----------------- Links ---------------- */

a:active { 
	color: #000000; 
	text-decoration: underline
} 
a:link { 
	color: #000000; 
	text-decoration: underline
} 
a:visited { 
	color: #000000;
	text-decoration: underline
} 

#inhaltsverz a:link, #inhaltsverz a:visited {
	color: #000000;  
	text-decoration: none;
}
#inhaltsverz a:hover {
	color: #ffffff;  
	text-decoration: none;
}
#inhaltsverz a:active {
	color: #000000;  
	text-decoration: none;
}

#inhaltsverz ul li.aktiv a:link, #inhaltsverz ul li.aktiv a:visited {
	color: #99cc33;  
	text-decoration: none;
}
#inhaltsverz ul li.aktiv a:hover {
	color: #ffffff;  
	text-decoration: none;
}
#inhaltsverz ul li.aktiv a:active {
	color: #99cc33;  
	text-decoration: none;
}

/* ----------------- Zeichengröße, Farbe + Ausrichtung ---------------- */

.zentriert {  
	text-align: center;
}
.klein { 
	font-size: 11px;
	line-height: 13px;
}
.klein-zentriert {  
	font-size: 11px;
	line-height: 13px;
	text-align: center;
}
.klein-rechts {  
	font-size: 11px;
	line-height: 13px;
	text-align: right;
}
.rechts {  
	text-align: right;
}
.gruen { 
	color: #99CC33;
	font-weight: bold;
}  
.gruen-light { 
	color: #99CC33;
}  
.rot { 
	color: #FF3333;
	font-weight: bold;
}
.grau {  
	color: #CCCCCC;
}

/* ----------------- Formular ---------------- */

form {
	color: #000000;
	font-size: 14px; 
	line-height: 17px;
	text-align: left;
	background-color: #e8e6e6;
	margin-left: 0px;
	margin-right: 19px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
label {
	display: block;
	color: #000000;
	font-weight: bold;
	padding: 0;
	border: 0;
}
input, textarea {
	background-color: #ffffff;
	border: 0px solid #2b2a4c;
}
form ol {
	list-style: none;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 6px;
	margin-bottom: 0px;
}
form ol li {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
}
.button { 
	background-color: #cccccc;  
	color: #000000; 
	font-weight: bold;
	border: 0px solid #999999; 
	margin: 1px;  
}

/* ----------------- Sonstiges ---------------- */
  
.mailadr {  
	font-size: 10px;
	color: #CCCCCC;
}  
.mailadr a {  
	font-size: 10px;
	color: #CCCCCC;
	text-decoration:  none;
}  
em { 
	font-weight: bold; 
	font-style: normal;
} 
