/*<![CDATA[
Stefanie Kossack
02/2009
*/

@import url(navigation.css);
@import url(image.css);

* {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

body {
 	margin: 0 auto;  
	font: normal normal 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #248409;
	color: #ebbd00;	
}

a.text {
	font-style: italic;
	font-size: 0.95em;
}

h1 {
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 0 20px 50px;
}

h2 {
	font-weight: bold;
	font-size: 0.95em;
	padding: 0 0 20px 50px;
}

h3 {
	font-style: italic;
	font-size: 0.75em;	
}

p {
	padding: 0 0 20px 70px;
}

#headerLeft {
	border-bottom: solid 1px #ebbd00;
	width: 220px;
	height: 50px;
	float: left;
}

#headerRight {
	border-bottom: solid 1px #ebbd00;
	height: 50px;
	width: 760px;
	margin: 20px 0 0 220px;
	border-left: solid 3px #ebbd00;
}

#container {
	width: 1000px;	
}

#contentLeft {
	height: 440px;
	width: 220px;
	float: left;
}

#contentRight {
	height: 420px;
	width:	760px;
	border-left: solid 3px #ebbd00;
	margin: 0 0 0 220px;
	position: absolute;
	padding-top: 40px; 
}

#footer {
	top: 420px;
	width: 760px;
	height: 30px;
	position: absolute;
}

/*--------------------------------kon1_inc.php--------------------------------------*/

form fieldset {
	border: solid 1px #ebbd00;
	width: 590px;
	margin: 0 0 0 70px;
}

form fieldset p {
	margin: 20px 0 10px 20px;
}

legend, label {
	margin: 0 10px 0 20px;
}

label {
	margin: 0 0 0 20px;
}

table.nachricht {
	float: left;
	margin-top: 10px;
}

input, select, textarea {
	border: none;
	color: #248409;
	width: 145px;
	margin: 10px 0 10px 46px;
	background-color: #ebbd00;
}

textarea {
	height: 67px;
	width: 429px;
	margin: 10px 0 0 0;
}

input.submit {
	margin: 20px 0 20px 0;
	background-color: #ebbd00;
	color: #248409;
	border: none;
	cursor: pointer;
}

/*------------------------mensch_inc.html---------------------*/

h3.lit {	
	padding: 0 0 20px 50px;
}

p.blaettern {
	text-align: center;	
}

/*-------------------------check1_inc.html-------------------------------*/

ul.check {
	list-style-image: url(../img/check.gif);
	margin: 0 0 0 90px;
}

ul.check li {
	margin: 0 0 10px 0;
}

/*-----------------------irland1_inc.html--------------------------------------*/

ul.aupair li {
	margin: 10px 0 0 90px;
}

/*------------------------foto1_inc.html--------------------------------------*/

#slideShowBG {
	position: absolute;
	top: 0; 
	left: 0;
  	visibility: hidden; 
  	background-image: url(../img/grau.png);
}

#picSlider {
	position: relative; 
  	width: 700px; 
  	height: 400px; 
	background-color: #248409;
	margin: 0 auto;
	padding: 5px 10px 10px 10px;
}
#leftArea {
	width: 450px;
	float: left;
	margin-right: 20px;
}

#leftAreaPic {
	width: 450px;
	height: 338px;
	text-align: center;
	vertical-align: middle;
}

#leftAreaFooterBack {
	width: 170px;
	height: 28px;
	float: left;
}

#leftAreaFooterMiddle {
	width: 100px;
	height: 28px;
	float: left;
	text-align: center;
}

#leftAreaFooter {
	height: 28px;
	margin-top: 5px;
}

#rightArea {
	width: 220px;
	height: 338px;
	overflow: auto;
	background: url(../img/text.png) no-repeat; 
}
p.foto {
	padding: 10px 0 10px 10px;
	margin-right: 10px;
}


/*-------------------------adressen1_inc.html-----------------------------------*/

table.adress {
	margin: 0 0 20px 70px;
	text-align: left;
	font-size: 0.8em;
	/*border: solid 1px #ebbd00;*/
	frame: box;
	rules: basic;
}

table.adress th {
	padding: 5px;
	font-weight: bold;
	border: solid 1px #ebbd00;
	width: 150px;
}

table.adress th.town {
	width: 80px;
}

table.adress td {
	border: solid 1px #ebbd00;
	vertical-align: top;
	padding: 5px;
}

table.adress th.first {
	width: 135px;
}

table.adress td.first {
	font-weight: bold;
}

table.adress td.name {
	font-style: italic;
}



