* {
	margin:0px;
	padding:0px;
}

html, body, #page {
	height: 100%;
}

html>body #page {
	height: auto;
	min-height: 100%;
}

body {
	font-family: verdana,arial,sans-serif;
	font-size: 9pt;
}

/*##################################################################*/
/* Struktur
/*##################################################################*/
#page {
	float: left;
	width: 1000px;
	background: url(../images/page-bg.gif) left top repeat-y;
	padding-bottom:20px;
}

	/*################################################################*/
	/* head
	/*################################################################*/
	#head {
		float: left;
		width: 1000px;
		height: 107px;
		overflow: hidden;
		background: url(../images/head-bg.jpg) left top no-repeat;
	}
	
		.searchform {
			position: relative;
			margin: 13px 0 0 0;
			color: #003;
			display: block;
		}
	
		.searchform label {
			margin: 0 0 0 17px;
			font-weight: bold;
			font-size: 1.111em;
		}
		
		#searchfield-top {
			margin: 5px 0 0 15px;
			padding: 2px;
			width: 150px;
			border: 1px solid #003;
			font-size: 0.888em;
		}
		
		#startsearch-top {
			margin: 5px 0 0 0;
			padding: 2px 2px 2px 17px;
			width: 150px;
			color: #FFF;
			background-color: #003;
			font-size: 0.888em;
			border: none;
			text-align: left;
		}
		
		html>body #startsearch-top {
			width: 170px;
		}
		
		#head img {
			position:absolute;
			left: -9000px;
			text-indent: -9000px;
		}
	/*################################################################*/
	/* torso
	/*################################################################*/
	#torso {
		float: left;
		width: 1000px;		
	}
	
		/*##############################################################*/
		/* left
		/*##############################################################*/
		#left {
			float: left;
			padding: 10px 0 0 0;
			width: 204px;
			color: #FFF;
			background: #0064A5 url(../images/left-bg.gif) left top no-repeat;
			overflow: hidden;
		}
		
			#left ul {
				list-style: none;
				line-height: 20px;
			}
			
			.main-menu {
				display: block;
				margin: 0 0 20px 0;
				font-weight: bold;
				font-size: 1.111em;
			}
			
			.main-menu a {
				display: block;
				padding: 0 0 0 13px;
				width: 189px;
				color: #FFF;
			}
			
			.private {
				padding-top: 20px;
				border-top: 3px solid #F60;
			}
			
			/*##### Interner Bereich #####*/
			
			.private a {
				color: #F60;
			}
			
			/*############################*/
			
			.main-menu li.sub a {
				background: url(../images/menu-arrow-no.gif) 190px 5px no-repeat;
			}
			
			.main-menu.private li.sub a {
				background: url(../images/menu-arrow-private-no.gif) 190px 5px no-repeat;
			}
			
			.main-menu li.sub.active a {
				background: url(../images/menu-arrow-act.gif) 187px 5px no-repeat;
			}
			
			.main-menu li a:hover {
				color: #000033;
				text-decoration: none;
			}
			
			.main-menu li.sub a:hover {
				color: #000033;
				background: url(../images/menu-arrow-ro.gif) 190px 5px no-repeat;
				text-decoration: none;
			}
			
			.main-menu li.sub.active a:hover {
				background: url(../images/menu-arrow-act.gif) 187px 5px no-repeat;
			}
			
			.main-menu li.active a {
				color: #000033;
			}
			
				.second-menu {
					margin: 0 0 0 13px;
					font-weight: normal;
				}
				
				.main-menu li.active .second-menu a {
					padding: 0 0 0 24px;
					width: 174px;
					color: #FC6;
					background: none;
				}
				
				.main-menu li.active .second-menu li a:hover {
					color: #000033;
					background: none;
				}
					
				.main-menu li.active .second-menu li.active a {
					color: #FFF;
					background: none;
				}
			
			.third-menu {
				font-size: 0.8em;
				margin: 0 0 0 13px;
			}
			
			.main-menu li.active .second-menu li.active .third-menu a {
				font-weight: bold;
				color: #FC6;
			}
			/*20080716*/
			.third-menu a {
				width: 154px !important;
			}
			
			.main-menu li.active .second-menu li.active .third-menu li.active a {
				color: #000033;
				background: none;
			}
			
			.main-menu li.active .second-menu li.active .third-menu a:hover {
				color: #000033;
				background: none;
			}
			
			#left h3 {
				margin: 0 0 0.5em 15px;
				color: #003;
				font-size: 1.111em;
			}
			
			#left p {
				margin: 0px 31px 6px 15px;
				padding: 3px;
				font-size: 0.888em;
			}
		/*##############################################################*/
		/* content
		/*##############################################################*/		
		#content {
			float:left;
			position: relative;
			padding: 35px 30px 25px 30px; 
			width: 564px;
			color: #003;
			line-height: 135%;
			overflow: hidden;
		}
			
			#breadcrumb {
				position: absolute;
				padding: 9px;
				left: 0;
				top: 0;
				width: 606px;
				font-size: 0.888em;
				color: #036;
				text-align: right;
			}
			
			#no-breadcrumb {
				position: absolute;
				left: 0;
				top: 0;
				width: 624px;
				height: 29px;
				background: url(../images/intern.gif);
			}
			
				#content #breadcrumb ul {
					margin: 0;
					display: inline;
					list-style: none;
				}
				
				#breadcrumb ul li {
					display: inline;
					padding: 0 0 0 5px;
				}
			
			#content p {
				margin-bottom: 9px;
			}
			
			#content a {
				color: #0064A5;
			}
			
			#content h2 {
				margin: 0 0 1em 0;
				font-size: 1.25em;
				color: #F30;
			}
			
			#content h3 {
				margin: 0 0 0.9em 0;
				font-size: 1.125em;
				color: #0064A5;
			}
			#content h4 {
				margin: 0 0 1em 0;
				font-size: 1em;
				color: #0064A5;
			}
			#content h5 {
				margin: 0 0 0.9em 0;
				font-size: 1em;
			}
			#content ul,
			#content ol {
				margin-left: 2.3em;
			}
			
			#content li {
				margin-bottom: 0.25em;
			}
			
			
			div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
				margin-bottom:10px;
			}

		/*##############################################################*/
		/* right
		/*##############################################################*/		
		#right {
			float:left;
			padding: 0px 6px;
			width: 160px;
			font-size: 0.888em;
			overflow: hidden;
		}

			#random-image {
				margin: 0px -6px 1px;
			}

			#right h3 {
				width: 172px;
				color: #FFF;
				margin-left: -6px;
				background-color: #0064A5;
				font-size: 1.222em;
				text-align: center;
				line-height: 20px;
			}
			
			#right h3 a {
				color: #FFF;
			}
			
			#right h4,
			#right h4 a {
				color: #000033;
				font-size: 1em;	
			}
			#right p {
				padding: 3px 0px;
				/*font-size: 0.888em;*/
			}
			#right a {
				color: #0064A5;
				font-weight: bold;
			}
	/*################################################################*/
	/* foot
	/*################################################################*/
	#foot {
		clear:both;
		float:left;
		position:relative;
		width:820px;
		height:0px;
		padding: 0 180px 0 0;
		text-align:right;
	}
	
	#foot ul {
		list-style:none;
		position:absolute;
		height:30px;
		top:-30px;
		right:180px;
	}
	
	#foot li {
		float:right;
		margin: 5px 10px 5px 10px;
	}

	#foot li a {
		color: #0064A5;
		text-decoration: none;
		cursor:pointer;
	}
	
	#foot li a:hover {
		text-decoration: underline;
	}
