/* --------------------------------------------------------------------------
   --- Yaml-Framework laden - Start -----------------------------------------
   -------------------------------------------------------------------------- */


/* import core styles | Basis-Stylesheets einbinden */
@import url(yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(yaml/navigation/nav_shinybuttons.css);
@import url(screen/basemod.css);
@import url(screen/basemod_3col_fixed_seo.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(yaml/print/print_100_draft.css);
/* --------------------------------------------------------------------------
   --- Yaml-Framework laden - Ende ------------------------------------------
   -------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------	
   --- Layout + Stile für www.erfolgsonline.de - Start ----------------------
   -------------------------------------------------------------------------- */

body {
	background: none;
	background-color: #fff;
	padding: 4px 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	}

	
/* Neupositionierung der Content Container
	|-------------------------------|
	| #header                       |
	| 960px                         |
	|-------------------------------|
	| #col3   | #col1     | #col2   |
	| 180px   | 570px     | 210px   |
	|-------------------------------|
	| #footer                       |
	|-------------------------------|
	*/

#page_margins {
	width: 980px;
	min-width: 980px;
	max-width: none
	}

#main { 
	float: left;
	width: 100%;
	background-color: transparent;
	background-image: url(../img/bg_col2.png);
	background-repeat: repeat-y;
	background-position: left;
	}
	
#main_wrapper {
	float: left;
	width: 100%;
	background-color: transparent;
	background-image: url(../img/bg_col3.png);
	background-position: right;
	background-repeat: repeat-y;
	}

/* #col1 wird zur mittleren Spalte */
#col1 {
	width: 570px;
	float: left;
	margin-left: 210px; 
	}
	
#col1_content {
	padding-left: 20px;
	padding-right: 20px;
	}

/* #col2 wird zur linken Spalte */
#col2 {
	width: 210px;
	float: left;
	margin-left: -785px;
	margin-right: 0;
	}
	
#col2_content {
	padding-left: 10px;
	padding-right: 2px;
	}

/* #col3 wird zur rechten Spalte */
#col3 {
	width: 180px;
	float: left;
	margin-left: -5px;
	margin-right: 0;
	}

#col3_content {
	padding-left: 15px;
	padding-right: 10px;
	text-align: center;
	}

#header {
	color: #000;
	background: #fff;
	padding: 0; 
	}
	
#topnav_cont {
	background: #E4A206 url(../img/bg_topnavi.jpg) repeat-x top left;		
	}
	
#topnav {
	position: relative;
	top: 0;
	right: 0;
	padding: 8px 6px 6px 0;
	color: #F0F0F0;
	}
	
#topnav p {
	padding-bottom: 4px;
	}

#topnav a, #topnav a:hover {
	color: #F0F0F0;
	text-decoration: none;
	border-bottom: 1px dotted #F0F0F0;
	}
	
#topnav a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
	}
	
#nav_main {
	background: transparent;
	background: #FFBD0E url(../img/bg_nav.jpg) repeat-x top left;
	padding: 0;
	margin: 0;
	width: 100%;
	}
	
#nav_main ul {
	margin-left: 0;
	}

#nav_main ul li a {
	color: #fff;
}

#nav_main ul li a:focus,
#nav_main ul li a:hover,
#nav_main ul li a:active  {
	background: #0987F6 url(../img/bg_nav_active.jpg) repeat-x top left;
   color: #000;
   text-decoration: none;
	}

body#startseite #t-startseite a,
body#kontakt #t-kontakt a,
body#produkte #t-produkte a,
body#leserbriefe #t-leserbriefe a,
body#pressemitteilung #t-pressemitteilung a, 
body#infoabruf #t-infoabruf a,
body#newsletter #t-newsletter a,
body#impressum #t-impressum a {
	background: #0987F6 url(../img/bg_nav_active.jpg) repeat-x top left;
	color: #000;
	text-decoration: none;
	}
	
#nav_main ul li#current {
	background: #0987F6 url(../img/bg_nav_active.jpg) repeat-x top left;
   color: #000;
   text-decoration: none;
	}	
	
#nav_main ul li#current a,
#nav_main ul li#current a:hover {
	color: #000;
	font-weight: normal;
	}	
	
.left {
	float: left;
	}

.right {
	float: right;
	}
	
h1,h2,h3,h4,h5,h6 { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	}	

#col2_content, #col3_content {
	font-size: 90%;
	}
	
#col2_content h1,
#col2_content h2 {
	color: #000;
	font-size: 120%;
	}
	
