/*
Theme Name: edv-werbeartikel.de GmbH
Theme URI: http://www.edv-werbeartikel.de/
Description: Das Wordpress-Theme für den Blog von edv-werbeartikel.de GmbH
Version: 1.0
Author: Samuel Barz
Author URI: http://www.edv-werbeartikel.de/
Tags: edv, werbeartikel, usb, usb-stick, edv-werbeartikel

	Dieses Theme wurde designed und erstellt von Samuel Barz,
	Mitarbeiter der edv-werbeartikel.de GmbH.

	Das CSS, XHTML und Design sind Eigentum der
	edv-werbeartikel.de GmbH.

*/



/* allgemeine Seiten-Formatierungen */
html {
	height: 100%;
	}
	
body {
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12Px; 
	color: black; 
	font-weight: normal; 
	margin: 0px;  
	padding: 0Px; 
	background-image:url(http://www.edv-werbeartikel.de/style-pics/bg.gif); 
	background-attachment:fixed;
	background-repeat: repeat-x;
	background-position: -1Px 0Px;
	background-color: #B9AA94; 
	height: 100%;
	}

#page {
	position: absolute;
	left: 50%;
	width: 960Px;
	margin: 0 -480Px;
	background-image:url(http://www.edv-werbeartikel.de/style-pics/inhalt_bg.gif);
    background-repeat: repeat-y;
	background-position: 0 125px;
	background-color: #FFFFFF;
    -webkit-box-shadow:	0px 0px 15px #000000;
    -moz-box-shadow: 	0px 0px 15px #000000;
    box-shadow: 		0px 0px 15px #000000;
	z-index: 1;
	}
#page_mobile {
	position: absolute;
	width: 960Px;
	margin: 0;
	background-image:url(http://www.edv-werbeartikel.de/style-pics/main_bg2.gif);
    background-repeat: repeat-y;
    -webkit-box-shadow:	0px 0px 15px #000000;
    -moz-box-shadow: 	0px 0px 15px #000000;
    box-shadow: 		0px 0px 15px #000000;
	z-index: 1;
	}

#header {
	position: relative;
	width: 960Px;
	height: 100Px;
	background-image:url(http://www.edv-werbeartikel.de/style-pics/headline_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 30px;
	background-color: #FFFFFF;
	z-index: 15;
	overflow: hidden;
	}

#header_img {
	position: relative;
	float: left;
	width: 775Px;
	hegith: 210px;
	z-index: 5;
	}

#address-zeile h1 {
	position: relative;
	overflow: hidden;
	float: left;
	left: 10Px;
	width: 600Px;
	height: 15Px;
	text-align: left;
	font-size: 11Px;
	font-weight: normal;
	padding: 0Px;
	margin: 0Px;
	border: 0Px;
	line-height: 15Px;
	color: #737373;
	z-index: 15;
	}

#verlauf {
	position: absolute;
	left: 50%;
	padding: 4Px 0Px 0Px 10Px;
	height: 21Px;
	width: 950Px;
	margin: 0 -480Px;
	top: 100Px;
	background-image: url(http://www.edv-werbeartikel.de/style-pics/verlauf_bg.gif);
	color: #FFFFFF;
	z-index: 20;
	}

#verlauf a:link, #verlauf a:visited, #verlauf a:active {
	color: #FFFFFF; 
	font-weight: bold;
	text-decoration: none;
	}
#verlauf a:hover {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	}

#datum {
	position: absolute;
	right: 50%;
	margin: 0 -470Px;
	top: 105Px;
	text-align: right;
	font-size: 11Px;
	z-index: 25;
	color: #FFFFFF;
	}

#content {
	position: relative;
	float: left;
	left: 230Px;
	top: 40Px;
	padding: 0Px;
	margin: 0px;
	width: 720Px;
	z-index: 15;
	}

#sprachwahl {
	position: absolute;
	left: 50%;
	margin: 0 300Px;
	top: 65Px;
	height: 30Px;
	width: 175Px;
	text-align: center;
	z-index: 20;
	overflow: hidden;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
hr#info_block {
	float: left;
	border: 0px;
	border-top: 1px dotted #CCCCCC;
	width: 100%;
	margin: -10px 0 20px 0;
	}


/* Footer */
#footer {
	position: relative;
	width: 920Px;
	clear: both;
	padding: 0 20px 10px 20px;
	top: 50px;
	background-image:url(http://www.edv-werbeartikel.de/style-pics/footer_bg2.gif);
	background-repeat: repeat-x;
	background-color: #f2f2f2;
	z-index: 15;
	}
div.footer_content {
	margin-right: 30px;
	font-size: 10Px;
	color: #737373;
	width: 200px;
	text-align: justify;
	float: left;
	}
h6.footer {
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 16Px;
	font-weight: bold;
	text-align: left;
	color: #737373;
	}
