/* CSS Document */
html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-size:90%;
	font-family: trebuchet ms, tahoma, verdana, arial, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: -18px 0;
/* */ }

body {height:100%; max-height:100%; overflow:hidden; padding:0; margin:0; border:0;
	scrollbar-3dlight-color:#DA251D;
	scrollbar-arrow-color:#DA251D;
	scrollbar-base-color:;
	scrollbar-darkshadow-color:;
	scrollbar-face-color:#FFF;
	scrollbar-highlight-color:;
	scrollbar-shadow-color:#FFF;

}
#content {
	display:block;
	height:100%;
	max-height:100%;
	overflow:auto;
	padding-left:260px;
	position:relative;
	z-index:3;
	text-align: justify;
	padding-right: 15px;
}
#content p {padding:5px;}

#head {
	position:fixed;
	margin:0;
	top:0;
	right:18px;
	display:block;
	width:100%;
	height:130px;
	font-size:4em;
	z-index:5;
	color:#fff;
	background-image: url(images/banner-1.jpg);
	background-position: 14px;
	background-repeat: no-repeat;
}
.aussenrahmen {
	border: 1px solid #543e74;
	margin-left: 20px;
}
#copy {
	bottom: 5px;
	position: absolute;
}

#foot {
	position:fixed;
	margin:0;
	bottom:-1px;
	right:18px;
	display:block;
	width:100%;
	height:25px;
	color:#fff;
	text-align:right;
	font-size:1em;
	z-index:4;
	background-color: #dc0224;
}

#left {
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:250px;
	background-position:0 100px;
	;
	font-size:1em;
	color:#fff;
	z-index:4;
	background-color: #005AAA;
}

* html #head, * html #foot,* html #left {position:absolute;}

#pad1 {
	display:block;
	width:18px;
	height:130px;
	float:left;
}
#pad3 {display:block; width:18px; height:25px; float:left;}
.pad2 {display:block; height:130px;}

.bold {font-size:1.2em; font-weight:bold;}

#wordsleft {float:left; top:100px; left:150px; height:200px; width:150px; background:#efd; border:1px solid #000; margin:5px; padding:5px;}
#wordsright {float:right; top:100px; right:150px; height:200px; width:150px; background:#def; border:1px solid #000; margin:5px; padding:5px;}
#wordsabsolute {position:absolute; top:280px; left:400px; background:#eee; border:1px solid #000; margin:5px; padding:5px; font-size:2em; color:#c00;}
#wordsrelative {position:relative; top:10px; left:30px; background:#ddd; border:1px solid #000; margin:5px; padding:5px; font-size:2em; color:#c00; width:200px;}

a.nav, a.nav:visited {display:block; width:100px; height:25px; text-decoration:none; color:#fff; font-weight:bold; line-height:25px;}
a.nav:hover {color:#fc0;}

a.copy:link, a.copy:visited, a.copy:active  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #d6d2cf;
	text-decoration: none;
	line-height: 25px;
	padding-bottom: 5px;
	padding-left: 20px;
	bottom: 5px;
}
a.copy:hover {
	color: #ffffff;
}

h1
{
	font-family: arial;
	font-weight: 100;
	letter-spacing: 5px;
	font-size: 180%;
	text-align: left;
	color: #dc0224;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DA251D;
}

h2
{
	font-family: arial;
	font-weight: 100;
	letter-spacing: 8px;
	font-size: 100%;
	color: #dc0224;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DA251D;
}
h3 {
	font-family: arial;
	font-weight: 100;
	letter-spacing: 8px;
	font-size: 50%;
	color: #dc0224;
	padding-left: 15px;
}
h4 {

	font-family: arial;
	font-weight: 100;
	letter-spacing: 8px;
	font-size: 100%;
	color: #dc0224;
	padding-left: 15px;
}
.formfieldReq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: medium;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-top-color: #543e74;
	border-right-color: #543e74;
	border-bottom-color: #543e74;
	border-left-color: #CC3300;
}
.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: medium;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-top-color: #543e74;
	border-right-color: #543e74;
	border-bottom-color: #543e74;
	border-left-color: #543e74;
}
a:link, a:active, a:visited {
	color: #543e74;
}

a:hover {
	color: #dc0224;
}


.formbutton {
	background-color: #FFFFFF;
	border: 1px dashed #543e74;
}

