html, body, td {
	color:#808080;
	font-size:11px;
	font-family:Verdana, sans-serif;
} 

h1 {
	font-size:14px;
	padding-bottom:6px;
}

.large {
	font-size:14px;
}

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

a:hover,
a.hover {
	color:#808080;
}

.topright a, .menusub a, .footer a {
	color:#808080;
}

.topright a, .footer a {
	margin:0 0.75em;
}

.topright a:hover, .menusub a:hover, .menusub ul.level2 li a:hover, .footer a:hover,
.topright a.hover, .menusub a.hover, .menusub ul.level2 li a.hover, .footer a.hover {
	color:#000;
}

.clear {
	clear:both;
}

.all {
	margin:20px auto 0;
	width:940px;
}

.logo {
	float:left;
	width:214px;
	height:47px;
	margin-bottom:10px;
}

.topright {
	float:right;
	margin-right:35px;
	height:47px;
	line-height:47px;
	vertical-align:middle;
}

.topimagearea img {
	float:left;
}

.navibar {
	margin-bottom:20px;
	width:940px;
	height:30px;
	line-height:30px;
	color:#fff;
	background:url(../images/menubar.png) top left repeat-x;
}

.navibar.leftcorner {
	/* now done in left li item
	
	float:left;
	width:4px;
	background:url(../images/menubar-corner-left.png) top left no-repeat;*/
}

.navibar.rightcorner {
	float:right;
	width:4px;
	background:url(../images/menubar-corner-right.png) top left no-repeat;
}

.navibar ul {
	display:inline;
}

.navibar li {
	display:block;
	float:left;
	width:220px;
	margin-right:20px;
	text-align:center;
}

.navibar li.leftitem {
	background:url(../images/menubar-corner-left.png) top left no-repeat;
}

.navibar li.leftitem a:hover,
.navibar li.leftitem a.hover {
	background:url(../images/menubar-corner-left-hover.png) top left no-repeat;
}

.navibar li.rightitem {
	margin:0;
}

.navibar a {
	display:block;
	font-size:14px;
	color:#fff;
}

.navibar a:hover {
	color:#fff;
}

.navibar li:hover,
.navibar li.hover {
	background:url(../images/menubar-hover.png) top left repeat-x;
}

.navibar.search {
	float:right;
	width:201px; /*220px total - 4px corner -15px padding*/
	padding-left:15px;
}

.navibar input {
	border:0;
	height:16px;
	font-size:11px;
}

.searchbutton {
	width:50px;
	height:16px;
	background:url(../images/suchen.png) top left no-repeat;
}

.maincontent {
	float:left;
/* fuer 3 boxen muss per TS gesetzt werden */
	/*width:710px;*/
/*TODO groesse pruefen*/
	width:520px;
	margin-right:10px;
}

.maincontent.nonavi {
	width:710px;
	margin-right:10px;
}

.rightcontent {
	float:right;
}

.contentbox {
	width:188px; /*220px total - 2 x 1px border - 2 x 15px padding*/
	border:1px solid #cccccc;
	
	padding:10px 15px;
	
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}

.maincontent .contentbox {
	xheight:238px; /*260px total - 2 x 1px border - 2 x 10px padding*/
	height:270px;
	margin-right:20px;
	float:left;
	position:relative;
	background:url(../images/maincontentbox.png) top left repeat-x;
}

.rightcontent .contentbox {
	margin-bottom:20px;
	padding:10px 15px;
}

.contentbox.first {
}

.maincontent .contentbox.last, .rightcontent .contentbox.last {
	margin:0;
}

.maincontent .contentbox img.headline {
	margin-bottom:10px;
}

.maincontent .contentbox img.bottomimage {
	position:absolute;
	left:14px;
	right:14px;
	bottom:14px;
}

.maincontent .contentbox.news {
	width:190px; /*no border*/
	border:0;
	color:#fff;
	background:url(../images/newsbox.png) top left repeat-x;
	background-color:#707070;
}

.hotline {
	background:url(../images/hotline.png) 161px center no-repeat;
}

.rightcontent .contentbox input {
	border:1px solid grey;
}

.rightcontent .contentbox img {
	margin-bottom:10px;
}

.rightcontent .contentbox input.domaincheckbutton {
	margin-top:10px;
	width:90px;
	height:20px;
	border:0;
	background:url(../images/check.png) top left no-repeat;
}

.contentboxhead {
	display:block;
	margin-bottom:6px;
}

.contentheight {
	min-height:190px;
}

.footer {
	padding:20px 0;
	text-align:center;
	width:100%;
}

.footer .copyright {
	margin-right:0.75em;
}

/* neu */
/* TODO: alle px angaben pruefen*/ 
.menusub .headline {
  font-weight:bold;
}

.menusub {
  float:left;
  width: 180px;
  /* background-color:#ff0; */
  margin-right:10px;
}

.menusub ul li.active a, 
.menusub ul li.current a,
.menusub ul.level2 li.current a,
.menusub ul.level2 li.active a  {
  color:#000;
}

.menusub li.active ul a,
.menusub li.current ul a {
  color:#808080;
}

.menusub .level1 {
  margin-left:10px;
  color:#808080;
}

.menusub .level2 {
  /* margin-left:10px; */
  color:#808080;
}

.menusub li {
  padding: 4px 0;
}

.menusub .separator {
  height: 1px;
  width: 6px;
  background-color:#000;
}

.menusub .headline {
	padding:0;
}


div.news-latest-item h2,
div.news-list-item h2
{
  text-transform:uppercase;
}

