﻿@charset "utf-8";
/* CSS Document */


* {
	font-family: Arial, Verdana;
}

html {
	
}

html, body {
	/* center div vertical*/
	height: 100%;
	width: 100%;
	
	/* Hauptfließtext nicht vergrößern auf z.b. Iphone */
	-webkit-text-size-adjust: none;
}

html, body, img {
	margin: 0;
	padding: 0;
	border: 0;		
}

body {
	 /* background-color: #6c6c6c;  */
	 background: url("background.jpg") no-repeat scroll bottom right;	
	 font-size: 14px;	
}

textarea { 
	resize: none;
}

input, textarea {
	font-family: Verdana;
	font-size: 14px;	
}

small {
	font-size: 12px;
}

h1 {
	font-size: 25px;
	font-weight : normal;
	letter-spacing: 4px;	
}

h2 {
	font-size: 16px;
	font-weight : normal;
	letter-spacing: 2px;
}


h3 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
}

a:link{
	color: black;	
	text-decoration: none;
}
a:visited{
	color: black;
	text-decoration: none;
}	

a:focus{
	color: black;
	text-decoration: none;
} 
a:hover{
	color: white;
	text-decoration: none;
}



#centerhelper {
    float: left;
    height: 50%;
    margin-bottom: -360px;
    width: 1px;
}

#box {	
    box-shadow: 1px 1px 20px #999999;
    clear: left;    
    margin: 0 auto;
    position: relative;
    width: 960px;
	height: 720px;
	z-index: 1;
}


#header {	   	
	background-color: white;
	height: 144px;
	z-index: 2;	
}

#header-left {	
	position: relative;	
	height: 100%;
	width: 30%;
	float: left;	
}

#fachverband-logo {
	width: 120px;
	height: 66px;
	position: absolute;
	bottom: 35px;
	left: 70px;
}

#header-middle {	
	position: relative;		
	height: 100%;
	width: 55%;
	float: left;	
}

#header-middle-text {	
	position: absolute;	
	bottom: 14px;
	right: 0px;
	text-align: right;	
}

#header-right {	
	position: relative;	
	height: 100%;
	width: 15%;
	float: left;
}

#header-right-hg {
	background-color: black;
	position: absolute;	
	width: 35px;
	height: 118px;
	bottom: 13px;
	right: 70px;	
}

#header-right-hg-text {	
	padding: 12px 0 0 8px;
	height: 106px;
	width: 35px;	
}

.hg-text {
	font-size: 21px;	
}

.text-grey {
	color: grey;
}

.text-white {
	color: white;
}

.text-black {
	color: black;
}

.text-uppercase {
	text-transform: uppercase;
}

.no-padding {
	padding: 0;
	margin: 0;
}

.block {
	display: block;
	height: 100%;
}

#content{
	background-color: #aaaaaa;	
	position: relative;		 
	height: 576px;
	z-index: 2;	
}

#content-top{	
	position: absolute;	
	top: 14px;
	right: 148px;
}

#content-main{	
    position: absolute;	
    bottom: 110px;
    right: 148px;
    text-align: right;
}

#content-footer{	
	position: absolute;	
	top: 16px;
	left: 70px;
}

#menu {
	list-style-type: none;
    padding: 0;
	margin: 0;
}

#menu li {
	float: left;
	padding-right: 20px;
}

#site-home #nav1,
#site-philosophie #nav2,
#site-leistungen #nav3,
#site-impressum #nav4 {
	border-left: 8px solid black;
}

a.menu-nav:link{
	color: black;
	padding-left: 5px;	
	border-left: 8px solid grey;
	text-decoration: none;
}

a.menu-nav:visited{
	color: black;
	padding-left: 5px;	
	border-left: 8px solid grey;
	text-decoration: none;
}	

a.menu-nav:focus{
	color: black;
	padding-left: 5px;	
	border-left: 8px solid grey;
	text-decoration: none;
} 

a.menu-nav:hover{
	color: black;
	padding-left: 5px;	
	border-left: 8px solid black;
	text-decoration: none;
}