p.footer {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 10Px;
	text-align: left;
	color: #737373;
	}
a:link.footer ,a:visited.footer, a:active.footer {
	color: #737373;
	text-decoration: none;
	}
a:hover.footer{
	color: #CC0000;
	text-decoration: none;
	}
img.footer_icon {
	margin-right: 5px;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1 {
	margin: 0Px 0Px 10Px 0Px; 
	padding: 0Px; 
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif; 
	font-size: 30Px; 
	line-height: 33Px;
	color: #0E2B8D;
	border-bottom: 1Px dotted #3C6195; 
	width: 535Px;
	}

h2, h2.pagetitle {
	margin: 0Px 0Px 10Px 0Px;  
	padding: 0Px; 
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif; 
	font-size: 22Px; 
	color: #0E2B8D; 
	border-bottom: 1Px dotted #3C6195; 
	}

h3 {
	margin: 0Px 0Px 5Px 0Px; 
	padding: 0Px; 
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif; 
	font-size: 16Px; 
	color: #0E2B8D; 
	}
p.subtitle {
	margin: 0Px; 
	padding: 0Px; 
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif; 
	font-size: 16Px; 
	font-weight: bold;
	color: #0E2B8D; 
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #0e2b8d;
	text-decoration: none;
	}

a:hover {
	color: #0e2b8d;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
form {
	padding: 0px;
	margin: 0px;
	}
.eingabebox { 
	padding: 2Px;
	font-size: 11px; 
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif; 
	background-color: #e4e8ef; 
	color: #0E2B8D; 
	border: 1px #8695c6 solid; 
	}
.goog-te-combo {
	padding: 2Px;
	font-size: 11px;
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	background-color: #E4E8EF;
	color: #0E2B8D;
	border: 1px #8695C6 solid;
	}
.eingabebutton	{ 
	padding: 1Px;
	font-size: 12px; 
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif; 
	background-color: #0E2B8D; 
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px #b9aa94 solid; 
	border-right: 1px #b9aa94 solid; 
	border-top: 1px #e8e0d5 solid; 
	border-left: 1px #e8e0d5 solid; 
	cursor: pointer;
	}
/* End Typography & Colors */



/* Start: Site-Navi */
#legal-links {
	position: relative;
	float: right;
	text-align: right;
	height: 30Px;
	z-index: 15;
}
#legal-links ul {
	margin: 0Px;
	padding: 0Px;
	float: left;
}
#legal-links ul li {
	display: inline;
	list-style-type: none;
}
#legal-links a {
	height: 17Px;
	display: block;
	float: left;
	text-decoration: none;
	padding: 3px 10px 0 10px;
	font-size: 11px;
	border-left: 1px solid #999999;
}
a:link.legal-link, a:visited.legal-link, a:active.legal-link {
	color: #737373; 
	background-image:url(http://www.edv-werbeartikel.de/style-pics/legal_links_bg_nrm.png);
}
a:hover.legal-link {
	color: #0e2b8d;
	background-image:url(http://www.edv-werbeartikel.de/style-pics/legal_links_bg_mo.png);
}
#suche {
	position: relative;
	float: left;
	width: 500Px;
	height: 30Px;
	margin-left: 240px;
	z-index: 15;
}
#produktsuche_stichwort {
	margin: 0;
	padding: 0 5px 0 5px;
	width: 315px;
	height: 25px;
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	background-color: #E4E8EF;
	color: #0E2B8D;
	border: 1px #0e2b8d solid;
	border-right: 0;
	float: left;
	}
#produktsuche_stichwort_button {
	margin: 0;
	padding: 3;
	width: 74px;
	height: 27px;
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	background-color: #4a60aa;
	color: #FFFFFF;
	border: 1px #0e2b8d solid;
	border-left: 0;
	cursor: pointer;
	float: left;
	}
#bookmarks {
	position: relative;
	float: right;
	width: 200px;
	height: 25Px;
	z-index: 15;
	padding: 5px 0 0 20px;
	margin-right: -10px;
	}
#logo {
	position: relative;
	clear: all;
	float: left;
	top: -40px;
	width: 225Px;
	height: 80Px;
	z-index: 15;
}
#logo_kontakt {
	position: relative;
	top: -10px;
	left: 12px;
	font-size: 11px;
	color: #595959;
	}
#logo_kontakt a {
	text-decoration: none;
	color: #595959;
	}
