/*******************************************************************
*                                                                  *
*  Stylesheet for Human Touch PR                                   *
*  Copyright 2009 by GRAFIXOUND Werbeagentur                       *
*                                                                  *
********************************************************************/


/* BASICS **********************************************************/
body {
	margin : 0;
	padding : 0;
	font : 76% "Trebuchet MS", verdana, tahoma, arial, sans-serif;
	line-height : 1.7em;
	/*background : #f8d265 url(images/bg.png) repeat-x;*/
	background : #ffc878;
	/*background : #ffd070;*/
	color : #555;
}

/* TYPOGRAPHY ******************************************************/
p {
	margin : 10px 0;
	font-size: 110%;
}

p strong {
	font-weight: bold;
	color : #060;
}

.small {
	font-size: 100%;
}

.hinweis {
	text-align: right;
	font-size: 90%;
	color: 666;
}

h2 {
	margin : 10px 0 25px 0;
	padding : 0;
	font : normal 130% verdana, "Trebuchet MS", arial, sans-serif;
	letter-spacing : 3px;
	text-transform : uppercase;
	background : inherit;
	/*color : #617BA0;*/
	color : #060;
}

h3 {
	margin : 10px 0;
	padding : 0;
	font : bold 110% verdana, "Trebuchet MS", arial, sans-serif;
	text-transform : uppercase;
	color : #9d4c4b;
	background : inherit;
}

h4 {
	margin : 10px 0 0;
	padding : 0;
	font : bold 120% verdana, "Trebuchet MS", arial, sans-serif;
	color : #060;
}

h5 {
	margin : 0 0 10px;
	padding : 0;
	font : bold 100% verdana, "Trebuchet MS", arial, sans-serif;
	color : #000;
}

blockquote {
	font-size: 110%;
	font-weight : bold;
	font-style : italic;
	margin: 20px 15px;
	color : #938e40;
}

/* HYPERLINKS ******************************************************/
a {
	text-decoration: none;
	color : #060;
	background : transparent;
}
a:hover {
	text-decoration: none;
	color : #000;
	background :#ffd070;
}

/* IMAGES **********************************************************/
.myborder {
	border : 1px solid #eee;
	margin : 15px 10px 10px 10px;
	padding : 5px;
}
.imgleft {
	float : left;
	border : 1px solid #eee;
	margin : 5px 10px 10px 0;
	padding : 5px;
}
.imgright {
	float: right;
	margin-left: 10px;
}
a img {
	border : 0;
}

/*******************************************************************/
/* HEADER **********************************************************/
#banner {
position: relative;
	width: 850px;
	height: 190px;
	margin: 0 auto;
	padding: 0;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background: #fff url(../grafix/welle_banner.png) no-repeat center;
	color: #555;
}

#banner #logo {
	position: absolute;
	left: 20px; 
	top: 20px;
	z-index: 50;
}

#banner #logo a:hover {
	background :transparent;
}

#banner #logoimage {
	position: absolute;
	left: 30px; 
	top: 30px;
	z-index: 50;
}

#banner #logotext{
	position: absolute;
	top: 59px;
	left: 103px; 
	z-index: 10;
	/*background-color: rgba(255,255,255,0.9);*/
}

#banner #logotext h1 {
	margin: 0;
	padding: 0;
	font: normal 230% 'Muli', sans-serif;
	letter-spacing: 0.2px;
	word-spacing: 30%;
	text-transform: none;
	background: transparent;
	color : #060;
}

#banner #logotext h2 {
	margin: 0 0 0 30;
	padding: 0;
	font: normal 150% 'Muli', sans-serif;
	letter-spacing: 0.4px;
	word-spacing: 30%;
	text-transform: none;
	background: transparent;
	color : rgb(0, 0, 0);
}

#banner #spruch {
	position: absolute;
	right: 10px;
	top: 45px;
	z-index: 75;
	width: 420px;
	height: 85px;
}

