body {
	margin: 0;
	padding: 0;
	background: url(../images/site_background.jpg) repeat #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	}

a:link, a:visited, a:active {
	color: #999999;
	font-weight: bold;
	}

a:hover {
	color: #cc0000;
	}
	
/* Container */
.p2y_container {
	position: absolute;
	left: 50%;
	margin-left: -410px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.p2y_container img {
	display: block;
	}

/* Menu */
.p2y_menu {
	float: left;
	width: 782px;
	margin-left: 9px;
	background: url(../images/navi_background.png) repeat-x #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	text-transform: uppercase;
	color: #000000;
	padding: 0;
	font-size: 0.85em;
	}

.p2y_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
	}
	
.p2y_menu li {
	float: left;
	}

.p2y_menu ul li a {
	padding: 8px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}

.p2y_menu ul li a:hover {
	color: #000033;
	background: url(../images/navi_background_hover.png) repeat-x #FFFFFF;
	}

/* Content */
.p2y_content {
	float: left;
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 1em;
	width: 782px;
	margin-left: 9px;
	font-size: 0.9em;
	}
	
/* Content (Left) */
.p2y_content_left {
	float: left;
	margin-left: 45px;
	margin-top: 2em;
	width: 228px;
	}

.p2y_content_left img {
	float: left;
	}

/* Content (Middle) */
.p2y_content_middle {
	float: left;
	margin-top: 3.5em;
	margin-left: 20px;
	font-size: 0.85em;
	line-height: 1.5em;
	width: 410px;
	}

.p2y_content_middle_portfolio img {
	display: inline;
	}
	
/* Bottom */
.p2y_bottom {
	clear: both;
	margin-left: 9px;
	width: 782px;
	background: url(../images/navi_background_hover.png) repeat-x #FFFFFF;
	border-bottom: 4px solid #000033;
	color: #CCCCCC;
	padding-bottom: 6px;
	font-size: 0.8em;
	text-align: center;
	}

/* Lightbox */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* Kontakt-Form */
#kontakt td {
	padding: 0.3em;
	}

#kontakt-data tr {
	border-bottom: 1px solid #999999;
	}

input {
	border: #000033 1px solid;
	background: #FFFFFF;
	color: #000000;
	font-size: 0.95em;
	}

textarea {
	border: #000033 1px solid;
	background: #FFFFFF;
	color: #000000;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#checkbox {
	border: none;
	background: #FFFFFF;
	}
