/* 
**  RMZ Web
**  version : 1.0.0  
**  author	: rmeier
*/
@media all {
	/* ######################################################################################################
** ### Hauptnavigation: "Shiny Buttons" von Dirk Jesse ##################################################
** ######################################################################################################
*/ /* Close @media all - DO NOT DELETE! */
	body {
		background: #1b1b1b url("/fileadmin/img/body-background.gif") no-repeat top
			center;
		background-attachment: fixed;
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 0px;
		padding-top: 0px;
		font-size: 8.9pt;
		line-height: 12.46pt;
		float: none;
		font-style: normal;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		/*font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
		text-align: center;
		height:100%;
			}
	
	ul li {
		list-style:none;
	}
	
	a {
		text-decoration: none;
		font-weight: bold;
		color: #3d3d3d;
	}
			
	h1, h2, h3 {
		font-weight: bold;
		font-family: georgia,arial,helvetica,clean,sans-serif;
		padding: 10px 0 0 5px;
		color: #3d3d3d;
	}
	h1 {
		font-size: 15px;
	}
	h2, h3 {
		font-size: 12px;
		
	}
	
	p.bodytext {
		padding-left: 5px;
	}
	
	#wrapper {
		background-color: #9199ae;
		margin-top: 5px;
		display: block;
		margin-left: auto;
		width: 952px;
		margin-right: auto;
		position: relative;
		
		text-align: left;
	}
}

#container {
	clear: both;
	display: block;
	zoom: 100%;
	
	}

#content_wrapper {
	border-right: #889 1px solid;
	border-top: #889 1px solid;
	min-width: 950px;
	max-width: 60em;
	margin: auto;
	border-left: #889 1px solid;
	border-bottom: #889 1px solid;
	background-color: #fff;
	display: block;
		
}


#contentwrapper {
	display: block;
	margin-left: 130px;
	margin-right: 180px;
	width: 620px;
	min-height: 400px;
	background-color: #fff;
	/*position: relative;*/
	border-left: #99a 2px dotted;
	border-right: #99a 2px dotted;
	padding: 10px 5px 10px 5px;	
	}

#rightbox {
	display: block;
	float: right;
	background-color: #fff;
	width: 180px;
	padding: 0;
	margin: 0;
	}
#rightbox h2 {
	padding-left: 0px;
}

#header {
	height: 25px;
}

#gaur_login {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	xfont-family: georgia,arial,helvetica,clean,sans-serif;
	xfont-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 5px;
	margin:  0;
	
}
#gaur_login a{
	text-decoration: none;
	color: #fff;
	}

#gaur_login form{
	margin:0;
	padding:2px;
	font-size: 11px;
	}
#gaur_login input {
	font-size:11px;
}

#breadcrumb {
	background-color: #99a;
	padding-left: 3px;
	font-size: 11px;
	color: #fff;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*font-family: georgia,arial,helvetica,clean,sans-serif;*/
}

#breadcrumb a{
	color: #303030;
	text-decoration: none;
	FONT-WEIGHT: bold;
}

#footer {
	background-color: #99a;
	padding-left: 5px;
	clear: both;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*font-family: Verdana, Helvetica, Arial, sans-serif;*/
	font-size: 10px;

}

#searchbox {
	text-align: right;
	vertical-align: middle;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	vertical-align: bottom;
}



#nav_main {
	width: 100%;
	overflow: hidden;
	background: url("/fileadmin/img/background.gif") #9199ae repeat-x center right;
	border-top: 1px #333 solid;
	border-bottom: 1px #333 solid;
	font-family: georgia,arial,helvetica,clean,sans-serif;
}

#nav_main ul {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 1em;
}

#nav_main ul li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 1em;
	list-style-type: none;
	border-left: 1px #fff solid;
	border-right: 1px #aaa solid;
}

#nav_main ul li#first {
	border-right: 1px #aaa solid;
	border-left: none;
	padding: 0.5em 0em 0.5em 0em;
	width: 48px;
}

#nav_main ul li#last {
	border-left: 1px #fff solid;
	border-right: none;
	padding: 0.5em 0em 0.5em 0em;
}

#nav_main ul li a {
	display: block;
	width: auto;
	font-size: 1em;
	font-weight: bold;
	background: transparent;
	text-decoration: none;
	color: #000;
	margin: 0px;
	padding: 0.5em 0.8em 0.5em 0.8em;
}

#nav_main ul li a:hover {
	background: #eee;
	color: #333;
	text-decoration: none;
}

#nav_main ul li#current {
	border-left: 1px #444 solid;
	border-right: 1px #888 solid;
	background: transparent url("/fileadmin/img/background_active.gif") repeat-x
		center right;
}

#nav_main ul li#current a,#nav_main ul li#current a:hover {
	color: #fff;
	background: transparent;
	text-decoration: none;
}


