/*-----------------------------------------------------------------------------
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
-----------------------------------------------------------------------------*/




/* 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.6  Verdana, "Lucida Grande", "Lucida Sans", Tahoma, sans-serif;
	color: #444;	
	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 350px 0 120px;
	text-align: justify;
}

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

#col_left {
float: left;
width: 100px;
margin: 0 0 0 20px;
padding: 0;
}

#col_right {
float: right;
width: 250px;
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
-----------------------------------------------------------------------------*/
.Stil1 {color: #000}
.Stil6 {font-size: 0.85em}
h1
	{
	font-size: 1.6em; 
	color: #999;
	margin-bottom: 2em;
	font-weight: bold;
}
	
h2
	{
	font-size: 1.3em;
	color: #000;
	text-align: left; 
	margin: 1em 0;
}
	
h3 {
font-family: Georgia, Palatino, "Times New Roman", serif;
	font-size: 22px;
	font-style: italic;
	color: #FFF;
	font-weight: normal;
display:block;
clear: both;
}


h4
	{
	font-size: 1.3em;
	color: #000;
	text-align: left;
	margin: 15px 0 15px 0;
}
	
h5
	{
	font-family: Georgia, Palatino, "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 14px; 
	 line-height: 18px;
	text-align: right;
	color: #333;
}

h6
	{
	font-family: Georgia, Palatino, "Times New Roman", serif;
	font-weight: normal;
    line-height: 22px;
	font-style: italic;
	font-size: 18px; 
	text-align: left;
	color: #fb0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 10px;
	margin: 20px 0px;

}
	
p, td
	{
	font-size: 1.2em; 
}

#content ul {
	font-size: 1.2em;
	list-style: disc outside;
	margin: 10px;
}

#content li {
	text-align: left;
	font-size: 1.0em; 
	margin-left: 10px;
}

#content dl {
z-index:10;
	font-size: 1.2em;
	list-style: none;
	margin: 10px;
}

#content dt {
z-index:10;
	text-align: left;
	font-size: 1.0em; 
	font-weight: bold;
	margin-left: -300px;
}


hr {
	color: #fff;
	background: inherit;
	border-top: 1px dotted #ccc;
	margin: 0 0 2em 0;
}

*html hr {
color: #ccc;
height: 1px;

}





/* Navigation
-----------------------------------------------------------------------------*/

#navi ul {
	list-style: none;
	font-size: 12px;
	/*line-height: normal;*/
	margin: 5px 0 0 10px; 


}

#navi li {
font-size: 12px;
/*line-height: normal; */
margin: 0 0 5px 0;

}

#navi li ul {
/*line-height: normal; */
padding:0;
margin: 0 0 5px 20px;
border-bottom: 1px dotted #ccc;

}
#navi ul li ul li {
/*line-height: normal; */
margin: 0 0 5px 0;

}

*+html #navi ul li ul {
margin-top: -13px;
}
* html #navi ul li ul {
margin-top: -13px;
}
/*

*html #navi li ul li {
	margin-bottom: 0;
}
*/



a:link {

text-decoration: none;
font-weight: bold;
color: #000;
}

a:visited {
color: #000;
text-decoration: none;
font-weight: bold;

}

a:hover {
color: #FB0;
text-decoration: none;
font-weight: bold;

}
a:focus {
color: #FB0;
text-decoration: none;
font-weight: bold;

}
a:active {
color: #FC0;
text-decoration: none;
font-weight: bold;
}


#navi a:link {
width: 100%;
text-decoration: none;
font-weight: normal;
color: #000;
width: 180px;
display: block;
}

#navi a:visited {
color: #000;
text-decoration: none;
font-weight: normal;
width: 180px;
display: block;
}

#navi a:hover {
color: #FB0;
text-decoration: none;
}

#navi a:focus {
color: #FB0;
text-decoration: none;

}
#navi a:active {
color: #FC0;
text-decoration: none;
}

.standort {
color: #fB0;
text-decoration: none;
}

#navi a.standorttop {
color: #fB0;
text-decoration: none;	
}

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

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





/* spezielles
-----------------------------------------------------------------------------*/
 p {
margin-bottom: 1.5em;
}




/* Forms
-----------------------------------------------------------------------------*/
/* fehlermeldung
-----------------------------------------------------------------------------*/
.error {
	position: absolute;
	top: 280px;
	margin: 0 auto 0 auto;
	padding: 30px;
	width: 370px;
	height: 350px;
	z-index: 20;
	color: #990000;
	background-color: #fff;
	border: 1px dotted #ccc;

}


input.text
	{
	padding: 3px;
	border: 1px solid #ccc;
	width: 220px;
}

textarea {
	padding: 3px;
	border: 1px solid #ccc;
	width: 220px;
}

/* Tables 
-----------------------------------------------------------------------------*/



table
 	
	{ 
  	border-spacing: 0;
	border-collapse: collapse;
}

td 
	
	{
  	text-align: left;
	font-weight: normal;
}