#col2_content h1 {
	font-size: 150%;
	margin-bottom: 1.5em;
	}

#col2_content ul {
	margin-left: 0;
	list-style: square;
	}
	
#col2_content ul li a, #col2_content ul li a:hover {
   color: #4D87C7;
	text-decoration: none;
	border-bottom: 1px dotted #4D87C7;
	}
	
#col2_content ul li a:hover {
	color: #0033CC;
	border-bottom: 1px solid #0033CC;
	}
	

.hinweis, .laufschrift, .red, .redbig {
	color: #FF0000;
	text-transform: uppercase;
	}
	
.topline {
	border-top: 2px dotted #6d6d6d;
	padding-top: 8px;
	}

.laufschrift {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 1.2em;
	text-transform: none;
	}
	
.red {
	text-transform: none;
	}
	
.redbig {
	font-size: 140%;
	margin-bottom: 0.8em;
	font-weight: bold;
	text-transform: none;
	}
	
.orderinfoblock {
	border-bottom: 2px dotted #6d6d6d;
	border-top: 2px dotted #6d6d6d;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 3em;
	text-align: center;
	}
	
.orderinfoblock p {
	text-align: center;
	padding: 2px 0 0 0;
	margin: 0;
	line-height: 2em;
	}
	
.orderinfoblock p.red {
	color: #FF0000;	
	font-weight: bold;
	}
	
p.bookdescription {
	font-size: 100%;
	margin-bottom: 3em;
	font-weight: bold;
	}

.topspacer {
	margin-top: 3em;
	}

#col1_content h1 { font-size: 180%; }
#col1_content h2 { font-size: 150%; }
#col1_content h3 { font-size: 133.33%; }
#col1_content h4 { font-size: 116.67%; }
#col1_content h5 { font-size: 100%; }
#col1_content h6 { font-size: 100%; }

#col1_content h2,
#col1_content h3,
#col1_content h4,
#col1_content h5,
#col1_content h6 {
	margin-top: 1.0em;
	}

#col1_content h3 {
	margin-bottom: 0.4em;
	}

#col1_content ul {
	margin-left: 0;
	list-style: square;
	}
	
#banner {
	text-align: center;
	}
	
#banner p {
	margin-top: 0.5em;
}

#googledads {
	margin-top: 6.0em;
	text-align: center;
	}
	
#col3_links {
	color: #fff;
	font-size: 120%;
	border-top: 2px dotted #6d6d6d;
	border-bottom: 2px dotted #6d6d6d;
	padding-top: 8px;
	margin-top: 4.0em;
	text-align: center;
	}
	
#col3_links h1 {
	font-size: 115%;
	font-weight: bold;
	}
	
.normalsize {
	font-size: 120%;
	}
	
#box {
	background-color: #FFBD0E;
	padding: 4px 10px 4px 10px;
	margin-bottom: 1em;
	}
	
#box h2 {
	margin-top: 0;
	}
	
#box ul {
	list-style: square;
	}
	

.centered {
	text-align: center;
	}
	
#col1_content a,
#col1_content a:hover {
   color: #4D87C7;
	text-decoration: none;
	border-bottom: 1px dotted #4D87C7;
	}
	
#col1_content a:hover {
	color: #0033CC;
	border-bottom: 1px solid #0033CC;
	}

#col3_links a {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #fff;
	font-weight: bold;
	}
	
#col3_links a:hover {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
	}

blockquote {
	color: #990000;
	font: italic 2em georgia, "times new roman", serif;
	line-height: 0.8;
	margin: .3em 0 .7em .5em;
	text-align: center;
	}

blockquote p {
	margin: 0;
	}

blockquote em {
	color: #FF0000;
	}

blockquote span {
	color: #BAB9B3;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 0.8;
	padding: 0 .2em;
	}
	

blockquote.testimonial {
	background-color: #f2f2f2;
	color: #000;
	font-size: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.5em;
	margin: 0 0 1em 0;
	text-align: left;
	border-left: #cccccc 8px solid;
	padding: 8px;
	padding-left: 16px;
	padding-right: 24px;
	}

blockquote.testimonial p {
	margin: 0 0 0.5em 0;
	}

blockquote.testimonial cite {
	display: block;
	text-align: right;
	margin: 0 0 0.5em 0;
	}

.imgleft {
  	float: left;
  	margin: 0 4px 10px 0;
  	padding: 4px;
	padding-left: 0;
	}

.imgright {
  	float: right;
  	margin: 0 0 10px 4px;
  	padding: 4px;
	padding-right: 0;
	}

