/* CSS Document */

/*-----------------------------------------------------------------------------
[Praxis für Paarberatung] Screen Stylesheet

version:   1.0
date:      23/05/2007
author:    [Harald Gress]
email:     [gress@die-marketingmacher.de]
website:   [http://www.die-marketingmacher.de]
Client:    Praxis für Paarberatung
url:       http://www.praxis-paarberatung.de
version history: [location of file]
-----------------------------------------------------------------------------*/

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



/* Remove paddings and margins and other stuff from different browsers */

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

.clear {
	clear:both;
	height: 0px;
}

/* Layout-Bereiche
-----------------------------------------------------------------------------*/
body
    {
    font: 62.5% "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;   
	background-color: #ececec;
	height:100%; 
  	max-height:100%;
	text-align: center;
}

#gesamt {
	width: 955px;
	margin: 20px auto;
	padding: 0;
	background-color: #ffffff;
	color: #000063;
	border: 2px solid #9caac6;	
	background-image: url(../img/vote/bg_linke_spalte.gif);
	background-repeat: repeat-y;
	text-align: left;
}


#header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 250px;
}

#links {
	width: 180px;
	float: left; 
	background-color: #dee7ef;
}

#inhalt {

	margin: 0 0px 0 180px;
	padding: 0 0px 0 15px;
	color: #000063;
	height: 100%;
}
#inhalt p {
	font-size: 1.2em;
	line-height: 1.8em;
	}

#rechts {
	width:180px;
	height: 100%;
	float:right;
	padding-left: 24px;
}
#footer {
	clear: left;
	margin-left: 180px;
	margin-bottom: 6px;
}
/* Allgemeine Auszeichnungen
-----------------------------------------------------------------------------*/
#inhalt h1 {
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	color: #ce0000;
	letter-spacing: 0.2em;
	text-align: left;
	padding-left: 24px;
	margin-top: -3px;
	margin-bottom: 20px;
}
    
h2 {
    font: 1.6em "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
	color: #5a79a5;
	text-align: left;  
}
    
#inhalt h3 {
    font: 1.4em "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
	color: #5a79a5;
	text-align: left;  
}
    
h4 {
    font-size: 1.6em;    
}
    
h5 {
    font-size: 1.4em;    
}
    
p {
    font-size: 1.0em;    
}

.subtext {
	font-size: 0.9em;
	color: #5a79a5;
}

#inhalt a, #inhalt a:link, #rechts a, #rechts a:link, #inhalt a:visited, #rechts a:visited {
	color: #ce0000;
	text-decoration: none;
}
#inhalt a:hover, #rechts a:hover {
	color: #FF3300;
	text-decoration: underline;
	}
	
	
/* Header
-----------------------------------------------------------------------------*/
#logo img {
	padding: 12px 0 0 26px;
	
}

#firma {
	font-size: 1.2em;
	color: #000063;
	text-align: right;
	line-height: 1.4em;
	width: 120px;
	margin-left: 40px;
	margin-top: -12px;

}

#zitat {
	float: right;
	width: 180px;
	color: #5a79a5;
	padding-right: 18px;
	margin-top: -36px;
	font: italic 1.2em/1.4em "Trebuchet MS", Geneva, Helvetica, sans-serif;
	letter-spacing: 0.2em;
}

.autor {
	font-size: 0.9em;
	color: #ce0000;
	text-align: right;
	display: block;
	padding-bottom: 20px;
}

#links img {
	padding: 20px 0px 0px 20px;
}


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

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
height:150px;
font-size:1.1em;
margin: 0px 0 50px 0px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
position:relative;
z-index: 100;
width:180px;
}
/* style the list items */
.menu li {
background:#dee7ef;
height:24px;
/* for IE7 */
float:left;
}
.menu li.sub {
	background-color: #dee7ef;
} 

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:10; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:23px;
line-height:23px;
width:180px;
color:#000063;
text-indent:8px;
border:1px solid #5a79a5;
border-width:1px 0px 1px 0px;
}