/*##################################################################*/
/* globale Tags	
/*##################################################################*/
a {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

ul, ol {
	margin: 0 0 0.5em 1.5em;
}
blockquote {
	margin-left: 30px;
}

input, select, textarea, label {
	font-size: 1em;
}

option {
	margin-right: 6px;
	}
/*##################################################################*/
/* globale Klassen		
/*##################################################################*/
.invisible {
	position: absolute;
	text-indent: -999em;
}

.clearer {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.error {
	margin: 0 0 9px;
	padding: 2px;
	color: #A11;
	border: 1px dotted #A11;
}

.success {
	margin: 0 0 9px;
	padding: 2px;
	color: #17942E;
	border: 1px dotted #17942E;
}

.csc-textpic-caption {
	font-size: 0.888em;
}

#content .csc-textpic-imagewrap ul {
	margin: 0;
}
/*##################################################################*/
/* LoginBox		
/*##################################################################*/
		.tx-newloginbox-pi1 label {
			float: left;
			margin: 0.5em 0 0 17px;
			font-size: 0.888em;
			color: #FFF;
		}
		
		#user, #pass {
			float: left;
			margin: 5px 0 0 15px;
			padding: 2px;
			width: 150px;
			border: 1px solid #003;
			font-size: 0.888em;
		}
		
		#newloginbox-submit,
		#loginbox-logout {
			margin: 9px 0 12px 0;
			padding: 2px 2px 2px 17px;
			width: 150px;
			color: #FFF;
			background-color: #036;
			font-size: 0.888em;
			border: none;
			text-align: left;
			cursor: pointer;
		}
		
		#loginbox-logout {
			margin-top: 0px;
			background-color: #F60;
		}
		
		html>body #newloginbox-submit {
			width: 170px;
		}
		
