/**
 * ---------------------------------------
 * CSS www.heilpaed.de
 * --------------------------------------- 
 * 
 * info@l-vogel.de
 * erstellt: 2008-09-30
 * 
 *
 */
 
 @import url(navigation.css);
 

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

body {
	
    padding: 0;
    border: 0;
    margin: 0 auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 130%;
	background-color: #ed6709;
	width: 850px;
	/* ACHTUNG: 
	CSS workaround fuer IE 5/6/7?? 
	nur so werden Ebenen als 
	position: relative dargestellt */
	position: relative;
	/*width: 960px;*/
	height: 100%;
	
	

}
.clearer {
	clear: both;
}

#frame {
	margin: 0;
	padding: 0 45px 0 45px;
    position: relative;
	min-height: 100% !important;
	line-height: 1em;
	background-image: url(../images/bg_content.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
	
}
* html #frame {
	height: 100%;
}



/* ------------------------------------
   Header
   ------------------------------------ */

#header {
	position: relative;
	height: 130px;
	padding: 0;
    margin: 0;
	color: #fff;
	border-bottom: 1px solid #fff;
}







/* ------------------------------------
   Content
   ------------------------------------ */
#content {
	padding: 0px 60px 70px 60px;
}

/* ------------------------------------
   Navigation
   ------------------------------------ */
/* s. navigation.css */

/* ------------------------------------
   Footer
   ------------------------------------ */
#footer {
	width: 640px;
	padding: 10px 60px 0 60px;
	border-top: 1px solid #33a5e0;
	height:47px !important;
	clear: both;
	background-color: #87b93b;
	color: #fff;
	font-size: 11px !important;
	line-height: 110% !important;
	font-weight: normal !important;
	margin-top: -57px;
	position:relative;
	left: 45px;
}

#footer a {
	color: #fff !important;
}

/* ------------------------------------
   Boxes
   ------------------------------------ */
   
.animation {
	text-align:center;
	padding: 20px;
}	   
 

#boxInfo {
	position: absolute;
	z-index:auto;
	top: 450px;
	left: 200px;
	width: 440px;
	height: auto;
	border: 1px solid #333;
	background-color: #fafafa;
	visibility: hidden;
}	

.boxInfoHead {
	background-color: #33a5e0;
	padding: 2px 10px 2px 10px;
	color: #fff;
}
.boxInfoHeadText {
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	width: 400px;
	
}.boxInfoHeadClose {
	float: left;
	background-color: #33a5e0;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	width: 20px;
	text-align: right;
	padding: 2px 0 0 0;
}

.boxInfoText {
	padding: 10px;
}	
/* ------------------------------------
   Table
   ------------------------------------ */
table {
	border: 0;
	padding: 0;
	margin: 0;
}   
table td {
	border: 0;
	padding: 1px;
	font-size: 12px;
	vertical-align: top;
} 

table  th {

}   
   
/* ------------------------------------
   Text
   ------------------------------------ */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #33a5e0;
	border-bottom: 1px solid #33a5e0;
	margin: 0 0 20px 0;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding: 0 0 4px 0;
}

h2 {
 	font-size: 15px;
	font-weight: normal;
}

h3 {
 	font-size: 12px;
	color: #155120;
}

h4 {

}

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

p {
	padding: 0;
	margin: 0;
}


/* ------------------------------------
   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: #002565;
	text-decoration: underline;
}
a:hover {
    text-decoration: none;
}


/* ------------------------------------
   Navigation
   ------------------------------------ */
 
 
#navigation {
	width: 244px;
	padding-bottom:40px;
}


/* ------------------------------------
   Kontaktformular
   ------------------------------------ */

.boxForm {
	margin: 20px 0 30px 0;
}	   
   

.formbut {
	padding:1px;
	margin: 1px 0 1px;
	font-size: 12px;
	border:1px solid #666;
	background-color:#33a5e0;
	color: #fff;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


/* Tabelloses Forumlar */


.formfield {
    display: block;
	float: left;
	width: 200px;
	padding:1px;
	margin: 1px 0 1px;
	font-size: 12px;
	border:1px solid #666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}



label {
    display: block;
	text-align: left;
	float: left;
	width: 180px !important;
	margin: 0 0 0 0;
	padding: 0 10px 0 2px;
	font-size: 12px !important;
}
textarea {
	margin: 4px 0 20px 0 !important;
	width: 200px;
	height: 100px;
	font-size: 12px;
	border:1px solid #666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}



/* ------------------------------------
    Flash Film unter Layern
    ------------------------------------ */
.flashcontain {
	position: absolute;
	z-index: 1; 
}

.flashOverlay {
	position: absolute;
	z-index: 10;
	height:263px;
	width: 720px;
}

