.riesig, .width720 { 
	width: 711px;
}

.normal, .width500
    { width:500px; }

.normallite, .width400 {
 	width: 395px;
}

.schmal, .width300 { 
	width: 306px;
}
* html .schmal, * html .width300 {
	width: 303px;
}


.width420 { 
	width: 430px;
}
.width270 {
	width: 270px;
}

.width250
    { width:250px; }

.width230
    { width:230px; }



.schmaler, .width200 {
	width: 201px;
}
* html .schmaler, * html .width200 {
	width: 198px;
}
    
div.contentbox, div.round {
	background-color: #A1BC87;
	border-top: 2px solid #446C37;
	border-bottom: 2px solid #446C37;
	padding-bottom: 5px;
	
	font-size: 1em;
}
div.contentbox h4, .round h4, div.tabbox h4 {
	padding: 4px;
	margin-bottom: 10px;
	background-color: #446C37;
	color: white;
	font-size: 1.1em;
}
div.contentbox p, div.round p {
	padding-left: 10px;
	padding-right: 10px;
	color: #333;
}

.orange {
	background-color: #CFAE74 !important;
	border-top: 2px solid #8F4408 !important;
	border-bottom: 2px solid #8F4408 !important;
}
    
/*
.round .time
{
  text-align:right;
  padding-right:5px;
}
.round p
{
  padding-left:20px;
  margin:3px;
}
*/

@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

.tabbox {
	width: 500px;
}
.tabbox .body {
	width: 498px;
	background-color: #A1BC87;
	border: 1px solid #446C37;
	border-top: 5px solid #446C37;
	border-bottom: 5px solid #446C37;
}
.tabbox br.clear {
	clear: left;
}
.tabbox ul.tabnav li {
	list-style-type: none;
	display: block;
	float: left;
	width: 90px;
	height: 30px;
	background-color: #A1BC87;
	margin-right: 5px;
	text-align: center;
}
.tabbox ul.tabnav li.selected {
	background-color: #446C37;
}
.tabbox ul.tabnav li a {
	position: relative;
	top: 8px;
	text-decoration: none;
	color: #000;
}
.tabbox ul.tabnav li a:hover {
	text-decoration: underline;
}
.tabbox ul.tabnav li.selected a {
	font-weight: bold;
	color: #fff;
}
.tabbox ul.tabnav li.selected a:hover {
	text-decoration: none;
}

.tabbox .body p {
	padding-left: 10px;
	font-family: Verdana;
}
