@media print {
  /* style sheet for print goes here */
  .hide4print {
	display: none;
  }
}

/* Helper classes*/
.fl {float: left;}
.fr {float: right;}
.block {display: block;}
.clear {clear:both;}
.paddings {
	padding: 18px;
}

/*Standard elements*/
a:focus, a:hover {color:#a00;}
a {color: #DC0000;text-decoration: none;}

a img {border:0}

h1 {
	margin-top: 0;
	font-size: 22px;
}
h2 {
	font-weight: bold;
	margin-bottom: 0;
}
#content h2 { 
	font-size: 18px; 
}
h3 {
	font-size: 15px; 
	font-weight: bold; 
	margin-bottom: 0.75em; 
	line-height: 1;
}

body {
	background: #404040;
	line-height:1.5;
}

.contenttable td {
	vertical-align: bottom;
}

/*global style*/
.container{
	font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	background-color: white;
}

.header {
	/*background: #BA1B27 url(bilder_ok2.jpg) repeat-x scroll 0 0;*/
}

.footer {
	color: #FFF183;
	background-color: #000;
	font-size: 10px;
}

	.footer .paddings {
		padding: 4px;
	}
	
	.footer .paddings div {
		padding-bottom: 4px;
	}
	.footer a {
		/*text-decoration: none;*/
		color: #ff0;
	}

/*Layout*/
.container {
	width: 850px;
	margin: 24px auto 0;
}

#content, .submenu {
	width: 576px;
}

#sidebar {
	width: 201px;
}

.logo {
	float: right;
	margin-top: 18px;
	margin-right: 60px;
	width: 160px;
}

/*Navigation */
.menu-wrapper {
	height: 32px;
	background-color: #000;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
}
	ul.menu {
		list-style-type: none;
		margin: 0;
		padding-left: 0px;
	}
	
	ul.menu li {
		display: block;
		float: left;
		border-right: 1px solid #FFF183;
		font-weight: bold;
		background-color: #000;
		padding: 5px 12px 6px 12px;
		height: 21px;
		font-family: Garamond, serif;
		font-size:15px;
		font-variant:small-caps;
	}
		ul.menu li a {
			text-decoration: none;
			color: #FFF183;
		}
		ul.menu .current_page_item, ul.menu .current_page_ancestor {
			
			background-color: #FFF183;
			
			/*margin-left: -1px;*/
		}
		ul.menu .first {
			margin-left: 0;
		}
		ul.menu .current_page_item a, ul.menu .current_page_ancestor a {
			color: #000;
		}


.submenu-wrapper {
	min-height: 32px;
	padding-bottom: 0;
}
	.content {
		padding-top: 0;
	}
	
	.submenu-wrapper ul.submenu {
		margin: 0;
		padding: 0;
	}
	
	.submenu-wrapper ul.submenu  li.page_item {
		display: inline-block;
		margin-bottom: 1px;
		/*font-weight: bold;*/
		padding: 0 5px;
		border: 0;
		border-left-width: 1px;
		border-color: #dc0000;
		border-style: solid;
	}
	
	.submenu-wrapper ul.submenu  li.current_page_item {
		font-weight: bold;
	}
		
.search {
		clear: right;
		margin-bottom: 12px;
		display: none;
	
	}
		#srch-frm {
			/*background: transparent url(images/search.png) no-repeat scroll left 2px;*/
		}
		.search #s {
			/*background: transparent none no-repeat 0 0;*/
			border: none;
			margin: 7px 56px 4px 24px;
			/*color: #666666;*/
			width: 160px;
			padding: 2px;
		}

			.info {
				margin-bottom: 0.75em;
				color: #999999;
				clear: both;
			}
				.info div {
					margin-right: 1.5em;
					font-size: 11px;
					padding-left: 20px;
					margin-bottom: 0.5em;
				}
				
				.info .cat, .info .tag {
					float: left;
					width: 40%;
				}
				
				.info .date {
					/*background: transparent url(images/ico/time.gif) no-repeat 0 -1px;*/
					padding-left: 0;
				}
				.info .author {
					background: transparent url(ico/user.gif) no-repeat 0 -1px;
				}
				.info .comment {
					background: transparent url(ico/comments.png) no-repeat 0 0;
					clear: left;
				}
				.info .cat {
					background: transparent url(ico/folder.png) no-repeat 0 0;
				}
				.info .tag {
					background: transparent url(ico/tag_red.png) no-repeat 0 0;
				}
				
				.info a {
					color: #666;
					text-decoration: underline;
				}

		
