/* Farben

*/

/* Resets */
* {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

body, html {
	height: 100%;
}

/* Allgemeine Regeln für Tags */
body {
	background-color: #FFFFFF;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

h1 {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

h2 {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 10px;
	letter-spacing: 1px
}

h3 {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
	letter-spacing: 1px
}

h4, h5, h6 {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 2px;
}

p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 12px;
}

table {
	margin-bottom: 12px;
}

td {

}

ul, ol {
	margin-left: 20px;
	margin-bottom: 12px;
}

li {
	margin-bottom: 3px;
}

a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

/* Allgemeine Klassen */
table.table_noborder td {
	padding: 3px 5px 3px 0px;
}

table.table_border{
	border-collapse: collapse;
	margin-bottom: 12px;
}

table.table_border td {
	padding: 3px 5px 3px 5px;
	border: 1px solid #000000;
}

/* Layout-Bereiche: Divs und spezifische Regeln dazu */
#container {
	width: 960px;
	margin: 0px auto 5px auto;
}

#header {
	padding-top: 43px;
	height: 127px;
}

#header_left {
	float: left;
	width: 131px;
	height: 93px;
	padding-left: 30px;
	
}

#header_left h1 {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	text-indent: -2300px;
}

#header_left h1 a {
	text-decoration: none;
	font-size: 9px;
	line-height: 9px;
	display: block;
	background-image: url(../images/3D3W_logo.gif);
	background-repeat: no-repeat;
	width: 131px;
	height: 93px;
	border: none;
}

#header_right {
	width: 300px;
	height: 93px;
	margin-left: 191px;
	background-image: url(../images/header_right.gif);
	background-repeat: no-repeat;
}

#header_right p {
	text-indent: -2000px;
}

#stage {
	
}

/* Dieses Bild ist neutral (weiss) im Hintergrund, nur für das Menu
hat es den grauen Hintergrund */
.gallery_background {
	background-image: url(../bg_seiten/gallery_bg.gif);
	background-repeat: no-repeat;
}

#content {

}

/* Für den Div content gibt es Klassen für alle Fälle (Menu - kein Menu, etc.) */
/* Raum für den Text */
.textbox {
	float: left;
	width: 460px;
	height: 510px;
	margin: 30px 0px 10px 30px;
	overflow: auto;
}

#innerText {
	padding: 20px 20px 50px 20px;
}

/* Raum für die Thumbnail-Übersicht in den Galerien */
.imagebox_thumbs {
	float: left;
	width: 721px;
	overflow: hidden;
}

/* Raum für die Bilder der Einzel-Bildansicht, Achtung: hier hat es kein Menu
rechts, deshalb auch kein float !!! */
.imagebox_single {
	width: 960px;
	height: 540px;
	overflow: hidden;
}

/* Bildlegende, einzelnes Bild */
#Bildlegende {
	height: 32px;
	padding: 18px 10px 0px 40px;
	font-size: 14px;
	letter-spacing: 1px;
	position: relative;
	top: -50px;
	z-index: 5000;
	background-image: url(../images/bg_trans.png);
}

#gallery_div {
	width: 2000%;
}

table.thumbs_table {
	width: 721px;
	float: left;
	margin-bottom: 10px;
}

table.thumbs_table td {
	height: 108px;
	width: 187px;
}

table.thumbs_table td.unterste_Zeile {
	height: 90px;
}

/* Navigationselement für die Thumbnail-Übersicht (Pfeile hin- und her) */
table.gallerie_navi {
	margin-top: 8px;
}

td.td_anfang {
	width: 25px;
	font-weight: bold;
	font-size: 20px;
}

a.a_anfang {
	border: none;
}

td.td_pfeil_links, td.td_pfeil_rechts {
	width: 20px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

a.a_pfeil_links {
	display: block;
	width: 16px;
	height: 20px;
	background-image: url(../images/pfeil_nach_links.gif);
	background-repeat: no-repeat;
	border-bottom: none;
	text-indent: -2000px;
}

/* Pagination Thumbnail-Panels mittleres Feld */
td.td_auswahl {
	padding: 4px 10px 3px 10px;
	background-color: #E4E4E4;
	width: 150px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
}

/* Pagination Einzelbilder mittleres Feld */
td.td_auswahl_breit {
	padding: 4px 10px 3px 10px;
	background-color: #E4E4E4;
	width: 150px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
}

td.td_auswahl_breit a {
	display: block;
}

a.a_pfeil_rechts {
	display: block;
	width: 18px;
	height: 20px;
	background-image: url(../images/pfeil_nach_rechts.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom: none;
	text-indent: -2000px;
}

a.a_anfang:hover, a.a_pfeil_links:hover, a.a_pfeil_rechts:hover {
	
}

/* Menus, unterteilt nach oben und unten */
#menu {
	margin-left: 770px;
	width: 160px;
	padding-top: 50px;
	
}

#menu ul {
	list-style-type: none;
	margin: 0px;
}

#menu ul a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	display: block;
	letter-spacing: 1px;
	border: none;
}

#menu ul a:hover, #menu ul a.active {
	color: #FFFFFF;
	background: rgb(153, 153, 153);
	background: rgba(0, 0, 0, 0.3);
}

ul.menu_oben {
	
}

ul.menu_oben li {
	margin-bottom: 0px;
}

ul.menu_oben li a {
	padding: 4px 0px 4px 20px;
	
}

ul.menu_unten {
	padding-top: 10px;
}

ul.menu_unten li {
	margin-bottom: 0px;
}

ul.menu_unten li a {
	padding: 4px 0px 4px 35px;
}

#footer {

}

#footer.footer_einzelbild {
	position: relative;
	top: -50px;
}

#footer_left {
	width: 400px;
	float: left;
}

#footer_right {
	margin-left: 400px;
}

#footer_right p {
	text-align: right;
	padding: 18px 20px 5px 0px
}


 






