/* Allg. Styles
----------------------------------------- */

html {
	background-color:#3366CC;
	font-size: 100.01%;
	direction: ltr;
}

body {
	font: normal 0.85em "Century Gothic", Verdana, Lucida, sans-serif;
 	margin-bottom: 40px;
	color: #3366CC;
}
body.wait {
	cursor: wait;
}
body.normal {
	cursor:auto;
}

* {
	margin:0;
	padding:0;
    font-size:         1em;
    font-family:       inherit;
    line-height:       inherit;
}

h1 {
	color: #000;
	font-size:1.5em;
	font-weight:600;
	padding-top:10px;
}

h2 {
	color: #000;
	font-size:1.05em;
	font-weight: 300;
	padding-bottom:10px;
}

a {
	color: #3366CC;
	text-decoration:none;
}
	a:visited {
		color: #3366CC;
		text-transform:none;
	}
	a:hover {
		color:#000;
		text-decoration:underline;
	}
	a:active {
		color:#3366CC;
		text-decoration:none;
	}
a.nav {
	margin: 0 2px 0 2px;
}

div.nav {
	position: relative;
	float: right;
	margin-right: 100px;
	width: 0;
	height: 0;
	z-index: 2;
}

b.nav {
	margin: 0 2px 0 2px;
}
	
.title {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom:5px;
	width: 500px;
}
label {
	margin-left: 10px;
	margin-bottom: 2px;
	margin-top: 2px;

	vertical-align: middle;
	display: inline-block;
	width: 120px;
}
input {
	color: #3366CC;
	font-size: inherit;
	margin-left: 20px;
	margin-bottom: 1px;
	margin-top: 1px;
	vertical-align: middle;
}

input.move1 {
	margin-left: 45px;
}
input.move2 {
	margin-left: 70px;
}

input[type=radio] {

}
input[type=checkbox] {
	
}
input[type=text] {
	background-color: #DDEEFF;
	border: 1px dotted #CCC;
	padding: 0;
	margin-left: 10px;
	vertical-align: middle;
	width: 200px;
}
input[type=text]:focus {
	background-color: #fff;
}

textarea {
	background-color: #DDEEFF;
	border: 1px dotted #CCC;
	color: #3366CC;
	font-size: inherit;
	overflow: hidden;
	width: 95%;
}
textarea:focus {
	background-color: #fff;
}

.top {
	float: right;
	margin-right: 60px;
}

.link {
	float: left;
}

.error {
	font-weight: bold;
	color: #800000;
	width: 300px;
	height: 50px;
	background-color: #ff6c6c;;
	border: 2px solid #ff0000;;
	text-align: center;
	padding-top: 30px;
}

#bild {
	margin:auto;
	position:absolute;
	z-index: 0;
}

img.bild1 {
	border: 1px outset;
	position: relative;
	left: 320px;
	top: 100px;
}
img.bild2 {
	left: 180px;
	top: 125px;
	border: 1px outset;
	position: relative;
}
img.bild3 {
	left: 300px;
	top: 950px;
	border: 1px outset;
	position: relative;
}
img.christian {
	margin-left: 50px;
	border: 0;
}



/* INTRO & CONTACT & OUTRO
----------------------------------------- */
#intro {
	width: 570px;
}

#contact {
	margin: 20px 0 20px 50px;
	width: 200px;
	text-align:left;
}
	.mail {
		unicode-bidi: bidi-override;
		direction: rtl;
	}
	.li {
		display: list-item;
		margin-left: 30px;
	}

#outro {
	width: 570px;
}
	b.big {
		font-size: 1.1em;
	}
	
	
/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 750px;  
	margin: 0 auto; 
}
#Container { 
	width: 750px;
	padding-bottom: 15px;
	background: #fff url(../images/containerbg.gif) repeat-y;
}
#Layout {
	width: 710px;
	clear: both;
	overflow: hidden;
	margin: 15px auto;
}
#Content {
	/*font-size:125%;*/
	width: 670px;
	float: right; 	
	margin: 0;
	clear: both;
	text-align: left;
}

#inhalt {
	z-index: 1;
	position: relative;
}


/* HEADER
----------------------------------------- */
#Header { 
 	width: 718px;
 	margin: 0 auto;
	overflow: hidden;
	background: #3366CC;
}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 2.6em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
	}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
	}
	#Header .headerBottom {
		width: 718px;
		height: 11px;
		background: #fff url(images/headerBottom.png) no-repeat center bottom;
	}


/* FOOTER
----------------------------------------- */
#Footer { 
 	clear: both;  
	width: 750px; 
	height: 5em; 
	background: transparent url(images/footerBottom.png) no-repeat bottom left; 
	text-align: center; 
}

