/* www.vera-koerner.at
//
// Start 27. Juli 2007
// Letzte Aenderung am 29. Juli 2007
*/

/* ------------ Allgemeines --------------- */

* {
	padding: 0;
	margin: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

/* Wichtige Farben */
.gruen 		{ color: #afbd53; }
.hellgruen 	{ color: #cdd293; }
.hellgrau 	{ color: #B0B0B0; }
.grau		{ color: #888888; }
.dunkelgrau { color: #555555; }

body{
	text-align: center; /* Zentrierung des Layouts im IE 5 */
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #888;
	line-height: 1.4em;
	background:url(../pix/aktuel.jpg) center top no-repeat #fff;
}

p,h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dt,dd,p,td,th,input,textarea,select,address{
	font-size: 1em;
	text-align: left; /* Alle Elemente linksbündig */
}

.clear {
	clear: both;
}

img, a img {
	border: 0;
}

.hide, .none {
	display: none;
}

p,address {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 0.7em;
	font-style: normal;
}

.nobr {
	white-space: nowrap;
}

.leftalign {
	float: left;
}

.rightalign {
	float: right;
}

/* ------------------ Formatierung -------------*/

div#header div#navi ul li {
	font-size: 1.35em;
	line-height: 1.15em;
}

div#header div#navi a,
div#header div#navi a:link {
	font-weight: 100;
	color: #999;
	text-decoration: none;
}

div#header div#navi a:hover,
div#header div#navi a:focus,
div#header div#navi a:active {
	text-decoration: underline;
	color: #afbd53;
}

div#footer a, a:link {
	text-decoration: none;
}

h1 {
	font-size: 1.4em;
	line-height: 1.15em;
	border-bottom: 1px solid #eee;
	padding-bottom: 0.2em;
	margin-top: 1em;
	margin-bottom: 1.5em;
	color: #aaa;
}

	h1 span, h2 span {
		color: #afbd53;
	}

strong, b {
	color: #afbd53;
	font-weight: bold;
}


/* -----------  Listen ------------ */

dl {
	margin-bottom: -1em;
}

dl dt {
	width: 95px;
	font-weight: bold;
	color: #afbd53;
	border-bottom: 1px solid #eee;
}

dl dt.datum {
	color: #ccc;
	font-weight: normal;
	margin-top: 0.2em;
	border-bottom: 0px;
}

dl dd {
	position: relative;
	top: -3.1em;
	margin-bottom: 0.3em;
	left: 105px;
	width: 345px;
}


ul,li{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/* -----------  Formulare ------------ */

input.txtfeld { 
	background-color:#FFF;
   	height: 1.5em;
	text-align: left;
	border: 1px solid #bbb; 
	padding: 2px 2px 0px 2px; 
	width:450px;
}

textarea {
	background-color:#FFF; 
	width:450px; 
	border: 1px solid #bbb;
	padding: 2px;
	font-size: 1em;
}

input.check {
	position:relative;
	top:2px;
}

input.button { 
     color:#FFF;
     padding: 2px 20px 2px 20px;
     text-align:center; 
     font-size: 0.9em;
     background-color: #afbd53;
     line-height:1em;
}
   

/* ------------------ Links -------------- */

a, a:link {
	color: #afbd53;
	text-decoration: none;
}

a:visited {
	color: #cdd293;
	text-decoration: none;
}

a:focus, a:hover, a:active {
	color: #afbd53;
	text-decoration: underline;
}

a:hover img{
	background: #fff;
}


a:link.skip, a:visited.skip, a:hover.skip,
a:active.skip, a:focus.skip {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

body#home div#navi a#navi-home,
body#aktuell div#navi a#navi-aktuell,
body#behandlungen div#navi a#navi-behandlungen,
body#breema div#navi a#navi-breema,
body#kontakt div#navi a#navi-kontakt {
	color: #afbd53;
}

   
   
/* -------------- Container -------------- */
div#wrap {
	margin: 0 auto;
	padding: 0;
	width: 656px;
	text-align: left;
	height: 100%;
}

div#rand-oben {
	float:left;
	background:url(../pix/hg_top.jpg) top center no-repeat;
	width: 656px;
	height: 50px;
	margin-top: 10px;
}

div#header {
	float: left;
	background:url(../pix/hg_content.jpg) top center repeat-y;
	width: 656px;
	height: 100px;
}

	div#header div#navi {
		float: left;
		position: relative;
		left: 105px;
		z-index:1
	}
	
	div#header div#navi ul {
	}

	div#header img#tulpen_kl {
		float: left;
		position: relative;
		top: -24px;
		left: 100px;
	}
	
	div#header img#_kl {
		float: left;
		position: relative;
		left: 260px;
		top: -4px;
	}
	

div#content {
	float: left;
	position: relative;
	background:url(../pix/hg_content.jpg) top center repeat-y;
	width: 656px;
}

	div#content-content {
		position: relative;
		width: 450px;
		margin: 0 auto;
		text-align: center;
	}

div#footer {
	float: left;
	position: relative;
	margin: 0 -3px 0 0; 
	background:url(../pix/hg_content.jpg) top center repeat-y;
	width: 656px;
	height: 2em;
	padding-top: 0em;
	text-align: center;
}
	
	div#footer-content {
		border-top: 1px solid #eee;
		padding-top: 0.5em;
		width:450px;
		margin: 0 auto;
	}
	
		div#footer-content span {
			color: #afbd53;
			margin-right: 0.5em;
		}
	
div#rand-unten {
	float: left;
	position: relative;
	margin-right: -3px; /* ie6 bug */
	background:url(../pix/hg_bottom.jpg) top center no-repeat;
	width: 656px;	
	height: 50px;
}

/* ---------------- Seitenformatierungen ---------------- */

body#home h1 {
	position: relative;
	top: 120px;;
	font-size: 1.9em;
	color: #afbd53;
	font-weight:100;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body#home h2 {
	position: relative;
	top: 175px;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #aaa;
	font-weight: 100;
	margin-bottom:0.7em;
	padding: 0px;
	border: 0px;
}

body#home a, 
div# a,
body#home a:link, 
div#footer a:link,
body#home a:visited,
div#footer a:visited {
	text-decoration: none;
	color: #aaa;
}

body#home a:hover,
div#footer a:hover, 
body#home a:active, 
div#footer a:active,
body#home a:focus,
div#footer a:focus {
	text-decoration: underline;
}

body#home img#tulpen {
	float: left;
	position: relative;
	top: -129px;
	left: 235px;	
}

body#home img#logo {
	margin: 5em;
	position: relative;
}

body#aktuell p.datum {
	float: left;
	color: #cdd293;
}

img#portrait {
	float: right;
	margin-left: 2em;
}

body#breema div#footer {
	padding-top: 2em;
}