/*##################################################################*/
/* cal
/*##################################################################*/		
		.tx-cal-liste-odd,
		.tx-cal-liste-even {
			margin: 5px 0px;
			border: 1px dashed #F30;
		}
		.tx-cal-liste h3 {
			padding: 5px;
			background-color: #EBEBC2;
		}
		.cal-content {
			padding: 0 5px 5px 5px;
		}
		#content blockquote ul,
		#content blockquote ol {
			margin-left: 1.5em;
		}
/*##################################################################*/
/* MitgliederListe	
/*##################################################################*/
	.member-list-item {
		float: left;
		width: 562px;
		margin: 5px 0px;
		border: 1px dashed #F30;
	}
		
		#member-list-category-filter {
			float: right;
			margin-bottom: 5px;
		}
		
		#member-list-category-selection {
			padding: 2px;
			border: 1px solid #003;
			font-size: 0.888em;
		}
		
		#member-list-category-filter-submit {
			padding: 2px;
			color: #FFF;
			background-color: #036;
			font-size: 0.888em;
			border: none;
			text-align: left;
			cursor: pointer;
		}
	
	.member-list-item-top {
		float: left;
		padding: 5px 10px;
		width: 542px;
		color: #036;
		background-color: #EBEBC2;
		/*border-bottom: 1px dashed #F30;*/
	}
	.member-list-item-left {
		clear: left;
		float: left;
		padding: 10px 25px 10px 10px;
		width: 292px;
	}
	.member-list-item-right {
		float: left;
		padding: 10px 10px 10px 0px;
		width: 215px;
	}
	.member-list-item-right,
	.member-list-item-right a {
		color: #0064A5;
	}
	.member-list-item-right p {
		margin: 0 0 5px 0;
	}
	.member-list-item-right img {
		margin-right: 5px;
		padding-top: 2px;
	}
/*##################################################################*/
/* Karte	
/*##################################################################*/
	#map-mv {
		z-index: 50;
		position: relative;
	}
	#map-member-category-selection a {
		line-height: 21px;
		font-size: 0.888em;
		text-decoration: none;
	}
	#map-member-category-selection a.active {
		font-weight: bold;
	}
	#map-member-category-selection a img {
		position: relative;
		top: 3px;
		left: 0;
	}
	.map-member-info {
		display: block;
		position: absolute;
		left: -9999em;
		top: -9999em;
		width: 250px;
		color: #036;
		font-weight: normal;
		background-color: #FFF;
		border: 1px solid #036;
		z-index: 75;
		cursor: pointer;
	}
	.map-member:hover {
		text-decoration: none;
	}
	.map-member-info span {
		position: relative;
		display: block;
		padding: 2px 4px;
		font-size: 0.9em;
		border-bottom: 1px dashed #F30; 
	}
	.map-member-info span img {
		height: 9px;
	}
	.map-member-info span.last {
		border: none; 
	}
	.map-member {
		/*background-color: #FF7101;*/
	}
	html>body .map-member {
		/*background-color: transparent;*/
	}
	
	#map-member-education-selection label {
		color: #036;
	}
	
	#education-opportunity {
		margin: 5px 0;
	}
	
	#education-form-submit {
		padding: 2px;
		color: #FFF;
		background-color: #036;
		border: none;
		cursor: pointer;
	}