/* style the link hover */
* html .menu a:hover {color:#000063; background:#9caac6; position:relative; text-decoration: none;}

.menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {color:#000063; background:#9caac6;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {color:#fff; background:#9caac6; text-decoration: none;}
 
/* hide the sub levels and give them a position absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:-30px;
/* set up the overlap (minus the overrun) */
left:130px;
/* set up the overrun area */
padding:30px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent;
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {
	visibility:visible;
	position:absolute;
	top:-30px;
	}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}


/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;

}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}


/* Footer
-----------------------------------------------------------------------------*/

.fusszeile {
	text-align: center;
	font-size: 1em;
	margin-top: -18px;
	color: #9caac6;
}


/* Allgemeine Bereiche der Homepage
-----------------------------------------------------------------------------*/


#adresse {
	font-size: 1.0em;
	line-height: 1.4em;
	padding: 10px 0 10px 8px;
	/*margin-top: 240px;
	/*color: #dee7ef;
	/*background-color: #ce0000;
	position: static;
	width: 172px;
	bottom: 0px;
	left: 10px;*/
	
}

#adresse a, #adresse a:link {
	color: #ce0000;
	text-decoration: none;
}

#adresse a:visited {
	color: #dee7ef;
}

#adresse a:hover {
	color: #5a79a5;
	text-decoration: underline;
}

.taskleiste {
	background-color: #dee7ef;
	margin-bottom: 1em;
	padding: 4px;
	padding-bottom: 4px;
}

.seitenzahlen {
	margin-bottom: 1em;
}

.klammer {
	font-size: 0.8em;
	color: #5a79a5;
	margin-left: 2em;
}

.download {
	background-image: url(../img/arrow_down.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
}
/* Die Infoboxen
-----------------------------------------------------------------------------*/

#rechts h1 {
	background-image: url(../img/img_boxtitel.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 22px;
	font-size: 1.2em;
	color: #ce0000;
	padding-left: 12px;
	margin: 0 0 12px 0;
}

#rechts .boxinhalt {
	line-height: 1.2em;
	font-size: 1.0em;
	margin: 0 14px 12px 12px;
}
.boxinhalt h2 {
	line-height: 1.4em;
	font-size: 1.1em;
	color: #ce0000;
	font-weight: normal;
	text-decoration: none;	
}


.boxinhalt h2 a, .boxinhalt h2 a:link, .boxinhalt h2 a:visited {
	line-height: 1.4em;
	font-size: 1.1em;
	color: #ce0000;
	font-weight: normal;
	text-decoration: none;	
}

.boxinhalt h2 a:hover {
	line-height: 1.4em;
	font-size: 1.1em;
	color: #5a79a5;
	font-weight: normal;
	text-decoration: underline;	
}
.boxinhalt p {
	font-size: 1.0em;
	color: #5a79a5;
	padding-bottom: 6px;
}

#links h1 {
	font-size: 1.2em;
	margin-left:8px;
	border-bottom: 1px solid #000063;
}
#links .boxinhalt {
	line-height: 1.2em;
	font-size: 1.0em;
	margin: 4px 10px 12px 8px;
}
.boxlinks_button {
	margin-top: 6px;
}

/* Your template
-----------------------------------------------------------------------------*/


.img_links {
	float: left;
	padding: 0 2em 2em 0;
}

.meldung {
	font-size: 1.2em;
	font-weight: bold;
	color: #CC0033;
}

ul.news {
	font-size: 1.4em;
}
.datum {
	font-size: 1.4em;
	font-weight: bold;
}

/* Forms
-----------------------------------------------------------------------------*/

#links form {
	padding: 24px 8px 20px 8px;
}
fieldset {
	font-size: 1.0em;
	border: 1px solid #5a79a5;
	padding: 8px;
}
legend {
	color: #5a79a5;
}
.beschriftung {
	float: left;
	width: 80px;
}

input.text
    {
    padding: 3px;
    border: 1px solid #999999;    
}

label {
	text-indent:-1000em;
}
.button_blau {
	font-size: 1.0em;
	margin-top: 8px;
}
/* Tables 
-----------------------------------------------------------------------------*/


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


