/* Stylesheet Naturheilpraxis Simone Reichelt
Author: Kim Callas / CallasDesign
Date: 25.11.2009
================================================ */


/* 1. general styles
================================================ */

* { margin: 0; padding: 0;}

body { 
	background-color: #ccc;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5;
	}

#wrapper {
	background-color: #e6c2c4;
	width: 950px;
	margin: 20px auto;
	border: 7px solid #960532; 
	}
	
#index #wrapper {
	background-color: white;
	}
 
h1 { font-size: 120%; color: #960532; font-style: italic; padding-bottom: 1em; }
h2 { font-size: 95%; color: #960532; font-style: italic; padding-top: 10px; }
h3 { font-size: 100%; padding-bottom: 10px; padding-top: 20px; }

p { padding-bottom: 0.5em; }

.bold {	font-weight: bold; font-size: 95%; }
	
a { color: black; text-decoration: none; display: block; }
a:hover, a:focus {font-weight: bold; color: #960532; }



/* 2. header
================================================ */

#header {
	background: white url(header.jpg) no-repeat;
	height: 127px;
	width: 697px;
	}



/* 3. navi_top
================================================ */

#navi_top {
	height: 31px;
	width: 697px;
    border: 1px solid #960532;
	}
	
#navi_top ul {
    list-style-type: none;
    text-align: center
    }

#navi_top li {
    width: 173px;
    float: left;
    border-left: 1px solid #960532;
    line-height: 30px;
    }
    
#navi_top a { 
	background-color: white;
	}

#navi_top a:hover, a:focus {
	background-color: #f8e0e1;
	}

.actual_page {
	background-color: #960532;
	color: white;
	font-weight: bold;
	border-bottom: 1px solid #960532;
	}


/* 4. content
================================================ */

#content {
	background: white url(lotus_links.jpg) no-repeat bottom left;
	width: 667px;
	height: 510px;
	border-right: 3px solid #960532;
	padding-top: 40px;
	padding-left: 30px;
	}

#text_1 {
	width: 290px;
	height: 80%;
	}
	
#text_2 {
	float: right;
	width: 290px;
	margin-right: 55px;
	height: 100%;
	}

#text_1 ul {
	margin-top: -7px;
	list-style-type: none;
   	line-height: 2.5;
	color: #960532;	
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
    }
    
#text_1 li a {
	background-color: transparent;
	color: #e6c2c4;	
	}

#text_1 li a:hover, a:focus {
	color: #960532;	
	background-color: transparent;
	}	

	
#anwendung #text_1 ul p { 
	color: black; 
	font-size: small; 
	font-weight: normal; 
	font-style: normal; 
	line-height: normal; 
	} 

#anwendung #text_1 li { 
	line-height: 1.5;
	margin-top: 5px;
	}
	
#text_1 p a {
	background-color: transparent;
	}
	

/* 5. right column
================================================ */

#right {
	float: right;
	width: 250px;
	border-left: 3px solid #960532;
	}

.right_aktiv {
	font-weight: bold;
	color: black;
	}
	
.slogan_top {
	padding: 15px 0;
	border-bottom: 1px solid #960532;
	}
	
.adress_top {
	padding-top: 65px;
	}
	
.adress {
	padding: 0 0 13px 30px;
	}

.navi_right li { 
	background: url(link_deco.png) no-repeat;
	background-position: 30px;
	list-style-type: none;
	line-height: 2.5;
	padding-left: 57px;
	}

.qype {
	position: absolute;
	padding: 20px 0 0 10px;
	border: none;
	}
	
.qype a:hover, a:visited {
	background-color: #e6c2c4;
	}


/* Ende Stylesheet
================================================ */