/*##################################################################*/
/* Mitglieder Profil Management
/*##################################################################*/	
	.member-profile-edit .logo-upload img {
		float: right;
		margin: 0 0 5px 9px;
	}
	
	.member-profile-edit input {
		margin: 5px 0;
	}
/*##################################################################*/
/* news	
/*##################################################################*/
	.tx-kgmvnews-pi1s-pi5 {
		float: left;
	}
	.tx-kgmvnews-pi1 .date {
		color: #0064A5;
		font-size: 0.888em;
	}
	
	.news-list {
		float: left;
	}
	
		.news-list a {
			color: #003;
		}

	.news-list-item-odd,
	.news-list-item-even {
		float: left;
		width: 542px;
		padding: 5px 10px;
		margin: 5px 0px;
		border: 1px dashed #F30;
	}

	.news-list-item-even {
		background-color: #EBEBC2;
	}

	.news-minilist {
		margin-bottom: 10px;
		font-size: 0.95em;
	}
	
		.news-minilist a {
			color: #003;
		}

	.news-minilist-item-odd,
	.news-minilist-item-even {
		margin: 15px 0 0 0;
	}

	.news-minilist-item-even {
		background-color: #EBEBC2;
	}
	
	.title {
		display:block;
		font-weight:bold;
		padding: 0 0 5px 0;
	}
	
	#content .news-list-item-even .date,
	#content .news-list-item-odd .date {
		display:block;
		color: #000;
	}
	
	#content .news-list a {
		cursor:pointer;
	}
/*##################################################################*/
/* downloads
/*##################################################################*/	
.download-list {
		float: left;
		font-size: 0.9em;
	}
	
	.download-list img {
		margin-right: 4px;
		vertical-align: middle;
	}
	
	#content .download-list p {
		margin-bottom: 5px;
	}
	
	.download-list-left,
	.download-list-right {
		float: left;
	}
	
	.download-list-left{
		width:100px;
		padding-top:5px;
	}
	
	.download-list-right{
		width:442px;
	}
	
		.download-list a {
			color: #003;
		}

	.download-list-item-odd,
	.download-list-item-even,
	.download-list-item-odd-with-category,
	.download-list-item-even-with-category {
		position:relative;
		float: left;
		width: 542px;
		padding: 5px 10px 0 10px;
		border: 1px dashed #0064A5;
		border-top:0px;
	}

.download-list-item-odd-with-category,
.download-list-item-even-with-category {
	margin-top:25px;
	}
	.download-list-item-even-with-category,
	.download-list-item-even {
		background-color: #EBEBC2;
	}

#download-list-filter-submit {
	background-color:#003366;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	padding:2px;
	/*position:absolute;
	right: 45px;*/
	}
	
.download-list select, .download-list input{
	margin-top:5px;
	}
	
#download-list-filter-form label {
	float:left;
	width:150px;
	padding-top:5px;
	display:block;
	}
	
#download-list-filter-form select,
#download-list-filter-form input {
	float:left;
	margin-left:10px;
	}

#download-list-filter-search {
	padding:1px;
	width:150px;
	}
	
#download-list-filter-form {
	float:left;
	margin-bottom: 10px;
	}
	
 
.download-list-category{
	float:right;
	color: #FFF;
	}
.download-list-item-even-with-category .download-list-category{
	background-color: #EBEBC2;
	}

.doc-number {
	float:left;
	font-weight:bold;
	color: #FFF;
	}
	
.download-list-item-head {
	float:left;
	width:544px;
	margin-top:5px;
	padding: 5px 10px 0 10px;
	background-color: #0064A5;
	}
	

