/*-----------------------------------------------------------------------------
Dresden-Coaching Screen Stylesheet

version:   1.0
date:      11/05/07
author:    Heike Autenrieth-Häfner
email:     heike@autenrieth-haefner.de

website:   www.autenrieth-haefner.de

version history: www.dresden-coaching.de/css/screen.css
-----------------------------------------------------------------------------*/


/* Import other stylesheets
-----------------------------------------------------------------------------*/

/* @import url("otherstylesheet.css"); */


/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

* 
	{
	margin: 0;
	padding: 0;
	border: 0;
}

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear
	{
	clear: both; height: 10px; background-color: #fff; overflow:visible;
}



.right
	{
	float: right;
}



.left
	{
	float: left;
}

/* Set up the document
-----------------------------------------------------------------------------*/

body
	{
	font: 62.5%/1.5  Verdana, "Lucida Grande", "Lucida Sans", Tahoma, sans-serif;
	margin-top: 10px;
	color: #666;	
	text-align: center;
	height: 100%;
}



#container { 
width: 920px; /* Seitenbreite */
text-align: left;  
margin: 0px auto 0px auto;
background: url(images/bodybg.jpg) repeat-y center top;
z-index: 2;
}

#wrapper {
z-index: 1;
background: url(images/contbg.jpg) no-repeat right bottom;
}


/* Spaltenlayout 3 Spalten 300 | 300 | 300
-----------------------------------------------------------------------------*/
#content {
	padding: 0px 0px 0px 0px;
	margin: 0 310px 0 310px;
	text-align: justify;

}
*html #content {
display: inline-block;
}

#col_left {
float: left;
width: 300px;
margin: 0 0 0 10px;
padding: 0;


}
#col_right {
float: right;
width: 300px;
margin: 0 10px 0 0;
padding: 0;

}

/* Header
-----------------------------------------------------------------------------*/

#header {
height: 196px;
margin-bottom: 35px;
background: #fff url(images/headbg.jpg) no-repeat center top;
}

/* Typography
-----------------------------------------------------------------------------*/

h1
	{
	font-size: 1.6em; 
	color: #FFBF00;
	margin-bottom: 2em;
	font-weight: bold;
}
	
h2
	{
	font-size: 1.3em;
	color: #000;
	text-align: left; 
}
	
h3
	{

	padding-left: 177px;
	padding-top: 149px;
	font-family: georgia, palatino, "Times New Roman", serif;
	font-size: 22px;
	font-style: italic;
	color: #FFF;
	font-weight: normal;
}
	
h4
	{
	font-size: 1.3em;
	color: #000;
	text-align: left;
	margin: 15px 0 15px 0;
}
	
h5
	{
	font-size: 1.3em; 
	text-align: right;
	color: #ccc;
}
	
p, q, cite, td
	{
	font-size: 1.2em; 
}
p {
margin-bottom: 1.4em;
}

ul, ol, dl
	{
	list-style: none;
	font-size: 1.1em; 
}

li, dd, dt
	{
	font-size: 1.0em; 
	margin:0;
}
hr {
	color: #fff;
	background: inherit;
	border-top: 1px solid #ccc;
	margin: 0 0 2em 0;
}
*html hr {
color: #ccc;
height: 1px;
}

blockquote {

}



/* Navigation
-----------------------------------------------------------------------------*/
#col_left a {
width: 200px;
border-bottom: 1px dotted #ccc;
}

a {
text-decoration: none;
font-weight: normal;
color: #000;
width: 240px;
display: block;
padding: 10px 0;
border-bottom: 1px solid #fff;
}

a:link {
text-decoration: none;
font-weight: normal;
color: #000;
width: 240px;
display: block;
padding: 10px 0;
border-bottom: 1px solid #fff;
}

a:visited {
color: #000;
text-decoration: none;
}

a:hover {
color: #FB0;
text-decoration: none;
border-bottom: 1px dotted #ccc;
}

a:focus {
color: #FB0;
text-decoration: none;
border-bottom: 1px dotted #ccc;
}

a:active {
color: #FC0;
text-decoration: none;
border-bottom: 1px dotted #fbo;
}



/* Footer
-----------------------------------------------------------------------------*/
#footer {
background-color: #fff;
}

#footer p {
font-size: 0.9em;
color: #888;
padding:  0;
}
em {
font-size: 1.4em;
}





/* spezielles
-----------------------------------------------------------------------------*/


div#erfolg_sub {
visibility: hidden;
width: 185px;
margin-left: 30px;
text-align: left;
}
div#personal_sub {
visibility: hidden;
width: 185px;
margin-left: 30px;
text-align: left;
}



