/** BASIC */

html {
	height : 101%;
	margin : 10px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/homepage01.jpg) repeat left top;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-weight: normal;
	color: #1D5065;
}

h3 {
	font-size: 11px;
	font-weight: bold;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 16px;
}

.text1 {
	margin-bottom: 18px;
	font-size: 14px;
	color: #5E7680;
}

.text2 {
	font-size: 21px;
	color: #0B3040;
}

.text3 {
	text-align: center;
	color: #9FA0A0;
}

.text4 {
	font-size: 14px;
	color: #FFFFFF;
}

.text5 {
	font-size: 21px;
	font-weight: normal;
	color: #F7EA5E;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	padding: 5px 0px;
	background: url(../images/subpage1_02.gif) repeat-x left top;
}

.list1 .first {
	background: none;
}

.list1 h4 {
	font-size: 11px;
}

.list1 p {
	margin: 0px;
	color: #BECACF;
}

.list1 a {
	padding-left: 15px;
	background: url(../images/homepage15.gif) no-repeat left center;
	text-decoration: none;
	color: #FFFFFF;
}

.list1 a:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
	padding-left: 16px;
	background: url(../images/subpage1_01.gif) no-repeat 0px 5px;
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(../images/homepage02.jpg) repeat-x left top; }
.bg2 { background: url(../images/image_top_heller_rechts.jpg) repeat-x left top; }
.bg3 { background: url(../images/homepage07b.jpg) no-repeat left top; }
.bg4 { background: url(../images/homepage08.gif) repeat-x left bottom; margin: 0px 20px 20px 20px; }
.bg5 { background: #FFFFFF; border: 3px solid #FFFFFF; }
.bg6 { background: url(../images/homepage14.gif) repeat-x left top; }
.bg7 { background: url(../images/homepage16.gif) repeat-x left top; }

div.bg7 {
	width:760px;
	margin:0 auto;
	text-align:center;	
}


/* Header */

#header {
	width: 760px;
	height: 100px;
	margin: 0 auto;
	background: url(../images/headergfx_hell.jpg) repeat-x left top;
}

/* Logo */

#logo {
	float: left;
	height: 60px;
	padding: 0 0 0 0;
	/* background: url(../images/homepagex.jpg) repeat-x left top; */
}

#logo * {
	text-decoration: none;
}

#logo h1 {
	float: left;
	padding: 50px 0 0 40px;
	font-size: 36px;
}

#logo h1 a {
	color: #000000;
}

#logo h1 span {
	font-weight: bold;
}

#logo h2 {
	float: left;
	padding: 72px 0 0 8px;
	font-size: 12px;
	border: none;
}

#logo h2 a {
	color: #B4B4B4;
}


/* Menu */

#menu {
	float: right;
	width: 340px;
	height: 60px;
	padding: 40px 0 0 0;
	vertical-align:middle;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 10px 0 10px;
	background: url(../images/homepage15.gif) no-repeat left center;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}



/* Content */

#content {
	width: 760px;
	margin: 0 auto;
	padding: 0px 0px 15px 0px;
	background: #FFFFFF;
	
}

#colOne {
	float: left;
	width: 309px;
	margin : 20px;
	text-align:left;
}

#colTwo {
	float: right;
	width: 309px;
	margin : 20px;
	text-align:left;
}

/* Footer */

#footer {
	width:760px;
	height:50px;
	margin:0 auto;
	padding-top:15px;
	text-align:center;
	background: url(../images/homepage14.gif) repeat-x left top;
	font-weight:bold;
}

#menu a {
	padding: 0 15px 0 20px;
	background: url(../images/homepage15.gif) no-repeat left center;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

#footer li {
	background: url(../images/homepage15.gif) no-repeat left center;
	padding: 0px 10px 0px 30px;
	vertical-align:middle;
	display: inline;
}
#footer li.first {
	background:none;
	padding: 0px 10px 0px 30px;
	vertical-align:middle;
	display: inline;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin-top: 15px;
	padding-bottom: 15px;
	background: url(../images/homepage13.gif) repeat-x left top;
}

/** LINKS */

a {
	color: #1D5065;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.link2 {
	text-decoration: none;
	color: #FFFFFF;
}

.link3 {
	text-decoration: none;
	color: #000000;
}

.link2:hover {
	text-decoration: underline;
}

#email, #url, #text {
	display	: none;
}

span.error {
	margin : 3px;
	padding : 3px;
	border : 1px solid black;
	color : red;
	font-weight : bold;	
}

span.success {
	margin : 3px;
	padding : 3px;
	border : 1px solid black;
	color : green;
	font-weight : bold;	
}