.notoppad {
	padding-top: 0;
	}

form {
	padding: 0;
	margin: 1.25em 0;
	margin-top: 0;
	}
	
fieldset {
	background: white;	
	border: 1px solid #6d6d6d;
	padding: 1em;
	padding-top: 0;
	}	

#kontaktformular h2 {
	margin: 0;
	margin-bottom: 1em;
	margin-top: 1.4em;
	padding: 0;
	font-size: 133.33%;
	}
	
	
#kontaktformular label,
#kontaktformular label.long {
	background: white;	
	color: #000;
	cursor: pointer;
	float: left;
	width: 200px;
}

#kontaktformular label.long {
	width: 100%;
	margin-bottom: 4px;
	}

input,
select {
	border: 1px solid #6d6d6d;
	background: white;
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	width: 294px;
	padding: 3px 3px 3px;
	}

select {
	width: 90px;
	}

input.captcha {
	width: 6em;
	}	
	
input.checkbox {
	height: 17px;
	width: 17px;
	border: none;
}
	
input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus,
option:hover,
option:focus {
	border: 1px solid #0033CC;
	background: #f0f0f0;
	}

input[type="radio"] {
	float:none;
	padding:0;
	margin:0 15px 0 0;
	margin-left:5px;
	margin-right:10px;
	width:1em;
	}

option {
	background: white;
	color: #02548E;
}
textarea {
	border: 1px solid #6d6d6d;
	background: white;
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	width: 494px;
	padding: 3px 3px 3px;	
	}

.button {
	background: #fff;
	border: 1px solid #6d6d6d;
	color: black;
	cursor: pointer;
	width: 13em;
}
.button:hover,
.button:focus {
	background: #676767;
	background: #6d6d6d;
	border: 1px solid #000;
	color: white;
	}
	
.formtopmargin {
	margin-top: 2em;
	}

.hinweissmall {
	font-size: 0.9em;
	margin-top: 0.8em;
	margin-bottom: 0.5em;
	}

address {
	font-style: normal;
	margin: 0.1em 0 1em 0;
	}

.addressright {
	float: left;
	width: 4.5em;
	}
	
.bookdescrfields {
	font-weight: bold;
	float: left;
	width: 6.5em;
	}

#footer a {
	font-weight: normal;
	color: #4D87C7;
	text-decoration: none;
	border-bottom: 1px dotted #4D87C7;
	}

#footer a:hover {
	text-decoration: none;
	color: #0033CC;
	border-bottom: 1px solid #0033CC;
	}
	

.bold {
	font-weight: bold;
	}

.formtopmargin {
	margin-top: 2em;
	}


#footernav_cont {
	clear: both;
	background: #E4A206 url(../img/bg_topnavi.jpg) repeat-x top left;
	padding-top: 8px;
	padding-bottom: 0;
	color:#F0F0F0;
	}
	
#footernav_cont p {
	text-align: center;
	padding-bottom: 4px;
	}

#footernav_cont a, #footernav_cont a:hover {
	color: #F0F0F0;
	text-decoration: none;
	border-bottom: 1px dotted #F0F0F0;
	}
	
#footernav_cont a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;	
	}	
	


div.produktbild {
	width: 143px; /* nur IE 5.x */
	width/**/:/**/ 143px;
	height: 203px;
	border-bottom: 5px solid #444;
	border-right: 5px solid #444;
	margin-left: 6px;
	background: #444;
	}

div.produktbild img {
	background: #fff;
	border: 1px solid #333;
	left: 0; /* nur IE 5.x */
	left/**/:/**/ -5px;
	padding: 0;
	padding-bottom: 0;
	position: relative;
	top: -5px;
	}

.rightaligned {
	text-align: right;
	}

.nowrap {
	white-space: nowrap;
	}

#waz {
	float: left;
	margin: 0 1em 1em 0;
	text-align: center;
	width: 200px;
	}

#waz p {
	margin-top: 0.4em;
	margin-bottom: 0;
	line-height: normal;
	font-size: 90%;
	}

ol {
	margin-left: 0;
	}

ul li ul {
	margin-bottom: 0;
	padding-bottom: 0;
	}

a img,
a.img {
	border: none;
	text-decoration: none;
	}

#col2_content p.rss {
	float: right;
	text-align: right;
	font-weight: bold;
	}

#ra-banner {
	text-align: center;
	}

#ra-banner a {
	display: block;
	margin-top: 1.5em;
	}

#ra-banner a.first {
	margin-top: 5em;
	}