@charset "UTF-8";

/*-------Generelles--------*/
* {
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: left;
	background: transparent;
	border: 0;
	}
	
body {
	background-color:black;
	color:#eaeabb;
	font-family:Arial;
	font-size:16px;
	line-height: 20px;
	width: 100%;
	}
	
/*-------Bereiche--------*/
#Logo {
	text-align: center;
	background: url("http://www.dragonblood-creations.de/Schriftzug.gif") center 90px repeat-x;
	}
	
#MetalLeft {
	position: absolute;
	top: 0;
	left: 0;
	}
	
#MetalRight {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	}
	
#Frame {
	position: absolute;
	top: 190px;
	left: 250px;
	}
	
#Content {
	margin: 4px 5px;
	width: auto;
	position: relative;
	top: 0;
	left: 0;
	min-width: 485px;
	}
	
#Copy {
	padding: 20px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	}
	
#DownloadsHeader {
	border-top: 4px solid #000; 
	border-right: 0;
	padding-bottom: 15px;
	border-left: 0;
	line-height: 27px;
}
	
#WEAGHeader {
	border-top: 4px solid #000; 
	border-right: 0;
	padding-bottom: 15px;
	border-left: 0;
	line-height: 27px;
}
	
#enhover {
	background: url('http://www.dragonblood-creations.de/Rahmen/Rand-OR22.jpg') no-repeat center;
	}
	
#enhover:hover {
	background: url('http://www.dragonblood-creations.de/Rahmen/Rand-OR22h.jpg') no-repeat center;
	}
	
#dehover {
	background: url('http://www.dragonblood-creations.de/Rahmen/Rand-OL22.jpg') no-repeat center;
	}
	
#dehover:hover {
	background: url('http://www.dragonblood-creations.de/Rahmen/Rand-OL22h.jpg') no-repeat center;
	}
	
.breitmacher {
	width: 1px;
	overflow: hidden;
	color: #000;
	height:1px;
	padding: 0;
	}
	
* html .breitmacher {
	font-weight:bold;
	width:auto;
	overflow:hidden;
	color:#000000;
	height:1px;
	padding: 0;
	}
	
	
/*-------Überschriften/Text--------*/
h1 {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	clear: left;
	padding-top: 6px;
	}
	
h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	line-height: 40px;
	color: #eeeeff;
	clear: left;
	padding: 0 0 7px 0;
	}
	
h3 {
	font-family: Arial;
	font-weight: bold;
	font-size: 14pt;
	line-height: 3pt;
	color: #d0d0ff;
	}
	
a {
	font-weight: bold;
	font-style: normal;
	color: #bbbbff;
	text-decoration: none;
	cursor: pointer;
	vertical-align: baseline;
	}
	
a:visited {
	font-weight:bold;
	color:#66668f;
	text-decoration: none;
	}
	
a:hover {
	font-weight:bold;
	color:#aa2222;
	text-decoration: underline;
	}
	
a:active {
	font-weight:bold;
	color:#990000;
	text-decoration: underline;
	}
	
/*-------Elemente--------*/
table {
	border-collapse: collapse;
	}
	
table.jobtable td {
	padding: 3px;
	border: 1px solid #eaeabb;
	}
	
th {
	font-weight:bold;
	font-style: italic;
	padding: 4px;
	}
	
div.line {
	background: url("http://www.dragonblood-creations.de/Rahmen/Linie.jpg") center repeat-x;
	text-align: center;
	margin: 6px 0px;
	clear: both;
	height:20px;
	}
	
dl dt {
	font-style: italic;
	padding: 8px 0 0 0;
	}

dl dd {
	text-align: right;
	padding: 0 0 16px 48px;
	}
	
p {
	padding: 4px 0px;
	text-indent: 5px;
	}
	
img {
	border: 0;
	padding: 0;
	margin: 0;
	}
	
img.Sublink {
	margin-left: 32px;
	}
	
.Bild {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	}
	
