﻿
/***** Imports *****/
@import url("reset.css");

/***** Global *****/
/* Body */

html {
		background: url('pictures/background.gif') repeat;
}

	body {
		color: #4c4c4c;
		font-size:12px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		text-align: left;
		/* overflow-y: scroll;*/
		background: url(pictures/background.gif) repeat;
	}
	
	
#all {
	clear: both; 
	margin: 0 auto; 
	width:905px; 
	background-image:url(pictures/background_y.gif);
	background-repeat:repeat-y;
	margin-top:40px;
	position:relative;
}

#all_in {
	width:905px; 
	background-image:url(pictures/all_hg.jpg);
	background-repeat:no-repeat;
}

/***** Überschriften *****/
h1 {
	margin-bottom:30px;
}

body.folge h1, body.home h1 {
	background-repeat:no-repeat;
	text-indent:-3000px;
	height:33px;
}

h1.home {
	background-image:url(pictures/titel_home.gif);
}

h1.meine_person {
	background-image:url(pictures/titel_meineperson.gif);
}

h1.taetigkeiten {
	background-image:url(pictures/titel_taetigkeiten.gif);
}

h1.aktuelles {
	background-image:url(pictures/titel_aktuelles.gif);
}

h1.kontakt {
	background-image:url(pictures/titel_kontakt.gif);
}

h2 {
	font-size: 14px; 
color:#215690; 
	font-weight:normal; 
	margin-bottom:20px;
	background-color:#f6f6f6;
	padding:5px;
	padding-bottom:2px;
	padding-top:2px;
}	/* 22px */

h3 {
	margin-bottom:5px;
}

h4 {
	font-size: 10px; 
	font-weight:normal; 
	margin-bottom:5px;
}

cite {
	font-size:14px;
	display:block;
	text-align:center;
	margin-bottom:20px;
	padding:0px;
}

/***** Anker *****/
a {outline: 0;}
address {
	margin-top:222px;
	background-image:url(pictures/adresse.gif);
	background-repeat:no-repeat;
	text-indent:-3000px;
	height:180px;
	width:255px;
}

body.folge address {
	margin-top:40px;
}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
	padding: 0px;
	text-decoration: underline;
	color:#215690;
}
a:hover, a:active {
	text-decoration: underline;
	color:#215690;
}

/***** Absätze *****/
p {margin-bottom: 20px;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

/***** Listen *****/
ul {
	list-style: outside disc;
	margin: 0px 0 20px 1.5em;
	text-align:left;
}

.blau {
color:#215690;
}

ol {
	list-style: outside decimal;
	margin: 1em 0 1.5em 1.5em;
}

dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}

/***** Quotes *****/
blockquote {font-style: italic;}

table tr td {
	vertical-align:top;
}


hr {
	margin:0px;
	padding:0px;
	text-align:left;
	height:1px;
	text-shadow:none;
	text-decoration:none;
	border:none;
	color:#d3d3d3;
	background-color:#d3d3d3;
	display:block;
	margin-bottom:5px;
}

	
/***** HTML5 Elemente *****/
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/***** Layout *****/
.body {clear: both; margin: 0 auto; width: 905px;}
header {
	width:629px;
	position:relative;
	padding-top:100px;
}

body.folge header {
	width:629px;
	position:relative;
	padding-top:0px;
}

header img {
	position:relative;
	float:left;
}

#right {
	float:left;
	position:relative;
	width:610px;
}

#left {
	float:left;
	position:relative;
	width:276px;
}

#content {
	padding:0px;
	margin-left:5px;
	margin-right:26px;
	text-align:justify;
	clear:both;
	padding-top:30px;
	line-height:22px;
}

body.folge #content {
	margin-left:12px;
	padding-top:20px;
}

#content input, #content textarea {
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:12px;
padding:5px;
margin-bottom:5px;
width:410px;
border: 1px solid #DADADA;
}

/***** Hauptnavigation *****/

body.home nav {
	clear:both;
	position:relative;
	width:584px;
	height:35px;
	z-index:1000;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
}

body.folge nav {
	position:relative;
	width:185px;
	z-index:1000;
	border-top:1px solid #ededed;
	margin-left:55px;
	margin-top:238px;
	
}

body.folge nav img {
	display:block;
	margin:0px;
}

body.folge nav a {
	display:block;
	border-bottom:1px solid #ededed;
	width:185px;
}


/***** Seitenfuss *****/
footer {
	position:relative;
	height:40px;
	line-height:1em;
}

#created_by {
	position:absolute;
	left:670px;
	height:18px;
	width:198px;
	top:-25px;
	line-height:0em;
	z-index:100;
}

.border {
	border:5px solid #d7d7d7;
}