/* ---------------------------------------------------------------------------- */
/* CSS-Datei erstellt von Volker Kenner für die Abteilung Aikido in Schlierbach */
/* Basisdefintionen                                                             */
/* Start 05.04.2008                                                             */
/* letzte Änderung: 23.06.2008                                                  */
/* ---------------------------------------------------------------------------- */

/* 
	allgemeine Festlegungen 
	Anpassung der Voreinstellungen der Browser u.a.
	-----------------------------------------------*/

* {
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
}

.none {
	display: none;
}

dl{
	padding: 20px;
}

dt {
	font-style: oblique;
	font-weight: bold;
	float: left;
	margin: 0 5px 0 0;	
}

dd {
   font-size: 0.7em;
	color: #333;
	padding: 0 0 0 5px;
}

/* ----------------
	Hervorhebungen 
	----------------*/

#news {
	float: left;
	text-align: center;
}

#col1 {
	float: left;
	width: 300px;
	color: #000;
	background: #e3e7f6;
	border: 1px solid #000;
	font-weight: normal;
	padding: 5px;
	margin: 5px 5px 20px 10px;
	text-align: center;
}
	
#col2 {
   float: right;
	width: 300px;
	color: #000;
	background: #e3e7f6;
	border: 1px solid #000;
	font-weight: normal;
	padding: 5px;
	margin: 5px 10px 20px 5px;
	text-align: center;
}

.infobox300 {
	width: 300px;
	color: #000;
	background: #e3e7f6;
	border: 1px solid #000;
	font-weight: normal;
	padding: 5px;
	text-align: center;
}

.blauer-rahmen {
	width: 640px;
	color: #000;
	background: #e3e7f6;
	border: 1px dotted #5200a5;
	font-weight: normal;
	padding: 5px;
	text-align: center;
}

.heller-rahmen {
	width: 640px;
	color: #000;
	background: #E4D5AF;
	border: 1px dotted #5200a5;
	font-weight: normal;
	padding: 5px;
	text-align: center;
}

.roter-rahmen {
	width: 640px;
	color: White;
	background: Red;
	border: 1px dotted #5200a5;
	font-weight: normal;
	padding: 5px;
	text-align: center;
}

.christmas-rahmen {
	width: 640px;
	color: White;
	background: transparent url(../images/christmas_bg.jpg) repeat;
	border: 1px dotted #5200a5;
	font-weight: normal;
	padding: 5px;
	text-align: center;
}

.textmarker {
	background: #FFFFCC;
}

/* -------------------------
	Spezielles und Generelles 
	------------------------- */
html {
   background-color: White;	
}

body {
	font-size: 85%;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	text-align: center;
	line-height: 1.4em;
	margin-top: 5px;
}

h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, p, input, textarea, select {
	color: #333;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 20px;
	line-height: 1.2em;
}

h3.log {
	border-bottom: 1px solid #F26F01;
	clear: both;
}

p {
	margin: 15px 20px;
}

/* ------
	Listen 
	------ */
	
ul,li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
}

ul.circle {
	padding: 0 35px 0 35px;
	margin: 0;
	list-style-type: circle;
}

li.circle {
	padding: 0;
	margin: 0 0 5px 0;
	list-style-type: circle;
}

/*
	Copyright und Logos im Footer
*/

div #copyright {
   float:left;
	width: 210px;
	top: 0;
	text-align: left;
	background-color: #E6E6E6;
}

div #dablogo {
   float:left;
   padding-left:45px;
	width: 150px;
	height: 40px;
	top: 0;
	text-align: left;
	background-color: #EEEFFF;
	background: url(../images/logo/dab40x40.gif) no-repeat left top;
}

div #avbwlogo {
   float:left;
   padding-left:45px;
	width: 150px;
	height: 40px;
	top: 0;
	text-align: left;
	background-color: #EEEFFF;
	background: url(../images/logo/avbw40x40.gif) no-repeat left top;
}

div #schlierbachlogo {
   float:left;
   padding-left:45px;
	width: 200px;
	height: 40px;
	top: 0;
	text-align: left;
	background-color: #EEEFFF;
	background: url(../images/tsv/logo-tsv-schlierbach40.gif) no-repeat left top;
}

/* 
	Bilder 
	-------*/
	
img, a img {
	border: 0;
}

p img {
	margin: 10px 0 10px 0;	
}

/* Bild mit Rahmen */
img.Rahmen {
	padding: 3px;
	border: 1px solid #CED8E1;
	background: #fff;
	margin: 5px 0 15px 5px;
}

