
/* ############################################################
#                                                             #
#               allgemeine Definitionen                       #
#                                                             #
############################################################ */


html, body {
	height: 		95%;
	width:			98%;
	background:		#000;
	font-family:	Trebuchet MS,Trebuchet,Verdana,Arial,Sans-Serif;
	font-size:		12px;
	background:		#000;
	color:			#808080;
}

/* Wrapper/Container für die gesamte Website */
.wrapper {
	position:		absolute;
	width:			780px;
	height: 		580px;
	padding:		0px;
	text-align:		center;
	border: 		0px;
	background-color:#000;
	color: 			#333;
	left: 			50%;
	top: 			50%;
	margin-left: 	-390px;
	margin-top: 	-277px;
}

/* Wrapper/Container für den Content+Navigation inkl. Rahmenlinie */
.contentwrapper {
	position:		relative;
	width:			780px;
	height:			535px;
	overflow:		hidden;
	border:			1px solid #333;
	text-align:		center;
}

/* Logo oben mitte */
.logo {
	margin-bottom:	2px;
}

/* Inhalt */
.content {
	position:		absolute;
	left:			15px;
	top:			10px;
	width:			750px;
	height:			480px;
	overflow-x:		hidden;
	overflow-y:		auto;
	font-size:		12px;
	font-family:	Trebuchet MS,Trebuchet,Verdana,Arial,Sans-Serif;
	color:			#666;
	text-align:		left;
}

/* Überschrift 1 - H1 */
.content .caption1 {
	width:			745px;
	background:		#111;
	padding-left:	5px;
}

/* Thumbnail-Bilder im Ausfahr-Menü */
.contentpicnavi {
	position:		absolute;
	left:			770px;
/*	left:			500px; // zum Testen ins "Infield" setzen */
	top:			10px;
	width:			200px;
	height:			480px;
	overflow:		hidden;
	text-align:		left;
/*	background:		#444;*/
	z-index:		10;
}
.picnavi {
	position:		absolute;
	left:			10px;
	top:			0px;
	width:			184px;
	height:			480px;
	overflow:		hidden;
/*	background:		#000;*/
	z-index:		15;
}
.contentpicwrapper {	/* Wrapper-Div für ContentPic */
	width:			750px;
	height:			480px;
	overflow:		hidden;
	margin:			0px;
}
.contentpic {	/* default-Darstellung 0% sichtbar */
	filter:			alpha(opacity=0);
	-moz-opacity:	0.0;
	opacity:		0.0;
	overflow:		hidden;
}
.contentpicdesc {
	position:		absolute;
	top:			0px;
	left:			0px;
	width:			150px;
	height:			20px;
	/*background:		#000;*/
	color:			#555;
	font-size:		15px;
	font-weight:	bold;
	text-align:		left;
	filter:			alpha(opacity=0);
	-moz-opacity:	0.0;
	opacity:		0.0;
}
.picnavi .preview {	/* default-Darstellung in 20% sichtbar */
	filter:			alpha(opacity=40);
	-moz-opacity:	0.4;
	opacity:		0.4;
}
.picnavibalken_img {	/* Bildnavigation-Balken */
	filter:			alpha(opacity=50);
	-moz-opacity:	0.5;
	opacity:		0.5;
}

/* Navigation-Container */
.navigation {
	position:		absolute;
	left:			15px;
	top:			495px;
	width:			750px;
	height:			35px;
	overflow:		hidden;
	background:		#000;
	text-align:		left;
}

/* Navigation 1 - Hauptnavigation */
.nav1 {
	position:		relative;
	left:			0px;
	top:			0px;
	width:			750px;
	height:			20px;
	background:		#000;
}

/* Subnavigation-Container */
.subnavigation {
	position:		absolute;
	left:			0px;
	top:			17px;
	width:			750px;
	height:			25px;
	background:		#000;
	text-align:		left;
	padding-top:	1px;
	padding-left:	53px;	/* Abstand, damit Untermenü direkt unter Portfolio erscheint */
}

/* Navigation 2 - Unternavigation 1 */
.nav2 {
	position:		relative;
	left:			0px;
	top:			0px;
	height:			20px;
	float:			left;
}

/* Navigation 3 - Unternavigation 2 */
.nav3 {
	position:		relative;
	left:			0px;
	top:			0px;
	height:			20px;
	float:			left;
}

/* Navigation 4 - Unternavigation 3 */
.nav4 {
	position:		relative;
	left:			0px;
	top:			0px;
	height:			20px;
	float:			left;
	background:		#000;
}

/* Footer (C)/Impressum/etc. */
.footer {
	position:		relative;
	width:			780px;
	height:			15px;
	font-size:		11px;
	line-height:	15px;
	overflow:		hidden;
	text-align:		center;
	margin-top:		2px;
}
.footer a, .footer a:visited {
	color:				#333;
}
.footer a:hover {
	color:				#666;
}


a, a:visited {
	text-decoration:	none;
	color:				#666;
}
a:hover {
	text-decoration:	underline;
	color:				#999;
}

/* ---------- headlines ------------- */
h1, h2, h3, h4 {
	margin:		0;
	padding:	0px;
	display:	block;
}
h1 {
	font-size:		16px;
	font-weight:	bold;
}
h2 {
	font-size:		14px;
	font-weight:	bold;
}
/* ---------- //headlines ------------- */


/* ---------- diverse tags ------------- */
p, form {
	margin:		0;
	padding:	0px;
}
img, a img {
	margin:		0;
	padding:	0px;
	border:		0px;
}
table, tr, td {
	margin:		0;
	padding:	0px;
}
dd, dl, dt {
	margin:		0;
	padding:	0px;
}
hr.trennlinie {
	height: 1px; color: #777; text-align: center; width: 100%;
}
hr.blue {
	height: 1px; color: #1d2d4b; text-align: center; width: 100%; border: 0px; background: #1d2d4b;
}
/* ---------- //diverse tags ------------- */