#site-navi {
	position: relative;
	float: left;
	top: 5Px;
	left: 15Px;
	width: 540Px;
	height: 35Px;
	z-index: 15;
}
#site-navi ul {
	margin: 0Px;
	padding: 0Px;
	float: left;
}
#site-navi ul li {
	display: inline;
	list-style-type: none;
}
a.site_navi {
	width: 165Px;
	height: 35Px;
	display: block;
	color: white;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	float: left;
}
a:link.site_navi, a:visited.site_navi, a:active.site_navi {
	background-image: url(http://www.edv-werbeartikel.de/style-pics/sn_background.png);
	background-repeat: no-repeat;
	margin-top: 2px;
}
a:hover.site_navi {
	background-position: -165px 0px;
	margin-top: 0;
}
/* Ende: Site-Navi */



/* Start: Side-Bar */
#sidebar_position {
	position: absolute;
	left: 50%;
	top: 130Px;
	width: 205Px;
	border-top: 1px outset #D9D9D9;
	border-left: 1px outset #D9D9D9;
	border-right: 1px outset #808080;
	border-bottom: 1px outset #808080;
	background-color: #f2f2f2;
	background-image:url(http://www.edv-werbeartikel.de/style-pics/grau_verlauf.png);
	background-repeat:repeat-x;
	margin-left: -475Px;
	padding: -5px 0 0 0;
	z-index: 20;
	}
#sidebar_position_mobile {
	position: absolute;
	top: 250Px;
	width: 205Px;
	border: 1px solid #D9D9D9;
	background-color: #FFFFFF;
	background-image:url(http://www.edv-werbeartikel.de/style-pics/grau_verlauf.png);
	background-repeat:repeat-x;
	margin: 0 5Px;
	padding-bottom: 5Px;
	z-index: 20;
	}	
.sidebar {
	background-color:#FFFFFF;
	background-image: url(http://www.edv-werbeartikel.de/style-pics/navi_bg.gif);
	background-repeat: repeat-x;
	border: 1Px solid #D9D9D9;
	}
.sidebar h2 {
	height: 16Px;
	padding: 4Px 0 0 10px;
	margin: 0;
	border: 0;
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif; 
	font-size: 10Px;
	color: #737373;
	background-image:url(http://www.edv-werbeartikel.de/style-pics/navi_zwischenraum_bg.gif);
	}
.sidebar ul, .sidebar ul ol {
	padding: 0;
	margin: 0;
	color: #595959;
	list-style-type: none;
	width: 205px;
	overflow: hidden;
	}
.sidebar ul ul {
	margin-bottom: 5px;
	}
.sidebar ul li.widget_tag_cloud {
	margin-left: 15px;
	}
.sidebar ul li.widget_tag_cloud h2 {
	margin-left: -15px;
	}
.sidebar ul li.widget_tag_cloud a {
	color: #595959;
	}
.sidebar ul li.widget_tag_cloud a:hover {
	color: #595959;
	}
.sidebar ul.children {
	margin: 0px 0px 5px 0px;
	color: #737373;
	list-style: none;
	}
.sidebar ul.children li {
	padding-left: 10px;
	}
.sidebar ul li ul li a:link,.sidebar a:visited,.sidebar a:active {
	display: block;
	padding: 1Px 5Px 1Px 15px;
	font-size: 11Px;
	font-weight: bold;
	text-decoration: none;
	color: #595959;
}
.sidebar ul li ul li a:hover {
	display: block;
	padding: 1Px 0Px 0Px 15px;
	font-size: 11Px;
	font-weight: bold;
	text-decoration: none;
	color: #595959;
	background-image:url(http://www.edv-werbeartikel.de/style-pics/navi_mo_bg.png);
	background-position: right;
	background-repeat: repeat-y;
	border-bottom: 1Px solid #737373;
	border-right: 5Px solid #737373;
}
/* Ende: Side-Bar */



/* Begin Structure */
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	clear: all;
	float: left;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li {
	list-style: decimal outside;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px;
	padding: 0;
	}
#s {
	margin: 0 0 0 25px;
	padding: 0 5px 0 5px;
	width: 350px;
	height: 25px;
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	background-color: #E4E8EF;
	color: #0E2B8D;
	border: 1px #0e2b8d solid;
	border-right: 0;
	float: left;
	}
#searchsubmit {
	margin: 0;
	padding: 3;
	width: 79px;
	height: 27px;
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	background-color: #4a60aa;
	color: #FFFFFF;
	border: 1px #0e2b8d solid;
	border-left: 0;
	cursor: pointer;
	float: left;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	background-color: #FFFFFF;
	color: #595959;
	border: 1px #bfbfbf solid;
	margin: 5px 0 10px 15px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

/*hr {
	display: none;
	}*/

a img {
	border: none;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Start: Schatten */
.schatten {
	-webkit-box-shadow: 2px 2px 2px #666666;
	-moz-box-shadow: 	2px 2px 2px #666666;
	box-shadow: 		2px 2px 2px #666666;
	}
/* Ende: Schatten */



/* Add-This*/
div.addthis_toolbox {
	margin: 2px 0 0 10px;
	float: right;
	}
div.addthis_toolbox p {
	margin: 0;
    padding: 0;
    text-align: left;
    height: 20px;
    }

	
	
/* spezielle Formatierungen */
.ausblenden {
	display: none;
	}