/*##################################################################*/
/* InfoPakete
/*##################################################################*/	
.info-bundle-list {
		float: left;
		font-size: 0.9em;
	}
	
	#content .info-bundle-list h3 {
		clear: both;
		padding-top: 12px;
	}
	
	#content .info-bundle-list p {
		margin-bottom: 5px;
	}
	
		.info-bundle-list a {
			color: #003;
		}

	.info-bundle-list-item-odd,
	.info-bundle-list-item-even {
		float: left;
		width: 542px;
		padding: 5px 10px 0 10px;
		border: 1px dashed #FF6600;
		border-top:0px;
		
	}

	.info-bundle-list-item-even {
		background-color: #EBEBC2;
	}

	.info-bundle-list-item-head {
		float:left;
		width:544px;
		padding:0 10px 0 10px;
		margin-top:5px;
		background-color:#FF6600;
		color:#FFF;
	}
	
#content .info-bundle-list-item-head .left {
		font-weight:bold;
	}
	
#content .info-bundle-list-item-odd img,
#content .info-bundle-list-item-even img {
	vertical-align:middle;
	margin-right:3px;
	}

.info-bundle-minilist {
	padding:0 5px;
	}

#right .info-bundle-minilist-item-even img,
#right .info-bundle-minilist-item-odd img{
	vertical-align:middle;
	margin-right:3px;
	}
	
.info-bundle-minilist-item-even,
.info-bundle-minilist-item-odd {
	padding:10px 0;
	background:url(../images/separator.gif) bottom center no-repeat;
	}
	
.info-bundle-minilist {
	overflow:hidden;
	font-size:0.899em;
	}
	
.separator {
	text-align:center;
	}
/*##################################################################*/
/* Useredit	
/*##################################################################*/
	
  #content .ce {
    
  }
  
  #content .feuser-edit {
    width: 564px;
  }
  

  #content .feuser-edit .user-edit-inputfield label,
  #content .feuser-edit .user-edit-inputfield input {
    width: 130px;
    margin: 0 0 8px 5px;
  }
  
  #content .feuser-edit .user-edit-inputfield input {
  	/*border: 1px solid #0064A5;*/
	padding:1px;
  }
  
  #content .feuser-edit .user-edit-inputfield label{
  	clear:both;
	float:left;
  }
  
	#content .feuser-edit .user-edit-inputfield{
    float:left;
	width:564px;
  }
	
	#content #feuser-edit-newsletter {
		float:left;
		width:auto;
		margin: 0 3px 5px 5px;
		border: none;
	}

  #content .feuser-edit .user-edit-inputfield select{
    margin: 0 0 8px 5px;
	/*border: 1px solid #0064A5;
	padding:1px;*/
  }

  #content .feuser-edit .useredit-small{
    width:100%;
    font-size:0.9em;
  }
  
  .feuser-list-item-even ,
  .feuser-list-item-odd {
	float:left;
	padding:3px;
  }
  
  .feuser-list-item-even {
  	background-color: #EBEBC2;
  }
  
  .feuser-list-item-odd {
  	background-color: #FFF;
  }
  
  .feuser-list-item-left {
  	float:left;
	width:478px;
  }
  
  .feuser-list-item-right {
  	float:left;
	width:80px;
  }

  
  #content .tx-bmfeusermanagement-pi1 .create-user {
  	float: right;
	margin-bottom: 9px;
	padding:4px;
	background-color: #0064A5;
	color: #FFF;
  }

  .tx-bmfeusermanagement-pi1 {
  	font-size:0.9em;
  }

	.error-msg {
		color: #F00;
		padding: 5px;
		margin-bottom:15px;
	}
	
	.success-msg {
		color: #3C6;
		padding: 5px;
		margin-bottom:15px;
	}
	
	.feuser-edit-form-button-field {
		float:left;
		padding:5px;
		margin-top:10px;
	}
	
	#content #feuser-edit-abort,
  	#content #feuser-edit-save,
	#content #feuser-edit-delete {
		float:left;
  		margin: 0 5px 0 5px;
		padding:3px;
		background-color: #0064A5;
		color: #FFF;
		border:none;
		width:auto;
  	}
	
	.feuser-edit-newsletter-text {
		float:left;
		width: 390px;
	}
