/* 
	Projekt:				Jan Wagner Design
	Zuletzt bearbeitet:		Jan Wagner
	Datum:					15.04.2010

---------------------------------------------------------------- */

html {
	overflow-y:scroll;
	overflow-x:hidden;
}
html, body, div, h1, h2, h3, h4, ul, ol, li, span, a, table, td, form, fieldset, img, p, h1, h2, h3, h4, h5, h6 {
	border: 0;
	margin: 0;
	padding: 0;
}
a, #content a, #specials a {
	text-decoration: none;
	color:#505050;
}
a:hover, #content a:hover, #specials a:hover {
	text-decoration: underline;
	color:#ffffff;
}
a:focus {
	outline: none;
	border:none;
}
p {
	margin:0 0 10px 0
}
p.p5 {
	margin-bottom:5px;
}
p.p10 {
	margin-bottom:10px;
	line-height:22px;
}
p.p20 {
	margin-bottom:20px;
}
p.p30 {
	margin-bottom:30px;
}
p.p40 {
	margin-bottom:40px;
}
p.p50 {
	margin-bottom:50px;
}
strong {
	color:#ffffff
}
.refbox .nav h2 {
	text-transform:uppercase;
	font-size:11px;
}
.box h2 {
	text-transform:uppercase;
	font-size:14px;
	margin:0 0 7px 0;
}
hr, .division {
	margin:15px 0 15px 0;
	line-height:0px;
	font-size:0px;
	border:none;
	background:url(../images/division.jpg) repeat-x center;
	height:2px;
}
body#jwd {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:19px;
	min-height:710px;
	color:#a6a6a6;
	text-shadow:1px 1px #000;
	background:#000;
}
.hidden {
	display:none;
}
.fixfloat {
	clear:both;
	margin:0;
	padding:0;
	height:0px;
	line-height:0px;
	font-size:0px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	margin:0 auto
}
/* ################################################# */ 
/* -------------------- Wrapper -------------------- */
/* ################################################# */ 
#flash_content {
	width:100%;
	height:1200px;
	position:fixed;
	z-index:50;
	background:#000;
}
#wrapper {
	position:absolute;
	width:550px;
	left:50%;
	margin-left:-275px;
	z-index:100;
}
/* ################################################# */ 
/* ---------------------- Menu --------------------- */
/* ################################################# */ 
#menu_wrapper {
	position:fixed;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	width:550px;
	height:18px;
	padding:5px 0 0 0;
	left:50%;
	margin:0 0 0 -275px;
	top:0;
	background:#040404;
	/*background:url(../images/menu_background.png) no-repeat;*/
	z-index:1000;
}
/* ################################################# */ 
/* ---------------------- Logo --------------------- */
/* ################################################# */
#logo {
	width:550px;
	height:250px;
	background:url(../images/logo.png) no-repeat center
}
#logo a {
	display:block;
	text-indent:-9999px;
	width:550px;
	height:230px;
}
/* ################################################# */ 
/* ------------------ Referenzen ------------------- */
/* ################################################# */ 
.refbox {
	width:550px;
	padding:14px 0 14px 0;
	margin:0 0 25px 0;
	background:url(../images/refbox_background.png) no-repeat top;
}
.refbox .image {
	width:520px;
	height:200px;
	margin:0 0 18px 14px;
}
.refbox .nav {
	width:550px;
	height:25px;
	background:url(../images/refbox_nav.png) no-repeat;
}
.refbox .nav a {
	display:block;
	width:122px;
	height:20px;
	background: url(../images/refbox_nav_link.png) no-repeat right center;
}
.refbox .nav a:hover {
	background: url(../images/refbox_nav_link_r.png) no-repeat right center;
	color:#FFF !important;
	text-decoration:none !important;
}
.refbox .nav .left {
	padding:2px 0 0 15px;
}
.refbox .nav .right {
	padding:2px 8px 0 0;
}
.screenshot {
	float:left;
}
.screenshot.one {
	margin:0 14px 0 0;
}
.screenshot.two {
	margin:0 0 0 0;
}
.screenshot.three {
	margin:14px 14px 0 0;
}
.screenshot.four {
	margin:14px 0 0 0;
}
.ads {
	padding:10px 0 0 0
}
.refbox, .box, /*#menu_wrapper,*/ .pagebrowser, .linklist {
	opacity:0.5;
	filter:alpha(opacity=50);
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px;
	-moz-box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px;
	box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px;
}
.refbox:hover, .box:hover, /*#menu_wrapper:hover,*/ .pagebrowser:hover, .linklist:hover {
	opacity:1.0;
	filter:alpha(opacity=100)
}
/* ################################################# */ 
/* ----------------- Pagebrowser ------------------- */
/* ################################################# */ 
.pagebrowser {
	width:550px;
	height:25px;
	margin:0 0 14px 0;
}
.pagebrowser .left {
	padding:2px 0 0 15px;
}
.pagebrowser .right {
	padding:2px 8px 0 0;
}
/* #################################################### */ 
/* -------------------- linklist ---------------------- */
/* #################################################### */ 
.linklist {
	width:550px;
	height:25px;
	margin:0 0 14px 0;
	text-align:center;
	font-size:13px;
	line-height:24px;
}
.linklist ul {
	list-style:none;
}
.linklist li {
	display:inline
}
.linklist li a {
	margin:0 10px;
}
/* ################################################# */ 
/* ---------------------- Box ---------------------- */
/* ################################################# */ 
.box {
	margin:0 0 29px 0;
}
.box .box_top {
	width:550px;
	height:14px;
	background:url(../images/box_background_top.png) no-repeat;
}
.box .box_middle {
	overflow:hidden;
	width:522px;
	padding:0 14px;
	background:url(../images/box_background_middle.png) repeat-y;
}
.box .box_middle li {
	list-style:none;
	display:block;
	background:#0e0e0e;
	padding:2px 7px;
	margin:0 0 1px 0;
}
.box .box_middle li a {
	display:block;
	text-decoration:none !important;
}
.box .box_middle li:hover {
	background:#151515;
}
.box .box_bottom {
	width:550px;
	height:14px;
	background:url(../images/box_background_bottom.png) no-repeat;
}
/* ################################################# */ 
/* -------------------- Input ---------------------- */
/* ################################################# */ 

input.text, textarea.text {
	width: 75%;
	background: #0e0e0e;
	border: none;
	height: 22px;
	padding: 2px 7px 0;
	color: #fff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

textarea.text {
	width: 95%;
	height: 150px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
}

input.captcha {
	width: 150px;
	background: #0e0e0e;
	border: none;
	height: 18px;
	padding: 8px 10px 0;
	color: #fff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.captcha {float:left; margin:1px 7px 0 0;}

button.button {
	background: none;
	border: none;
	height: 30px;
	color: #fff;
}

input.button {
	height: 30px;
	border: 1px solid #870120;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #fff;
	background: url(../images/bg-input-button.png);
	cursor:pointer;
}