/*
Theme Name: D-SIGN Theme
Author: The D-SIGNer
Author URI: http://www.d-signer.de/
Description: Individuelles Theme für D-SIGN Werbung, Groß-Gerau
Version: 1.0 beta
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, orange, german, light, flat
Text Domain: d-signer
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---***--- Ende RESET.CSS ---***--- */

html {
	background: #009ee0 url(pix/body_bg.png) bottom left repeat-x; /* Old browsers */
	background: -moz-linear-gradient(top,  #b8e0f3 0%, #009ee0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8e0f3), color-stop(100%,#009ee0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b8e0f3 0%,#009ee0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b8e0f3 0%,#009ee0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b8e0f3 0%,#009ee0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b8e0f3 0%,#009ee0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8e0f3', endColorstr='#009ee0',GradientType=0 ); /* IE6-9 */
}


body {
	height: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #333;
	font-size: 15px;
	line-height: 22px;
	background: transparent url(pix/body_bg.png) bottom left repeat-x
}

.wrapper {
	margin: 0 auto;
	padding: 0 20px;
	width: 660px;
	height: 100%;
	background-color: #fcea1a;
	position: relative;
}

header {
	overflow: hidden;
	display: inline;
	vertical-align: top;
}

.logo {
	float: left;
	width: 140px;
	margin: 5px 0 20px 0;
}

nav {
	position: absolute;
	left: 200px;
	float: right;
	padding: 0 10px;
	width: 460px;
	height: 37px;
	background: #e1001a;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}


nav li {
	list-style: none;
	float: left;
	padding-top: 4px;
}

nav ul ul {
	position: absolute;
	left: 30px;
	z-index: 5;
	display: none;
} 

nav ul li:hover ul {
	display: inline-block;
}

nav a {
	display: block;
	padding: 5px;
	-webkit-transition: all 0.2s;
}

nav a:link,
nav a:visited {
	font-size: 18px;
	text-decoration: none;
	color: #fff;
}

nav a:active,
nav a:hover,
nav a:focus {
	color: #fcea1a;
}

nav ul ul a:link,
nav ul ul a:visited {
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	color: #000;
}

nav ul ul a:active,
nav ul ul a:hover,
nav ul ul a:focus {
	color: #e1001a;
}


main {
	clear: both;
	float: left;
	width: 480px;
	min-height: 100%;
	background: #fff;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding: 10px;
	margin-bottom: 20px;
}

main a:link,
main a:visited {
	text-decoration: none;
	font-weight: 400;
	color: #e1001a;
	padding-right: 10px;
}

main a:active,
main a:hover,
main a:focus {
	color: #000;
}

main p{
	padding-bottom: 10px;
}

main h2 {
	font-weight: 600;
	font-size: 19px;
}

main h3 {
	font-weight: 600;
	font-size: 15px;
	padding-top: 5px;
}

main li {
	list-style-type: disc;
	margin-left: 20px;
}

main ul ul li {
	list-style-type: circle;
	margin-left: 40px;
}

.artikelinfo {
	font-size: 12px;
	font-weight: 300;
	padding-bottom: 10px;
}

.sidebar {
	float: right;
	width: 140px;
	font-size: 13px;
	line-height: 18px;
	color: #000;
}

.sidebar a:link,
.sidebar a:visited {
	text-decoration: none;
	font-weight: 400;
	color: #e1001a;
}

.sidebar a:active,
.sidebar a:hover,
.sidebar a:focus {
	color: #000;
}

.sidebar h2 {
	font-weight: 600;
	font-size: 15px;
	border-bottom: 1px solid #e1001a;
	padding: 15px 0 2px 0;
	margin-bottom: 5px;
}

footer {
	clear: both;
	margin: 0 auto;
	text-align: right;
	padding: 0 10px;
	width: 460px;
	height: 37px;
	background: #e1001a;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}


footer a:link,
footer a:visited {
	text-decoration: none;
	color: #fff;
	padding-right: 10px;
}

footer a:active,
footer a:hover,
footer a:focus {
	color: #fcea1a;
}