body {
	margin:  0;
	padding: 0;
	border:	0;
	background-image: url(/assets/hintergrund.gif);
	background-repeat: repeat-y;
	color: #262626;
	font-family: helveticaneue, helvetica, verdana, sans-serif;
	/*font-family: verdana, sans-serif;*/
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
}

p {
	margin: 0 0 32px 0;
	width: 770px;
	line-height: 32px;
}

p.disclaimer {
	margin: 0 0 20px 0;
	width: 770px;
	font-size: 12px;
	line-height: 20px;
}

input, textarea {
	color: #262626;
	background-color: transparent;
	font-family: helveticaneue, helvetica, verdana, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
}

input {
	line-height: 16px;
}

textarea {
	line-height: 22px;
}

ul {
	margin: 0 0 16px 0;
	padding: 0;
  	list-style-type:none;
}

li {
	background-image:url(/assets/listenpunkt-gross.gif);
	background-repeat:no-repeat;
	background-position: 0 15px;
	padding-left: 17px;
	line-height: 32px;
}

#default li {
	width: 770px;
}

#schwerpunkte li {
	background-image:url(/assets/listenpunkt-klein.gif);
	background-repeat:no-repeat;
	background-position: 0 9px;
	padding-left: 10px;
	line-height: 20px;
	font-size: 12px;
}

h1 {
	margin: 20px 0 0 0;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 2px;
}

h2 {
	margin: 0;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 32px;
}

h3 {
	margin: 0;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 20px;
}

a {
	text-decoration: none;
	color: #262626;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid #262626;
}

img {
	border: 0;
}

td {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
}

/* LOGO */

#html-logo {
	position: absolute;
	top: 26px;
	left: 643px;
}

/* NAVIGATION */

#html-nav {
	position: absolute;
	top: 150px;
	left: 45px;
	font-size: 10px;
	line-height: 15px;
}

/* CONTENT */

#html-content {
	position: absolute;
	top: 195px;
	left: 45px;
}

/* CROSSLINKS */

#html-crosslinks {
	position: absolute;
	top: 643px;
	left: 45px;
}

#html-crosslinks a {
	margin-right: 11px;
}

#html-crosslinks a.active {
	text-decoration: none;
	border-bottom: 1px solid #262626;
}

/* TEPMPLATES */

#text {
	margin-top: -5px;
}

#html-content img  {
	display: block;
	margin-bottom: 10px;
}

/* Partner */

#partner h2 {
	position: absolute;
	top: 243px;
	left: 5px;
	color: #fff;
	z-index: 2;	
}

#partner #overlay {
	position: absolute;
	width: 760px;
	height: 28px;
	margin-top: 244px;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity = 50); /* For IE */
	z-index: 1;
}
