/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/

/** Common Styles */

html {
/** height: 100%;      */
		
}

body {
	margin: 0px;
	padding: 0;
	/** background: #000000;  */
	background: #494949;
	line-height: 1.6em;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	/** color: #C9C9C9;       */
	color: #C9C9C9;
/** height: 100%;      */
	
}

h1 {
	font-size: 32px;
	font-weight: normal;
	text-transform: lowercase;
}

h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

h6 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	/** color: #FFFFFF; */
	color: #69051F;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

a {
	border-bottom: 1px dotted #19B1F5;
	text-decoration: none;
	color: #19B1F5;
}

a:hover {
	text-decoration: none;
}

input:focus, select:focus, textarea:focus {
	border: 2px solid #f90;
}
.fehler {
	border: 2px solid #f90;
}
/** HEADER */

#header {
	width: 900px;
	height: 100px;
	margin: 0px auto;
	padding: 40px 0 0 0;
	background-color: #828282;
	background: url(/images/dqs_xx.png) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
}

#logo {
	position:absolute;
	left:320px;
	top:-10px;
	width: 500px;
	height: 450px;
	margin: 5px auto;
	padding: 40px 0 0 0;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/images/dqs_1_alt.png) no-repeat left top;
}


#linkeseite {
	position:absolute;
	left:20px;
	top:100px;
	width: 200px;
	height: 450px;
	margin: 5px auto;
	padding: 40px 0 0 0;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
}

#header h1 {
	margin: 0px;
	padding-left: 15px;
	text-transform: uppercase;
	font-size: 18px;
	color: #FFFFFF;
}

#header b {
	/** color: #000000; */
	color: #494949;
}

#header h2 {
	margin: 0px;
	padding-left: 15px;
	font-size: 11px;
}

#header h2 a {
	/** color: #000000; */
	color: #494949;
}

/** MENU */

#menu-wrap {
	/** background: #1A1A1A url(/images/images01.jpg) repeat-x left bottom;  */
	background: #7F7F7F url(/images/images01.jpg) repeat-x left bottom;
	height: 50px;
}

#menu {
	width: 1000px;
	height: 30px;
	margin: 0px auto;
}

#menu ul {
	margin-left: 10px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	border: none;
	padding: 15px 20px 0 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: url(/images/images04.jpg) no-repeat left 85%;
	color: #FFFFFF;
}

#menu .current_page a {
	background: url(/images/images04.jpg) no-repeat left 85%;
}
/** CONTENT */

#content {
	width: 900px;
	margin: 0px auto;
	padding: 0;
}
#content b {
	color: #19B1F5;
}
#content p {
	font-size: 14px;
	color: #C9C9C9;
}

#columnA {
	float: right;
	width: 520px;
	margin-top: -90px;
}

#columnA h1, #columnA h2 {
	margin: 20px 0;
	padding: 5px 5px;
	border-left: #19B1F5 5px solid;
}

#columnA p {
}

#columnA b {
	color: #19B1F5;
}

#columnB {
	float: left;
	width: 235px;
	margin-left: 10px;
}

#columnB h2 {
	margin: 10px 0;
	padding-bottom: 10px;
	font-size: large;
}

#columnB li {
	margin-bottom: 30px;
	padding-left: 7px;
	border-left: #19B1F5 5px solid;
}

/** FOOTER */

#footer-wrap {
	background: #7F7F7F url(/images/images01.jpg) repeat-x left top;
	height: 50px;
}

#footer {
	width: 900px;
	margin: 0px auto;
	padding-top: 4px;
	font-size: 12px;
}

#footer .copyright {
	margin: 0px;
}

#footer .links {
	margin: 0px;
}

#footer .css {
	padding-left: 20px;
	background: url(/images/images02.png) no-repeat left 50%;
}

#footer .xhtml {
	padding-left: 20px;
	background: url(/images/images03.png) no-repeat left 50%;
}

#footer a {
	border: none;
	text-decoration: none;
	color: #19B1F5;
}
