@charset "UTF-8";
/* CSS Document */

body {
	height: 900px;
	background-image: url(Bilder/hintergrund_2.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;	
}

/*-------------------------------------------
Content -- mit angabe der Transparenz
-------------------------------------------*/


#inhalt {
	width: auto;
	background-image: url(Buttons/black_30.png);
	background-repeat: repeat;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	overflow: auto;
}

#inhalt90 {
	background-image: url(Buttons/black_30.png);
	background-repeat: repeat;
	width: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

#inhalt80 {
	background-image: url(Buttons/black_30.png);
	background-repeat: repeat;
	width: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

#inhalt70 {
	background-image: url(Buttons/black_30.png);
	background-repeat: repeat;
	width: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

#inhalt60 {
	background-image: url(Buttons/black_30.png);
	background-repeat: repeat;
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

#inhalt50 {
	background-image: url(Buttons/black_30.png);
	background-repeat: repeat;
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

#inhalt40 {
	background-image: url(Buttons/black_30.png);
	background-repeat: repeat;
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

#inhalt30 {
	background-image: url(Buttons/black_30.png);
	background-repeat: repeat;
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

#inhalt20 {
	width: auto;
	background-image: url(Buttons/black_30.png);
	background-repeat: repeat;
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

#inhalt10 {
	width: auto;
	background-image: url(Buttons/black_30.png);
	background-repeat: repeat;
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}


#tab_inhalt {
}

#navi {
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	text-align: right;
	color: #666666;
}

#menue {
	width: 960px;
	height: 35x;
	background-image: url(Buttons/back.png);
	background-repeat: repeat;
}

#footer {
	width: 960px;
	height: 35px;
	background-image: url(Buttons/back.png);
	background-repeat: repeat;
}

/*-------------------------------------------
Content -- für die studio gallery
-------------------------------------------*/


#gallery {
	vertical-align: top;
	background-image: url(Buttons/black_60.png);
	background-repeat: repeat;
	width: auto;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}


/*-------------
Bilder
--------------------*/

img {
	float: none;
}

.bild_links {
	float: left;
	margin: 2px 50px 40px 2px;
}

.bild_rahmen {
	float: none;
	margin: 0px 20px 5px 0px;
	border: 1px;
	border-style:solid;
	border-color: #999999;
}

.bild_rechts {
	float: right;
	margin-right: 100px;
	margin-top: 10PX;
}


.bilder_weit {
	margin: 10px;
}

.bilder_mittel {
	margin: 5px;
}

.bilder_eng {
	margin: 2px;
}

/*-------------
Typographie
--------------------*/

p {
	padding-bottom: 8px;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	color: #990000;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #990000;
}

.klein {
	font-size: 11px;
	line-height: normal;
}

.klein_ohne_rot {
	font-size: 11px;
	color: #666666;
}
.klein_ohne_rot a:link, .klein_ohne_rot a:visited {color: #666666; text-decoration: underline; font-weight:normal;}
.klein_ohne_rot a:hover, .klein_ohne_rot a:active {color: #CCCCCC; text-decoration: none; font-weight: normal;}
	

.sehr_klein {
	font-size: 10px;
	line-height: normal;
}

.gross {
	font-size: 13px;
}

.navi {
	font-size: 12px;
	color: #666666;
	line-height: normal;
}

.navi a:link, .navi a:visited {color: #666666; text-decoration: underline; text-transform:none;}
.navi a:hover, .navi a.active {color: #999999; text-decoration: none;}

.kursiv {
	font-style: italic;
	line-height: normal;
}

.fett {
	font-weight: bold;
}

.tabellen_text {
	padding-right: 30px;
	list-style: decimal;
}

.tabellen_text_2 {
	padding-left: 30px;
}

li {
	list-style-position:outside;
}


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

a:link {
	text-transform: none;
	text-decoration: underline;
	color: #990000;
	font-weight: normal;
}
a:visited {
	text-decoration: underline;
	color: #990000;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: underline;
}