#sidebar {
	font-size: 11px;
}
		
		#sidebar div.csc-default {
			margin-bottom: 2.5em;
		}
		
		#sidebar .news-header-list-container {
			padding-left: 20px;
			margin-bottom: 10px;
		}
		
		#sidebar .tagcloud  {
			padding: 0 0 0 20px;
			border: 0;
		}
		
		#sidebar .tagcloud  a {
			color: #DC0000;
		}
		
		#sidebar ul {
			list-style-type: none;
			margin: 0 0 0 10px;
			padding: 0;
		}
		
		#sidebar ul li {
			padding-left: 10px;
		}
		
		#sidebar h3 {
			font-size: 13px;
			margin-bottom: 0.5em;
			/*margin-left: -10px;*/
			padding-bottom: 2px;
			padding-top: 5px;
			border-top: 3px solid black;
		}
		
		#sidebar h3.cal {
			background: transparent url(ico/calendar.png) no-repeat 0 5px;
			padding-left: 20px;
		}
		
		#sidebar h3.cat {
			background: transparent url(ico/folder.png) no-repeat 0  5px;
			padding-left: 20px;
		}
		
		#sidebar h3.tag {
			background: transparent url(ico/tag_red.png) no-repeat 0  5px;
			padding-left: 20px;
		}
		
		#sidebar h3.comment{
			background: transparent url(ico/comments.png) no-repeat 0  5px;
			padding-left: 20px;
		}
		
		#sidebar h3.news{
			background: transparent url(ico/newspaper.png) no-repeat 0  5px;
			padding-left: 20px;
		}
		
	.news-latest-item p {
		font-size: 15px;
	}
	
	.news-single-item p{
		text-align: justify;
	}
	
	.news-single-item h1 {
		margin-bottom: 0;
	}
	
	.news-single-date {
	}
	
	.news-latest-item p, .news-single-item p{
	
		margin-bottom: 10px;
		display: block;
	}
	
	.news-latest-item img , .news-single-img {
		float: left;
		clear: left;
		margin-right: 40px;
		margin-bottom: 20px;
		margin-top: 5px;
	}
	
	.news-list-item {
		margin-top: 1em;
	}
	
	.news-list-subheader p{
		margin-top: 0;
	}
	
	.news-single-subheader {
		font-weight: bold;
		margin-bottom: 20px;
		text-align: justify;
	}
	
	.news-catmenu img {
		display: none;
	}
	
.tx-powermail-pi1 label {
	clear:both;
	display:block;
	float:left;
	/*font-weight:bold;*/
	width:220px;
}

.tx-powermail-pi1 fieldset {
	border: 0;
}

.tx-powermail-pi1 legend {
	display: none;
}

.powermail_check{
	float: left;
	position: relative;
	left: -400px;
}

.powermail_check_inner label {
	position: relative;
	left: 30px;
	width: 400px;
}

.tx_powermail_pi1_fieldwrap_html{
	margin-bottom: 10px;
}

.tx_powermail_pi1_fieldwrap_html_checkbox_title{
	display: none;
}

.tx_powermail_pi1_fieldwrap_html_submit{
	float: left;
	clear: left;
	margin-top: 10px;
}

.powermail_text, .powermail_textarea {
	border: 1px black solid;
	width: 200px;
}

.powermail_uid6 {
	width: 300px;
}

.csc-uploads p.csc-uploads-description {
	margin-bottom: 10px;
}

.csc-uploads p {
	margin: 0;
}

