/* ************************************************************************** */
/* Stylesheet für www.aktien-insiderreport.de                                 */
/* Version 1.0 - 17.08.2008                                                   */
/*                                                                            */
/* (c) Copyright 2008 by Impression Media Dorsten - www.impressionmedia.de    */
/* ************************************************************************** */


/* -------------------------------------------------------------------------- */
/* --- Yaml-Framework laden ------------------------------------------------- */
/* -------------------------------------------------------------------------- */

/* Basis-Stylesheets einbinden */
@import url(yaml/core/base.css);

/* Screen-Layout einbinden */
@import url(yaml/navigation/nav_shinybuttons.css);
@import url(screen/basemod.css);
@import url(screen/basemod_2col_left_seo.css);
@import url(screen/content.css);

/* Druck-Layout einbinden */
@import url(yaml/print/print_100_draft.css);


/* --- Neupositionierung der Content-Container ------------------------------ */
/* Gesamtbreite: 800px

|-------------------------------|
| #header                       |
| 800px                         |
|-------------------------------|
| #col1               | #col2   |
| 70%                 | 30%     |
|-------------------------------|
| #footer                       |
| 800px                         |
|-------------------------------|
*/

#page_margins {
	width: 800px;
	min-width: 800px;
	max-width: 800px;
	}

/* #col1 wird zur Hauptinhaltsspalte - links */
#col1 {
	width: 70%;
	float: left;
	}
#col1_content {
	padding: 10px 20px 10px 20px;
	}

/* #col2 abschalten */
#col2, #col2_content { 
	display: none;
	}

/* #col3 wird zur rechte Spalte */
#col3 {
	margin-left: 70%;
	margin-right: 0;
	}
#col3_content {
	padding: 10px 20px 10px 20px;
	padding: 10px 0px 10px 0px;
	}

/* Grafikfreier Spaltenhintergrund */
#col3 {
	border-left: none;
	background-color: #efefef;
	border-right: none;
	}

#main, #page {
	padding: 0;
	}


/* -------------------------------------------------------------------------- */
/* --- Styles für www.aktien-insiderreport.de ------------------------------- */
/* -------------------------------------------------------------------------- */

html * {
	font-size: 100.01%; /* alle Schriftgrößen auf Standard (16 Pixel) zurücksetzen */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}

body {
	font-size: 75.00%; /* Basis-Schriftgröße 12 Pixel */
	color: #333;
	padding: 20px;
	padding-top: 0;
	margin: auto;
	text-align: center;
	background: #fff url(../img/bg-main.jpg) repeat-x top left;
	}
	
#header {
	padding: 0;
}

#nav_main {
	background-image: none;
	}

#nav_main ul {
	margin-left: 0;
	}
	
#nav_main ul li a:focus,
#nav_main ul li a:hover,
#nav_main ul li a:active  {
	background-color: #FFA400;
   color: #000;
   text-decoration: none;
	}

body#startseite #t-startseite a,
body#bestellung #t-bestellung a,
body#agb #t-agb a,
body#impressum #t-impressum a {
	background-color: #FFA400;
	color: #000;
	text-decoration: none;
	}

	
#footer {
	border-top: none;
	background-color: #efefef;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
	margin: 0 0 0.25em 0;
	}

h1 { font-size: 180%; }     /* 24px */
h2 { font-size: 150%; }     /* 18px */
h3 { font-size: 133.33%; }  /* 16px */
h4 { font-size: 133.33%; }  /* 16px */
h5 { font-size: 116.67%; }  /* 14px */
h6 { font-size: 116.67%; }	 /* 14px */

h1 {
	margin-bottom: 1em;
	}

.highlight {
	background-color: yellow;
	background-color: #FFA400;
	font-weight: bold;
	padding: 4px 6px 4px 6px;
	}
	
.centered {
	text-align: center;
	}
	
ul {
	margin-left: 0;
	list-style: square;
	}
	
a, a:hover {
   color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
	}
	
a:hover {
	color: blue;
	border-bottom: 1px solid blue;
	}

#col3_content {
	font-size: 90%;
	}
	
.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;
	}

.h1sidebar {
	margin-bottom: 1.5em;
	border-bottom: #FFA400 4px solid;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	}
	
.booksidebar {
	margin-left: -20px;
	}
	
#agb h1, #agb h2 {
	text-align: center;
	}
	
#agb #col1_content p {
	line-height: normal;
	}
	
.bold {
	font-weight: bold;
	}
	
.centered {
	text-align: center;
	}
	
.label {
	float: left;
	width: 4.5em;
	}
	
ul.bestellung {
	margin-top: 2em;
	list-style: none;
	}
	
ul.bestellung li {
	padding-left: 30px;
	background: #fff url(../img/bullet-small.gif) no-repeat 5px 5px;
	margin-bottom: 0.25em;
	}
	
.topmargin {
	margin-top: 4em;
	}

.topline {
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: #FFA400 1px solid;
	}

.notoppad {
	padding-top: 0;
	}

#footer a, #footer a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #333;
	}
	
#footer a:hover {
	color: blue;
	border-bottom: 1px solid blue;
	}

p.extrapadding {
	padding-left: 20px;
	padding-right: 20px;
	}