/*****************************************************************************
 * project  | dorothea tübinger saxophon, http://www.dorothea-tuebinger-saxophon.de
 * author   | tobias baur, ingenieurbüro für medien und design, http://www.tobiasbaur.de      
 *
 * date     | 2009-05-25
 * file     | general.css
 * function | style-definition for all browsers
 *****************************************************************************/


/* 
Aufbau: 1. Kalibrierung
        2. Allgemeine Styles
        3. Styles für Layoutbereiche
        4. Sonstige Styles 
*/

/*====  1. Kalibrierung ===============================*/

* {
	padding: 0;
	margin: 0;
}
html {
	height: 101%;
}
h1, h2, h3, p, ul, ol {
	margin-bottom: 0.5em;
}
#kopfbereich h1 {
	margin-bottom: 0;
}
ol ul {
	margin-bottom: 0;
}
li {
	margin-left: 2em;
	margin-bottom: .2em;
	list-style: circle;
}
li a {
	display: inline-block; /* Zusätzlicher Leerraum in Listenlinks - IE6 Bug beheben! */
}
li a {
	display: block; /* Zusätzlicher Leerraum in Listenlinks - IE6 Bug beheben! */
}
/*====  2. Allgemeine Styles ===============================*/

body {
	background-color: #fefefe;
	background-image: url(../images/body.gif);
	background-repeat: repeat-x;
	color: #636161;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
h1 {
	font-size: 120%;
	color: #d40000;
	font-weight: bold;
}
h2 {
	font-size: 100%;
	color: #d40000;
	font-weight: bold;
}
h3 {
	font-size: 100%;
	color: #636161;
	font-weight: bold;
}
/* Hyperlinks */  

a {
	text-decoration: none;
	outline: none;
}
a:link, a:visited {
	color: #6d6c6b;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #d40000;
}
a.noline:link, a.noline:visited {
	color: #6d6c6b;
	text-decoration: none;
}
a.noline:hover, a.noline:focus, a.noline:active {
	color: #d40000;
	text-decoration: none;
}
#fussbereich a:link, #fussbereich a:visited {
	color: #9d9d9d;
	text-decoration: none;
}
#fussbereich a:hover, #fussbereich a:focus, #fussbereich a:active {
	color: #d40000;
	text-decoration: none;
}
#navibereich a:link, #navibereich a:visited {
	color: #6d6c6b;
	text-decoration: none;
	padding-right: 10px;
	display: block;
}
#navibereich a:hover, #navibereich a:focus, #navibereich a:active {
	color: #d40000;
	text-decoration: none;
	background-image:url(../images/wahlmarker.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
	padding-right: 10px;
}
.marker-navibereich {
	color: #d40000;
	text-decoration: none;
	padding-right: 10px;
	background-image:url(../images/marker.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
}
/*====  3. Styles für Layoutbereiche ===============================*/

#wrapper {
	width: 912px;
	margin: auto;
}
#kopfbereich {
	position: relative;
	padding: 0px 20px 10px 20px;
}
#navibereich {
	float: left;
	width: 110px;
	padding-right: 20px;
	margin-top: 20px;
	background: url("../images/menue-rapp.gif") repeat-y;
	background-position: right;
	text-align: right;
	line-height: 17px;
}
#navibereich ul {
}
#navibereich li {
	list-style: none;
	margin: 0;
}
#menue-oben {
	margin: 0 -20px 0 0;
}
#menue-unten {
	margin: 0 -20px 0 0;
}
#headline {
	padding: 0px 80px 0px 40px;
	margin-left: 190px;
	margin-top: 20px;
}
#textbereich {
	padding: 0px 80px 0px 40px;
	margin-left: 190px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url("../images/content-rapport.gif") repeat-y;
}
#textbereich-content {
	margin: 0px;
	padding: 0px 40px 0px 0px;
}
#txt-oben {
	margin: 0 0 0 -40px;
}
#txt-unten {
	margin: 0 0 0 -40px;
}
#fussbereich {
	padding: 10px 20px 20px 230px;
	margin-top: 20px;
}
#logo {
	margin: 11px 0 0 0;
	float: right;
}
#bilderleine {
	width: 695px;
	padding: 23px 0 0 150px;
	clear: both;
}
address {
	font-size: 80%;
	font-style: normal;
	color: #9d9d9d;
	text-align: left;
}
.img-left {
	padding: 2px;
	border: 1px solid #CCC;
	margin-right: 15px;
}
.img-right {
	padding: 2px;
	border: 1px solid #CCC;
	margin-left: 10px;
	margin-bottom: 10px;
}
/*====  4. Sonstige Styles ===============================*/


.red {
	color: #d40000;
}
/* hide hack from Mac-IE5 \*/
* html #textbereich, #headline {
	height: 1%;
}
/* end hiding */

.name {
	color: #5c97d8;
}
#audioplayer1 {
	outline: none;
}
#audioplayer2 {
	outline: none;
}
#audioplayer3 {
	outline: none;
}
#audioplayer4 {
	outline: none;
}
#audioplayer5 {
	outline: none;
}
