html {
	background-image: url(/images/bg.jpg);
}

body {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	color: #000000;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0;	
}


/** DIV LAYER ***/
#header {
	width: 1024px;
}

#logo {
	float: left;
	width: 290px;
	height: 100px;
	background-image: url(/images/logo.jpg);
	background-position: 0 2px;
}

#topbanner {
	float: right;
  position: relative;
  display: table;
	width: 734px;
	height: 100px;
  background-image: url(/images/bg_top_right.jpg);
}

#headline {
	float: left;
	background-color: #CC0000;
	width: 1024px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
}

#topics {
	float: left;
	width: 1024px;
	min-height: 525px;
	background-image: url(/images/bg_index.jpg);
	z-index: 1;
}

#article {
	float: left;
	width: 718px;
}

#branchen {
	text-align: center;
	font-size: 0.7em;
	padding-top: 25px;
}

#aside {
	float: right;
	position: relative;
	width: 306px;
}

#footer {
	float: left;
	width: 1024px;
	height: 38px;	
	line-height: 38px;	
}

#satz {
	float: left;
	width: 718px;
	height: inherit;
	text-align: center;
	vertical-align: middle;
	background: #CC0000;
	font-size: 0.9em;
	color: #FFFFFF;
}

#sitemap {
	float: right;
	width: 306px;
	height: inherit;
	text-align: center;
	vertical-align: middle;
	background: #CC0000;
	font-size: 0.9em;
}


/** KLASSEN ***/
.inner {
  display: table-cell;
	width: 100%;
	padding-right: 3px;
  vertical-align: middle;
  position: relative;
  text-align: right;
}

.inner img {
  display: inline;
  vertical-align: middle;
}

.portal {
	display: block;
	padding: 10px 0px 35px 200px;
	margin: 0;
}

.contentad {
	padding: 5px 3px 3px 3px;	
}

/** LINKS ***/
a {
	color: #404040;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

a.portallink, a.portallink:hover {
	color: #000000;
	text-decoration: none;
}

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


/** SCHRIFTARTEN UND ABSÄTZE ***/
#headline h2 {
	display: inline;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 72px;
}

#article h2 {
	display: inline;
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}

#article h4 {
	padding: 25px 5px 15px 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #404040;
	text-align: center;
}

#article span {
	font-size: 1.5em;
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 4px;
	text-transform: uppercase;
}