img.RahmenBild {
	padding: 4px;
	background-image: url("http://www.dragonblood-creations.de/Rahmen/Bilderrahmen.jpg");
	background-repeat: no-repeat;
	border-right: 4px solid black;
	border-bottom: 4px solid black;
	}
	
img.NewsBild {
	float: left;
	}
	
img.RahmenScreenshot {
	padding: 4px;
	background-image: url("http://www.dragonblood-creations.de/Rahmen/Screenshotrahmen.jpg");
	background-repeat: no-repeat;
	}
	
div.Screenshot {
	float: left;
	width: 188px;
	padding: 15px 0;
	}
	
ul {
	list-style: url( "http://www.dragonblood-creations.de/Rahmen/List.gif" ) inside;
	padding-left: 30px;
	padding-bottom: 4px;
	margin-top: -3px;
	}
	
ul.Hirarchy {
	list-style-image: url( "http://www.dragonblood-creations.de/Rahmen/Hirarchy.jpg" );
	list-style-position: inside;
	font-weight: bold;
	color: #fff;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
ul.Hirarchy li {
	float: left;
	margin: 0px 3px;
	}
	
.Hirarchy a {
	color: #fff;
	text-decoration: underline;
	}
	
.Hirarchy a:visited {
	color: #fff;
	text-decoration: underline;
	}
	
.Hirarchy a:hover {
	color: #ccc;
	text-decoration: underline;
	}
	
.News {
	margin: 8px 0px;
	position: relative;
	top: 0;
	right: 0;
	}
	
.Download {
	position: relative;
	top: 0;
	right: 0;
	}
	
.Download a {
	padding-right: 40px;
	}
	
ul.Sections {
	font-weight: bold;
	color: #fff;
	padding-left: 5px;
	margin-top: 5px;
	list-style: none;
	margin-bottom: 10px;
	
	}
	
ul.Sections li {
	background: url('http://www.dragonblood-creations.de/Rahmen/Sections.gif') top left no-repeat;
	margin-left: 2px;
	margin-right: 5px;
	padding-left: 22px;
	float: left;
	}
	
.Sections {
	clear:left;
	font-weight: bold;
	color: #fff;
	}
	
.Sections a {
	color: #fff;
	text-decoration: underline;
	}
	
.Sections a:visited {
	color: #fff;
	text-decoration: underline;
	}
	
.Sections a:hover {
	color: #ccc;
	text-decoration: underline;
	}
	
.ProjcampSections {
	clear:left;
	font-weight: bold;
	color: #fff;
	}
	
.ProjcampSections a {
	clear:left;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
	}
	
.adminlink {
	float: right;
	padding: 5px;
	clear: both;
	}
	
.Mitglied {
	float: left;
	padding: 6px 10px;
	width: 200px;
	height: 100px;
	}

.Karteninfo {
	font-family: "Times New Roman", serif;
	font-size: 14px;
	color: #fff;
	font-style: italic;
	font-weight: normal;
	vertical-align: baseline;
	}

.Karteninfofett {
	font-family: "Times New Roman", serif;
	font-size: 14px;
	color: #fff;
	font-style: italic;
	font-weight: bold;
	vertical-align: baseline;
	}
	
h1 a:link {
	color: #fff;
	text-decoration: underline;
	}
	
h1 a:visited {
	color: #fff;
	text-decoration: underline;
	}
	
h1 a:hover {
	color: #ccc;
	text-decoration: underline;
	}

form h1 {
	padding-top: 16px;
	}
	
form h2 {
	line-height: 24px;
	padding-bottom: 0px;
	}
	
.Steckbrief {
	float: right;
	width: 320px;
	padding: 8px;
	background-color: #000000;
	}
	
* html .Steckbrief {
	float: none;
	position: absolute;
	top: 0;
	right: 0px;
	}
	
.Steckbriefwerte {
	 position: absolute;
	 top: 13px;
	 right: 7px;
	 text-align: right;
	 width: 320px;
	 }
	
.Steckbrief h1 {
	clear: none;
	padding-bottom: 5px;
	}
	
* html .Details {
	margin-right: 320px;
	}
	
.Download h1 {
	clear: none;
	padding-bottom: 5px;
	}
	
.fsfertig {
	color: #f00;
	font-weight: bold;
	}
	
.fsrest {
	color: #fff;
	font-weight: bold;
	}

.Projekt h1 {
	clear: none;
	}
	
.Hinweis {
	border: 2px #fff dotted;
	padding: 5px;
	}

.Hinweis strong {
	font-weight: normal;
	text-decoration: underline;
	}
	
.Formathilfe {
	float: right;
	width: 335px;
	margin-right: 4px;
	padding: 6px;
	border: 2px #ddd dotted;
	}
	
.Formathilfe * {
	text-indent: 0;
	}
	
.Formathilfe ul {
	padding-left: 16px;
	}
	
.Legende {
	padding: 0 6px 4px 6px;
	border: 2px #ddd dotted;
	}
	
.LinkHS:hover {
	background: url('http://www.dragonblood-creations.de/Rahmen/LeuchteHS.jpg') no-repeat center;
	}
	
.LinkHM:hover {
	background: url('http://www.dragonblood-creations.de/Rahmen/LeuchteHM.jpg') no-repeat center;
	}
	
.LinkHB:hover {
	background: url('http://www.dragonblood-creations.de/Rahmen/LeuchteHB.jpg') no-repeat center;
	}
	
.LinkK4:hover {
	background: url('http://www.dragonblood-creations.de/Rahmen/LeuchteK4.jpg') no-repeat center;
	}
	
.LinkK3:hover {
	background: url('http://www.dragonblood-creations.de/Rahmen/LeuchteK3.jpg') no-repeat center;
	}
	
.LinkK2:hover {
	background: url('http://www.dragonblood-creations.de/Rahmen/LeuchteK2.jpg') no-repeat center;
	}
	
.LinkK1:hover {
	background: url('http://www.dragonblood-creations.de/Rahmen/LeuchteK1.jpg') no-repeat center;
	}
	
.LinkHSa {
	background: url('http://www.dragonblood-creations.de/Rahmen/LeuchteHSa.jpg') no-repeat center;
	}
	
.LinkHMa {
	background: url('http://www.dragonblood-creations.de/Rahmen/LeuchteHMa.jpg') no-repeat center;
	}
	
.LinkHBa {
	background: url('http://www.dragonblood-creations.de/Rahmen/LeuchteHBa.jpg') no-repeat center;
	}
	
.LinkK4a {
	background: url('http://www.dragonblood-creations.de/Rahmen/LeuchteK4a.jpg') no-repeat center;
	}
	
.LinkK3a {
	background: url('http://www.dragonblood-creations.de/Rahmen/LeuchteK3a.jpg') no-repeat center;
	}
	
.LinkK2a {
	background: url('http://www.dragonblood-creations.de/Rahmen/LeuchteK2a.jpg') no-repeat center;
	}
	
.LinkK1a {
	background: url('http://www.dragonblood-creations.de/Rahmen/LeuchteK1a.jpg') no-repeat center;
	}
	
.hidden {
	position: absolute;
	top: -9999px;
	}

.gbname {
	font-weight: bold;
	color: #fff;
	}
	
.gbdatum {
	font-weight: bold;
	color: #fff;
	float: right;
	}
	
input {
	background: #fff;
	}
	
textarea {
	background: #fff;
	}
	
.downloadsDatenKeys {
	position:absolute;
	top: 0;
	right: 0;
	width: 135px;
	text-align: left;
	}
	
* html .downloadsDatenKeys {
	position:absolute;
	right: 145px;
	}
	
.downloadsDatenWerte {
	position:absolute;
	top: 0;
	right: 0;
	width: 135px;
	text-align: right;
	}
	
* html .downloadsDatenWerte {
	position:absolute;
	right: 145px;
	}
	
select {
	background-color: #fff;
	}
	
.geaendert {
	text-align: right;
	font-style: italic;
	clear: both;
	}
	
.showhidepart {
	display: none;
	border: 1px dotted #fff;
	padding: 3px;
	}