#banner #spruch h2.cite {
	margin: 0 0 5px 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	font: italic 120% 'Muli', sans-serif; /* 'Muli' Lato */
	letter-spacing: 0;
	text-transform: none;
	line-height: 150%;
	background: inherit;
	color : #060;
}

#banner h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 200%;
	letter-spacing: 3px;
	text-transform: none;
	text-align: left;
	background: transparent;
	color: #060;
}

#banner h1 span {
	font-size: 80%;
	letter-spacing: 0px;
	color: #000;
}

#banner h3 {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 140%;
	font-weight: lighter;
	font-variant: normal;
	font-style: italic;
	line-height: 25px;
	letter-spacing: -1px;
	text-transform: none;
	text-align: left;
	background: transparent;
	color: #060;
}

/* TOPNAV **********************************************************/
#navbar {
	padding : 5px;
	margin : 0 0 0 0;
	height : 30px;
	text-transform : uppercase;
	letter-spacing: 3px;
}

#navdrop {
	width : 530px;
	margin : 10px 0 10px 200px;
	padding : 0;
}

#navdrop li {
	margin : 0;
	padding : 0;
	display : inline;
	list-style-type : none;
}

#navdrop a:link, #navdrop a:visited {
	background : inherit;
	float : left;
	padding : 10px 20px 0 20px;
	text-decoration : none;
	color : #333;
}

#navdrop a:link.active, #navdrop a:visited.active, #navdrop a:hover {
	color : #4e6974;
	background : url(../grafix/arrow_down.gif) no-repeat top center;
}

/*******************************************************************/
/* MAIN CONTENT ****************************************************/
#container {
	width : 850px;
	margin : 0 auto;
	padding: 0;
	border-left : 2px solid #fff;
	border-right : 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-align : left;
	background : #fff8ca;
	color : #666;
}

#content {
	float : right;
	width : 590px;
	margin : 30px 20px 0 0;
	padding : 0;
	background : transparent;
}

#claim {
	background : url(../grafix/hand_bg.jpg) right no-repeat;
	text-align: right;
}

/* SIDEBAR *********************************************************/
#sidebar {
	float: left;
	width: 200px;
	margin: 10px 0 0 10px;
	padding: 0;
}

#navlist {
	margin: 50px 0 50px 20px;
	padding: 0;
	font-size: 120%;
}

#navlist ul {
	margin: 0;
	padding: 0;
}

#navlist a:link, #navlist a:visited {
	letter-spacing: 1px;
	color: #060;
	background: transparent;
	text-decoration: none;
	display: block;
}
#navlist a:hover {
	color: #000;
	text-decoration: underline;
}
#navlist li {
	/*list-style-type: square;*/
	list-style-type: none;
	background: inherit;
	color: #AFC2C9;
	margin-bottom: 5px;
	padding: 0;
}
#navlist li.active {
	color: #060;
	text-decoration: underline;
}

#navlist2 li {
	list-style-type: circle;
	background: inherit;
	color: #AFC2C9;
	margin: 0 15px 0 0;
	padding: 0;
}

/* FOOTER **********************************************************/
#footer {
	width: 850px;height: 25px;
	margin: 0 auto;
	margin-top: 5px;
	padding: 0;
	font-size: 1em;
	text-align: center;
	color: #000;
	background: #ffc878;
	/*background : #ffd070;*/
}

#footer a:link, #footer a:visited {
	color : #9d4c4b;
	background : inherit;
	text-decoration : none;
}

#footer a:hover {
	color : #333;
	background : inherit;
	text-decoration : none;
}

/* SCROLLBAR *******************************************************/
div.scroll {
	overflow : auto;
	height : 13em;
	width : 580px;
	margin : 10px 0 20px 0;
	padding : 5px;
	font-size : 90%;
	border : 1px solid #060;
	background : inherit;
	color : #555;
}

div.clearer {
	clear : both;
}

/* END Stylesheet */
