@charset "utf-8";
/* CSS Document */

*{
	border:0px solid #FFF;
	margin:0;
	padding:0;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
html,body,#bg,#bg table,#bg td{width:100%;height:100%;overflow:hidden}

/* Hintergrundbild */
#bg div{position:absolute;width:200%;height:200%;top:-50%;left:-50%}
#bg td{vertical-align:middle;text-align:center}
#bg img{min-height:50%;min-width:50%;margin:0 auto}


/* Dummy */
#wrap {
	top : -1px;
	width : 100%;
	height : 100%;
	overflow : auto;
	z-index : 70;
	position: absolute;
}

/* To-Menü */
#navigation {
	height: 40px;
	top: 30px;
	background-color: #1C120E;
}

#logo {
	width: 900px;
	float: left;
	position: relative;
	top: 10px;
	left: 20px;
}

#logo a:link, #logo a:visited {
	color:#FFCC00;
	text-decoration: none;
	font-size: 24px;
}

#menu {
	width: 800px;
	float: right;
	position: relative;
	top: 25px;
	right: 20px;
	text-align: right;
}

#menu a:link, #menu a:visited {
	padding-right: 5%;
	color: #CCC;
	text-decoration: none;
}

#menu a:hover {
	color: #F06;
}

#menu strong {
	padding-right: 5%;
	font-weight: normal;
	color:#FFFFFF;
}


#openissue {
	position: relative;
	top: 50%;
	left: 50%;
	width: 300px;
	background-color: #000;
}


#content {
	position: relative;
	top: 10%;
	left: 80px;
	width: 370px;
	background-color: #1C120E;
	padding: 30px;
	margin-bottom: 20px;
	color: #FFFFFF;
}

#content h1 {
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #FFFFFF;
	border-bottom: 1px dotted #333;
	font-weight: normal;
}

#content h1 strong {
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #FFFFFF;
}


p {
padding: 8px 0px;
}


a:link, a:visited {
color: #FFCC00;
text-decoration: none;
}

a:hover {
color: #FFFFFF;
}