div#nav_left {
	display: block;
	float: left;
	background-color: #fff;
	width: 130px;
}

div#nav_left ul {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	
}

div#nav_left ul li {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: #d6d6d6 1px solid
}

div#nav_left ul li a {
	display: block;
	font-weight: bold;
	font-size: 11px;
	padding-left: 10px;
	color: #000;
	text-decoration: none
}

div#nav_left ul li a:visited {
	display: block;
	font-weight: bold;
	
	color: #000;
	text-decoration: none
}

div#nav_left ul li a:hover {
	color: #0055a1
}

div#nav_left ul li#current {
	display: block;
	font-weight: bold;
	font-size: 11px;
	background: url("/fileadmin/img/ico-arrow.gif") no-repeat left 10px;

	color: #0055a1;
	text-decoration: none
}

div#nav_left ul ul {
	margin: 5px 12px;
	
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none
}

div#nav_left ul ul li {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	border-top-style: none;
	padding-top: 2px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none
}

div#nav_left ul ul li a {
	padding-right: 0px;
	display: block;
	padding-left: 10px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 0px;
	text-transform: none;
	color: #000;
	padding-top: 0px;
	text-decoration: none
}

div#nav_left ul ul li a:visited {
	display: block;
	font-weight: normal;
	text-transform: none;
	color: #000;
	text-decoration: none
}

div#nav_left ul ul li a:hover {
	color: #0055a1
}

div#nav_left ul ul li#current {
	display: block;
	
	font-weight: normal;
	font-size: 11px;
	background: url("/fileadmin/img/ico-arrow.gif") no-repeat left 6px;
	text-transform: none;
	color: #0055a1;
	text-decoration: none
}

#search p{
	text-align: right;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
}

.tx-ttaddress-pi1 {
	padding: 10px 10px 10px 10px;
}

.tx-ttaddress-pi1 div.vcard{
	padding-top: 10px;

}
.news-latest-container {
	padding-left: 0px;
	padding-right: 2px;
	padding-top:  0px;
	padding-bottom: 0px;
}
.news-latest-container h2 {
	margin: 0;
}
.news-latest-item {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #9199ae;	
}
.news-latest-item h3 {
	background-color: #9199ae;
	color: #fff;
	font-size: 11px;
	padding: 1px;
	margin: 0;
}

.news-latest-item h3 a {
	color: #fff;
	text-decoration: none;
	FONT-WEIGHT: bold;
	
}
.news-latest-item p {
	font-size: 11px;
	padding: 1px;
	margin: 0;
	}
	
.news-latest-morelink a {
	text-decoration: none;
	font-weight: bold;
	color: #3d3d3d;
	text-align: right;
	}
	

.news-latest-date{
	font-size: 10px;
	text-align: right;
	float:right;	
}

.news-list-item{
	padding-left: 5px;
	padding-right: 5px;

}
.news-single-backlink a{
	text-decoration: none;
	font-weight: bold;
	color: #3d3d3d;
	text-align: right;
	}

table.contenttable {
	width: 100%;
	color: #fff;
	font-size: 12px;
}
table.contenttable tr.tr-even{
	background-color: #909090;	
}
table.contenttable tr.tr-odd{
	background-color: #9199ae;	
}
table.contenttable tr td {
	padding-left: 5px;
}
table.contenttable tr td.td-0 {
	width: 70%;
}
div.csc-header h2{
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;	
}
#month-header {
	margin-bottom: 10px;
	height: 25px;
}
#month-header-prevnext{
	float: none;
	text-align: center;
}
.month-large .weekday {
	font-size: 12px;
}
.month-weeknums {
	font-size: 12px;
}
.day{
	font-size: 10px;	
}


.default_catheader_text, .yellow_catheader_text{
	font-size: 10px;
	padding: 0px;
	}
	
div.tx-ttaddress-pi1{
	padding: 0;
}
	
div.tx-ttaddress-pi1 div.vcard{
	padding: 0;
	margin: 5px;
	border: 1px solid #3d3d3d;
	border-left-width: 5px;
}
	
div.tx-ttaddress-pi1 div.vcard table {
	width: 90%;
	margin: 0;
}

div.tx-ttaddress-pi1 div.vcard table tr td a:link {
	color: #3d3d3d;
}
		
div.tx-ttaddress-pi1 div.vcard table a:visited {
	color: #3d3d3d;
}
		
div.tx-ttaddress-pi1 div.vcard table a:active {
	color: #3d3d3d;
}
		
div.tx-ttaddress-pi1 div.vcard table a:hover {
	color: #3d3d3d;
}


div.tx-ttaddress-pi1 div.vcard table tr td{
	width: 50%;
	vertical-align: top;
	padding: 2px;
}


div.tx-ttaddress-pi1 div.vcard table tr td{
	font-size: 12px;
}


}