body {
	background-color: #ededed;
	font-family: Verdana;
	color: #252525;
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}

iframe {
	border: 0;
}

#center {
	width: 900px;
	margin: 0px auto;
	margin-top: 20px;
	background-color: #ffffff;
	border: 1px solid #d6d6d6;
}
#header {
	height: 90px;
	display: block;
	margin: 0;
	padding: 0;
}
#box {
}
#ajaxbar {
	height: 110px;
	background-image: url(images/bg.jpg);
	/* background-color: #cbcbcb; */
	padding: 10px 0 0 6px;
	font-size: 10pt;
	border-bottom: 1px solid #d6d6d6;
}
#ajax_left {
	width: 320px;
	height: 98px;
	border-right: 1px solid #d6d6d6;
	float: left;
	display: block;
}
#ajax_left a {
	color: #252525;
}
#ajax_right {
	width: 560px;
	text-align: center;
	height: 110px;
	float: right;
	display: block;
	font-size: 9pt;
}
#content {
	margin-top: 25px;
}
#inner_content {
	margin: 0 auto;
    width: 780px;
    border-collapse: collapse;
    border: 1px solid #d6d6d6;
    padding: 5px;
}
#footer {
	height: 35px;
	width: 900px;
	background: #f4f4f4;
	border-top: 1px solid #d6d6d6;
	text-align: center;
	font-size: 10pt;
	padding: 5px 0 5px 0;
	margin: 40px 0 0 0;
}
#footer form{
	display: inline;
}
#footer input {
	height: 16px;
	border: 1px solid #676767;
}
#footer input:hover {
	border: 1px solid #252525;
}
#footer input:focus {
	border: 1px solid #252525;
}
#footer .copyright {
	font-size: 8pt;
}

.line {
    height: 1px;
    width: 100%;
    background-color: #d6d6d6;
    display: block;
}

/* Die Ausgabe */
table {
    margin: 0 auto;
    width: 790px;
    border-collapse: collapse;
    border: 1px solid #d6d6d6;
	color: #454545;
}
td {
   border: 1px solid #d6d6d6;
   padding: 2px;
   vertical-align: top;
}
fieldset {
	margin: 0 auto;
    width: 800px;
    border: 1px solid #d6d6d6;
}
fieldset .bewertung {
	margin-right: 4px;
    width: 300px;
    height: 500px;
    border: 1px solid #d6d6d6;
    float: right;
}

fieldset .latest5 {
	margin-left: 4px;
	width: 440px;
	height: 348px;
    border: 1px solid #d6d6d6;
    float: left;
}

legend {
	font-size: 22px;
	color: black;
}

.small {
	font-size: 18px;
}

.tr1 {
	background-color: #f4f4f4;
}

.tr2 {
	background-color: #ffffff;
}
tr:hover {
	background-color: #f6f4d0;
	color: black;
}

a:link, a:visited, a:focus, a:hover, a:active {
	color: #bd4932;
	text-decoration: none;
}

#navi {
    margin-top:-20px;
    margin-bottom:15px;
    text-align:center;
}
.desc {
	color: #4f4f4f;
	display: block;
}
.highlight {
	font-weight:bold;
}
.tddesc {
	width: 310px;
}

textarea.expanding {
	width: 346px;
	min-height: 162px;
	line-height: 18px;
	height: 162px;
}

input.simpleinput {
	width: 346px;
}

.displaynone {
	display:none;
}
.codedirection {
	unicode-bidi:bidi-override; 
	direction: rtl; 
}

/* Sortierbare Listen */

#Programme1, #Programme, #Projekte1, #Projekte {
	font-size: 1px;
}

th.headerSortUp { 
    background-image: url(images/asc.gif) !important;
    background-color: #dddddd; 
} 

th.headerSortDown { 
    background-image: url(images/desc.gif) !important;
    background-color: #dddddd; 
} 

th.header { 
    background-image: url(images/small.gif);     
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    border-right: 1px solid #dad9c7; 
    margin-left: -1px; 
} 

.obsolet {
	display: none;
}