/* Bild rechts positionieren */
.bildRechts {
	float: right;
	padding: 3px;
	border: 1px solid #CED8E1;
	background: #fff;
	margin: 5px 0 0 5px;
}

/* Bild links positionieren */
.bildLinks {
	float: left;
	padding: 3px;
	border: 1px solid #CED8E1;
	background: #fff;
	margin: 5px 10px 0 0;
}

/* Bild links positionieren ohne Rahmen */
.bildLinksoR {
	float: left;
	padding: 3px;
	background: #fff;
	margin: 5px 10px 0 0;
}

/* ---------
	Container 
	--------- */
	
#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: White;
}

#header {
   position: relative;
	float: left;
	width: 960px;
	height: 145px;
	text-align: left;
}

#content {
	float: left;
	width: 593px;
	text-align: left;
/*	border-right: 1px solid #999;*/
}

#content-breit {
	float: left;
   width: 960px;
	text-align: left;
}

#sidebar {
	float: left;
	width: 367px;
	top: 0;
	text-align: left;
/*	font-size: 0.7em;*/
	background: White;
}

/* Abschlußbereich - footer */

#footer {
	float: left;
	height: 40px;
	width: 593px;
	border-top: 1px solid #999;
	padding-top: 5px;
	text-align: left;
	font-size: 75%;
	line-height: 1.1em;
	color: Black;
	background-color: #EEEFFF;
}

#footer-breit {
	float: left;
	height: 100px;
	width: 960px;
	border-top: 1px solid #999;
	padding-top: 5px;
	text-align: left;
	font-size: 75%;	
	line-height: 1.1em;
	color: Black;
	background-color: #E6E6E6;
}

#statistik {
	float: left;
	height: 40px;
	width: 367px;
	border-top: 1px solid #999;
	text-align: right;
	visibility: visible;
	color: Black;
	background-color: #EEEFFF;	
	font-size: 75%;
	line-height: 1.1em;
}

/* ----------------------
	Gestaltung der Sidebar
	---------------------- */

#sidebar h3 {
	border-bottom: 1px solid Red;
}

#sidebar p {
	font-size: 80%;
	line-height: 1.4em;
}

#sidebar img {
   z-index: 15;
}

/* -----
	Links 
	----- */
	
a {
	color: #3E00FF;
	font: bold "Courier New", Courier, monospace; /*	font-weight: bold;*/
/*	font-family: Courier monospace;*/
	text-decoration: none;
} 	
	
.roter-rahmen a {
	color: White; /* Link im roten Rahmen in weißer Farbe */
} 	

li.blau { 
	padding: 5px; 
	margin: 40px 40px; 
	background: #e3e7f6; 
	text-align: left; 
/*	overflow: hidden; */
	font-size: 1em; 
	line-height: 1.4em; 
}

li.blau img {
	margin: 0 15px 0 0;	
}

.white { 
	padding: 5px; 
	margin: 15px 40px; 
	background: #fff; 
	text-align: left; 
/*	overflow: hidden; */
	font-size: 1em; 
	line-height: 1.4em; 
}

li.white img {
	margin: 0 15px 0 0;	
}

/* ---------------
	Logo und Slogan
	--------------- */

#logo {
	position: absolute;
	top: 20px;
	left: -80px;
}	

#logo-small {
	position: absolute;
	right: 0px;
	bottom: 0px;
}	

#slogan {
	position: absolute;
	right: 50px;
	bottom: 0px;
	font-size: x-small;
}	

/* ----------
	Blockquote 
	---------- */

blockquote p {
	background-color: #E6E6E6;
	color: Black;
	margin: 15px 20px;
}

blockquote.im-Text {
	background-color: #E6E6E6;
	margin: 15px 40px;
}

/* -------
	Acronym
	------- */

acronym {
	cursor: help;
	border-bottom: 1px dotted #ccc;
}	
	
/* -------
	Trainer
	------- */
div #heike {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-left: 125px;
	width: 300px;
	top: 0;
	text-align: left;
	color: Black;
	background: url(../images/Personen/Heike2008-100x100.jpg) no-repeat left top;
	background-color: #E6E6E6;
}

div #volker {
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-left: 125px;
	width: 300px;
	top: 0;
	text-align: left;
	color: Black;
	background: url(../images/Personen/Volker2009-100x100.jpg) no-repeat left top;
	background-color: #E6E6E6;
}

/* ------------------------------------------
	Termine
	date-s: Termine in Schlierbach hervorheben
	------------------------------------------ */

span.date-s {
	background-color: #DDFFAC;
}
