/* =============== */
/* ! ALLGEMEINES   */
/* =============== */

html, body {
	margin:0;
	padding:0;
	text-align:center;
	height:100%;
}

body {
	margin:0;
	padding:0;
	background:#000 url('../img/master.png') top center no-repeat;
	font-family:tahoma, verdana, geneva, arial, helvetica, sans-serif; 
	font-size:13px;
	text-shadow:0px 1px 0px #fff;
	behavior:url(../scripts/ie-css3.htc);	/* fuck YOU, IE!!! */
	color:#3e3e3e;
	line-height:135%;
	cursor:default;
	overflow:visible;
	text-align:center;
}

img {border-width:0;}

br.clear {
	clear:both;
	height:0;
	line-height:0px;
}





/* =============== */
/* ! MAIN Layout   */
/* =============== */

#wrapper {
	margin:auto;
	padding:0px;
	width:898px;
	text-align:left;
}


div.wrapper_inner {
	float:left;
	position:relative;
	width:530px;
	margin:250px 0 0 184px;
	padding:0 0 30px 0;
	display:inline;
}

div.logo_01 {
	position:absolute;
	background:transparent url('../img/logo_01.png') top left no-repeat;
	width:898px;
	height:112px;
	left:-184px;
	top:-112px;
}

div.logo_02 {
	position:absolute;
	background:transparent url('../img/logo_02.png') top left no-repeat;
	width:39px;
	height:147px;
	right:-111px;
	top:0px;
}


div.content_top, div.content_bottom {
	float:left;
	background:transparent url('../img/content.png') 0 0 no-repeat;
	width:510px;
	height:43px;
	margin:25px 0 0 0;
	padding:0 20px 0 0;
	font-size:16px;
	line-height:33px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:right;
}
div.content_bottom {background-position:0px -43px; height:10px; margin:0;}


div.content_main {
	float:left;
	background:transparent url('../img/content_bg.png') 0 0 repeat-y;
	width:510px;
	margin:0;
	padding:15px 0 0 20px;
}





/* ========= */
/* ! LINKS   */
/* ========= */
	
a:link, a:active, a:visited, a:hover {
	font-family:tahoma, Verdana,Arial,Helvetica,Geneva,sans-serif;
	color:#009ec3;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	text-shadow:0px 1px 0px #fff;
	behavior:url(../scripts/ie-css3.htc);	/* fuck YOU, IE!!! */
}
a:hover {text-decoration:underline;}



a.link:link, a.link:active, a.link:visited,a.link:hover {
	font-family:tahoma, Verdana,Arial,Helvetica,Geneva,sans-serif;
	color:#34ade9;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	text-shadow:0px 1px 0px #fff;
	behavior:url(../scripts/ie-css3.htc);	/* fuck YOU, IE!!! */
}
a.link:hover {text-decoration:underline;}






/* ============= */
/* ! HEADLINES   */
/* ============= */

h1 {
	font-family:tahoma, Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size:2em;
	font-weight:normal;
}