/*##################################################################*/
/* pagebrowser	
/*##################################################################*/
  
  	#content .pagebrowser {
  	float: left;
	margin: 5px 0;
	font-size: 0.888em;
	color: #0064A5;
	}
	
	#content .pagebrowser a {
		margin: 0 2px;
		color: #0064A5;
	}
	
	#content .pagebrowser .active {
		margin: 0 2px;
		color: #F30;
		font-weight: bold;
	}

  	#content .pagebrowser img {
  		vertical-align: middle;
  	}

/*##################################################################*/
/* joblist	
/*##################################################################*/
	
	.job-list-item-even,
	.job-list-item-odd {
		float:left;
		width:542px;
		border: 1px dashed #0064A5;
		border-top:0px;
		padding:5px 10px;
	}
	
	.job-list-item-even {
		background-color: #EBEBC2;
	}
	
	.job-list-item-odd {
		background-color: #FFF;
	}
	
	.job-list-item-head {
		float:left;
		background-color: #0064A5;
		color: #FFF;
		width: 544px;
		margin-top:10px;
		padding: 5px 10px;
	}
	
	.job-list-item-head-left {
		float:left;
		width:444px;
	}
	
	.job-list-item-head-right {
		float:left;
		text-align:right;
		width:100px;
	}
	
	#content .job-list-item-head-right a {
		color: #FFF;
	}
	
	.job-list-item-even label,
	.job-list-item-odd label {
		float:left;
		width:120px;
	}
/*##################################################################*/
/* joboffer	
/*##################################################################*/

	#job-offers-filter-form {
		margin-bottom:10px;	
	}
	
	#job-offers-filter-form label{
		float:left;
		width:120px;
		padding:2px 0;
	}
	
	#job-offers-filter-form select {
		float:left;
		margin-bottom:3px;
		width:444px;
	}
	
	#job-offers-filter-submit {
		float:right;
		padding:3px;
		border:none;
		background-color: #0064A5;
		color: #FFF;
	}

	.joboffer-list-item-head {
		float:left;
		background-color: #0064A5;
		color: #FFF;
		width: 544px;
		margin-top:10px;
		padding: 5px 10px;
	}
	
	.joboffer-list-item-head-left {
		float:left;
		width:464px;
	}
	
	.joboffer-list-item-head-right {
		float:left;
		text-align:right;
		width:80px;
	}
	
	#content .joboffer-list-item-head-right a{
		color: #FFF;
	}
	
	.joboffer-list-item-even,
	.joboffer-list-item-odd {
		float:left;
		width:542px;
		border: 1px dashed #0064A5;
		border-top:0px;
		padding:5px 10px;
	}
	
	.joboffer-list-item-even {
		background-color: #EBEBC2;
	}
	
	.joboffer-list-item-odd {
		background-color: #FFF;
	}
	
	#joboffer-detail-header {
		float:left;
		width:564px;
		margin-bottom:10px;
		background-color: #EBEBC2;
	}
	
	.joboffer-detail-header-left {
		float:left;
		width:414px;
	}
	
	.joboffer-detail-header-right {
		float:left;
		width:130px;
		padding:15px 0;
	}
	
	.joboffer-detail-head-institution{
		padding:10px;
		font-size:1.2em;
		font-weight: bold;
	}
	
	.joboffer-detail-head-info{
		padding:0 10px;
	}
	
	.joboffer-list-item-even label,
	.joboffer-list-item-odd label {
		float:left;
		width:120px;
	}
	
	.joboffer-details-info {
		float:left;
		width:564px;
		margin-bottom:10px;
		font-weight:bold;
	}
	
	.joboffer-details-info label{
		float:left;
		width:99px;
	}
	
/*##################################################################*/
/* Stellenangebot Verwaltung
/*##################################################################*/
	
	#content a.create-job {
		background-color:#0064A5;
		border:medium none;
		color:#FFF;
		float:right;
		padding:3px;
	}
	
/*##################################################################*/
/* Editiermodus Stellenangebot
/*##################################################################*/	
	.job-edit input,
	.job-edit select {
		position: relative;
		margin: 5px;
		float: left;
	}
	
	.job-edit input,
	.job-edit textarea {
		padding: 2px;
	}
	
	#content .job-edit p.hint {
		position: relative;
		float: left;
		margin: 6px 0 0 13px;
		font-size: 0.9em;
	}

	.job-edit label {
		position: relative;
		margin: 5px 0;
		clear: left;
		float: left;
		width: 175px;
	}
	
	.job-edit .clearer {
		height: 0px;
	}

