/* 
	CSS für aloha-touch.de | v 10-10-2009 
	(c) Ingo Sparr / DeutscheLebensArt.de    */
	
/* --- Layout --- */
*{ padding: 0; margin: 0; }

body{
	border-top: 1px solid #bed0c6;
	background-color: #8eaa9c;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	cursor: default;
}

#accessibility{ display: none; height: 0; }

#contentWrapper{
	border-top: 1px solid #ffffff;
	margin-top: 12px;
	background-color: #90ac83;
}

 #content{
	padding-top: 0;
	margin-left: 0;
	/*	margin-right: 6%;*/
	padding-bottom: 16px;
	border-top: 1px solid #90ac83; /* für Moz */
}

 #contentInnen{
	margin-left: 100px;
	margin-top: 180px;
	max-width: 55em;
	min-width: 800px;
}

#fussWrapper{
	width: 100%;
	border-top: 1px solid #ffffff;
	background-color: #8eaa9c;
}

 #fuss{ max-width: 70em; }

 
#navi{ position: absolute; top: 24px; left: 0; }

/* ---- Seitendeko ---- */ 
img#grafikLinks {
	float: left;
	width: 382px;
	margin: 0 .7em .1em 0;
	height: 500px;
}

img#kopfGrafik{ position: absolute; top: 29px; left: 410px; }

#kopfUnter{ width: 550px; position: absolute; top: 74px; left: 450px; }

 
/* ---- Blockelemente allgemein ---- */ 	
	
h1, h2, h3, h4{ margin-bottom: 0; color: #f1f9df; }

 h1{
	padding-left: 0;
	font-size: 1.6em; /* verwendet: CopprplGoth Bd BT */
}

h1.ir{
	padding: 33px 14px 4px 0;
	overflow: hidden;
	height: 0 !important;
	height: 33px;
}

 h2{
	margin-top: 2.5em;
	margin-bottom: -.7em;
	font-size: 1.0em;
	font-weight: normal;
}

 h3{
	margin-top: 1.2em;
	margin-bottom: -.1em;
	font-size: .8em;
	font-weight: normal;
}

p, ul, ol{ color: #10112d; font-size: .8em; line-height: 1.5em; }

 
p { margin-top: 1.4em; }

 p:first-line{ color: #181c41; }

 p:first-letter{ font-size: 1.3em; }

 
blockquote p { margin-left: 2em; }

 
ul, ol { list-style-position: inside; }

 
a{ color: #384766; }

 a:visited{ color: #384766; }

 a:hover { background-color: #9bb48f; text-decoration: none; }

 
 a:active{ color: #536a97; }

img{ font-size: .7em; }

#contentInnen img{
	float: right;
	margin: 2em .5em 1.4em 1.4em;
	border: 1px solid #bbccb3;
}

 a img{ border: none; }

 
/* ---- Blockelemente in best. Bereichen ---- */ 
 
/* --- navi --- */
#navi ul{
	list-style-image: none;
	list-style-type: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#navi a, #navi a:active, #navi a:visited{
	width: 9em;
	padding-left: 18px;
	display: block;
	color: #ffffff;
	background-color: transparent;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	line-height: 2em;
	height: 2em;
}

#navi a:hover{ border-left: 6px solid #90ac83; }

#navi a.current{ border-left: 6px solid #90ac83; font-weight: normal; }

/* ---- Crumbs ---- */
#crumbbar{
	margin-top: 2em;
	margin-bottom: .3em;
	color: #2e3c58;
	text-align: center;
}

 #crumbbar p, #crumbbar p:first-line {
	color: #2e3c58;
	font-size: 0.85em;
	text-align: center;
	position: relative;
}

 #crumbbar p:first-letter{ font-size: 1em; }

/* --- Fuss --- */ 
#fuss img{
	float: right;
	padding-bottom: 20px;
	padding-right: 3%;
	margin-top: 20px;
}

#fuss p{ font-size: .76em; text-align: center; }

 
#fuss p:first-letter{ font-size: 1em; }

 
 
/* --- Content --- */
p.adminEdit{ font-size: .7em; text-align: right; }

/* Nice 2 CU here! ...und grüß mir die Wombats! */