/**
 * ---------------------------------------
 * CSS city-apotheke ol
 * --------------------------------------- 
 * 
 * info@l-vogel.de
 * erstellt: 2007-07-04
 * 
 *
 */
 

html {
    margin: 0;
    padding: 0;
    border: 0;
	height: 100%;
}

body {
    margin: 0 auto;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FF6412;
    background-image: url(../images/bg_layout.gif);
	/* ACHTUNG: 
	CSS workaround fuer IE 5/6/7?? 
	nur so werden Ebenen als 
	position: relative dargestellt */
	position: relative;
	/*width: 960px;*/
	height: 100%;
}

#frame {
    position: relative;
	min-height: 100% !important;
	width: 960px;
	background-color: #fff;
	line-height: 1em;
	background-image: url(../images/bg_frame.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	border-right: 18px solid #FF6412;
	border-left: 18px solid #FF6412;
	left: 50%;
	margin-left: -496px;
}
* html #frame {
    height: 100%;
}



#footer {
    width: 960px;
	height: 32px !important;
	clear: both;
    background-color: #FF6412;
	color: #fff;
	font-size: 12px;
	margin-top: -32px;
	position:relative;
	border-right: 18px solid #FF6412;
	border-left: 18px solid #FF6412;
	left: 50%;
	margin-left: -496px;
}
#footerLink {
    text-align: right;
	padding: 6px 0 0 0;
	color: #fff;
	font-weight:bold;
}
/*
#footerLink a {
    color: #000044;
	text-decoration: none;
}
#footerLink a:hover {
	text-decoration: underline;
}
*/


#header {
    padding: 0;
    margin: 0;
	height: 122px;
	background-image: url(../images/header.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#logo {
	position:absolute;
	width:305px;
	height:90px;
	z-index:1001;
	left: 623px;
	top: 19px;
}

#navigation {

}

/* ------------------------------------
   Content
   ------------------------------------ */
#content {
    clear: both;
	/*margin: 0 0 0 182px;*/
}

#contentLeft {
	margin: 0;
	width: 182px;
	float: left;
	height: 100%;
}
#contentCenter {
	margin: 0;
	float: left;
    width: 538px;
}
#contentRight {
	margin: 0;
	width: 240px;
	float: left;

}

.contentCenterHead {
	width: 424px;
	height: 40px;
	margin: 35px 0 20px 55px;

}
.contentCenterFrame {
	margin: 0 55px 30px 55px;
}

.contentRightImg {
	margin: 94px 0 0 2px;
}

.boxTeaser {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #E3E3E3;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 130%;
}
.boxPlus {
	padding: 10px 0 10px 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
}
.boxTeam {
    height: 260px;
	width: 150px;
	float:left;
}
.ad {
	width: auto;
	height:auto;
	text-align:center;
	margin: 20px;
}
#openingHours {
	margin: 20px 0 0 50px;
}
#notDienst {
	 margin: 20px 0 0 50px;
}
/* IE min height hack */
/*
#spacer {
    float: right;
    width: 1px;
    height: 400px;
}
.clear {
    clear: both;
}
*/
/* ------------------------------------
   Text
   ------------------------------------ */

h1 {
   }

h2 {
    font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 10px 0 4px 0;
	color: #000;
	line-height: 150%;
}

h3 {
    font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 2px 0;
	color: #FF6412;
	line-height: 150%;
}

h4 {

}

/* Text allgemein */
div, p, div p, p div, body {
    font-size: 12px !important;
    line-height: 150% !important;
	color: #000;
}

.txtOrange {
    font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #FF6412;
	line-height: 150%;
}

/* ------------------------------------
   tab
   ------------------------------------ */
.tabLabel {
    float: left;
	width: 60px;
}
.tabContent {
    float: left;
}
table {
    margin: 10px 0 20px 0;
	line-height: 120%;
}
table td {
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #e3e3e3;
}
/* ------------------------------------
   Listen
   ------------------------------------ */
ul {
    list-style-type: square;
	list-style-position: outside;
	padding: 0 0 0 14px;
	margin: 10px 0 10px 0;
}
ul li {
	line-height: 150%;

}

/* ------------------------------------
   Links (andere)
   ------------------------------------ */

a { 
    color: black;
	text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}
a.link {
    color: #FF6412;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a.link:hover {
    text-decoration: underline;
}


/* ------------------------------------
   Formulare
   ------------------------------------ */
.form td {
    vertical-align: top;
	padding: 10px;
}

.formbut {
    cursor: pointer;
	font-weight: bold;
	font-size: 20px;
	color: #b20000;
	margin: 30px;
	border: 0; 
	padding: 0;
	text-decoration: underline !important;
	text-align: center;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
 
}
.formfield {
	font-weight: normal;
	border: 0; 
	background: #fff;
	text-decoration: none;
    font-size: 13px;
	width: 320px;
	padding: 2px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.formfield:focus {
    background: #999;
}

textarea {
    height: 50px;
}

input, select {
}

#logo_jantz {
	 position:absolute; 
	 width:281px; 
	 height:45px; 
	 z-index:1;
	 left: 420px; 
	 top: 500px
}
/* not applied by IE Mac or PC \*/
html>body #logo_jantz { 
	 left: 400px; 
	 top: 470px;
}