/*##################################################################*/
/* search	
/*##################################################################*/
	#content .tx-indexedsearch-browsebox {
		
	}
	
	#content ul.browsebox {
		margin-left:0px;
		list-style:none;
		font-size:0.8em;
		padding-top:10px;
	}
	
	ul.browsebox li {
		float:left;
		margin: 0 5px;
	}
	
	#content .tx-indexedsearch-browselist-currentPage a{
		color: #F30;
		text-decoration:underline;
	}
	
	.tx-indexedsearch-result {
		margin-bottom:25px;
		padding:7px;
		border: 1px dashed #0064A5;
	}
	
	.tx-indexedsearch-title a{
		font-size:1.25em;
		text-decoration:underline;
	}
	
	.tx-indexedsearch-res {
		clear:both;
		float:left;
		margin-top:25px;
		width:564px;
	}
	
	.tx-indexedsearch-redMarkup {
		background-color: #FF0;
	}
	
	.tx-indexedsearch-searchbox,
	.tx-indexedsearch-whatis,
	.tx-indexedsearch-browsebox {
		padding-bottom: 5px;
	}
	
	.tx-indexedsearch-searchbox-button {
		background-color: #0064A5;
		color: #FFF;
		border:none;
		padding:2px;
	}
	
	.tx-indexedsearch-searchbox-sword {
		padding:1px;
	}
/*##################################################################*/
/* rgaccordeon	
/*##################################################################*/
#content h3.ka-handler {
	margin: 0;
	padding: 0 5px;
	width: 554px;
	font-weight:bold;
	font-size: 0.9em;
	color:#FFF;
	line-height: 23px;
	background: #0064A5 url(../images/rgaccordeon-collapsed.gif) right center no-repeat;
	border-top:1px solid #eee;
	cursor:pointer;
}

.ka-panel {
	clear: left;
	float: left;
	margin: 0 0 9px 0;
}

.rgaccord1-nest div {
	float: left;
}

.rgaccord1-nest .news-list-item-even,
.rgaccord1-nest .news-list-item-odd {
	width: 524px;
}

#content h3.act {
	background: #0064A5 url(../images/rgaccordeon-expanded.gif) right center no-repeat;
}

div.ka-content {
	padding: 9px;
	width: 544px;
	border-left:1px solid #0064A5;
	border-right:1px solid #0064A5;
	border-bottom:1px solid #0064A5;
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h3 {
  display:none;
}
/*##################################################################*/
/* RTE	
/*##################################################################*/
span.kleine-schrift {
	font-size: 0.85em;
}
#content span.gesichert {
	padding-left: 15px;
	color: #F60;
	font-weight: bold;
	background: url(../images/link-secured.gif) left top no-repeat;
}
.orange {
	color: #F30;
}
#content a.gesichert {
	color: #F60;
	font-weight: bold;
}

#content a.gesichert_neu{
	padding-left: 15px;
	color: #F60;
	font-weight: bold;
	background: url(../images/link-secured.gif) left top no-repeat;
}

#content a.gesichert img{
	margin-right:3px;
}
#content a.download img {
	margin-right:3px;
}

#content a.download {
	/*padding-left: 18px;
	background: url(../images/icon-file.gif) left top no-repeat;*/
}
#content a.ohnelink {
	color: #003;
	text-decoration: none;
	cursor: default;
}
tr.headline {
	background-color: #EBEBC2;
}
tr.zeile1 {
	width: 33.333%;
	background-color: #FFFFCC;
}
tr.zeile2 {
	width: 33.333%;
	background-color: #F5F5E0;
		
}
table.gremien {
	border: 1px solid #AAA;
	border-collapse: collapse;
	width: 100%;
}
table.gremien td {
	border: 1px solid #AAA;
	padding: 5px;
}

table.vorstandsmitglieder {
	width: 100%;
}

table.vorstandsmitglieder td {
	width: 50%;
}

.left {
float:left;
}

.right {
float:right;
}