/*blau #1d4296*/
* {margin:0;padding:0;}
html {
	font-size:12px;
	font-family:verdana;
	background:white;
	width:100%;
	height:100%;	
}
body {
	margin:0 auto 0 auto;
	width:990px;
	height:auto;
	
}
a {
	text-decoration:none;
	color:black;
}
a:hover {
	color:black;
}
h1 {
	font-size:12px;
	font-weight:bold;
}

#brand {
	background:blue;
	height:40px;
	width:100%;
}

#right {
	height:100%;
	background:#cccccc;
}

.mod_article {
	width:250px;
	border:1px solid black;
	position:relative;
	height:100px;
	
	margin:0 10px 10px 0px;
}
.mod_article .ce_image {
	width:100px;
	height:100px;
	float:left;
	overflow:hidden;
	
}
#main #headerimage .ce_image {
	width:750px;
	height:276px;
	float:left;
}
.ce_text {
	
	float:left;

}
#uebersicht .ce_text {
	width:215px;
}
#uebersicht .CatDesc .ce_text {
	width:auto;
}
.ce_hyperlink {
	position:absolute;
	bottom:10px;
	right:10px;
}