@charset "UTF-8";

@import url("vxz.css");

@import url("tt_news.css");

@import url("cal.css");

@import url("fixed_logos.css");

@import url("indexed_search.css");

@import url("rgsmoothgallery.css");

* {
	margin:0px;
	padding:0px;
}

p {
	font-size:14px;
	color:#5A5A5A;
	line-height: 20px;
}

ul {
	font-size:14px;
	color:#5A5A5A;
}

ol {
	font-size:14px;
	color:#5A5A5A;
}

h2 {
	font-weight:normal;
	font-size:18px;
	margin-bottom:10px;
}

h1 {
	font-size:25px;
	color:#333;
	font-weight:normal;
	margin-bottom:10px;
}

a {
	color:#000;
	text-decoration:none;
}

#contentright a {
	color: #2f62a8;
}

#contentright a:hover {
	border-bottom: 1px solid #aaa;
}

#contentright a > img {
	border:none;
}

#contentright hr {
	color: #ddd;
	background: #ddd;
}

#contentright .align-center {
	text-align: center;
}

#contentright .align-right {
	text-align: right;
}

#contentright blockquote {
	margin: 0px 20px 0px 20px;
}

#contentright .csc-frame-frame1 {
	border: 1px solid #888;
	padding: 5px;
	background: #eee;
	margin: 5px 0 5px 0;
}

#contentright .csc-frame-frame2 {
	border: 1px solid #888;
	padding: 5px;
	background: #F5FFAA;
	margin: 5px 0 5px 0;
}

#contentright .news-latest-image a:hover {
	border-bottom: none;
}

#contentright ul , #contentright ol {
	font-size:14px;
	color:#5A5A5A;
	line-height: 20px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

body {
	background:url(../img/background.png) repeat-x top #eee;
	font-family:Arial,sans-serif;
}

#wrapper {
	background:#FFF;
	margin:0 auto;
	width:984px;
	-webkit-box-shadow:2px 2px 5px #575757;
	-moz-box-shadow:2px 2px 5px #575757;
}

#navigation {
	height:70px;
	overflow:hidden;
}

#globaltitle {
	height:67px;
	overflow:hidden;
	background:url(../img/banner.png);
}

#globaltitle #link1 {
	display:block;
	width: 300px;
	height: 50px;
	position: relative;
	top:7px;
	left:251px;
}

#globaltitle #link2 {
	display:block;
	width: 110px;
	height: 65px;
	position:relative;
	top:-50px;
	left: 865px;
}

#title {
	padding:15px 0px 5px 0px;
	height:22px;
}

#seperator {
	height:5px;
	margin-left:10px;
	margin-right:10px;
	background:url(../img/seperator.png);
	clear:both;
	margin-bottom:10px;
	min-height:5px;
	font-size:0px;
	line-height:5px;
}

#pagetitle {
	width:246px; /* IE6 */
	padding-left:10px;
	padding-right:10px;
	float:left;
	font-size:20px;
}

#pagetitle[id] {
	width:226px !important; /* FŸr alle anderen Browser */
}

#pageposition {
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
	padding-top:8px;
}

#pageposition a:hover {
	text-decoration:underline;
}

.sidebarnav {
	list-style:none;
	padding:0px 10px 0px 10px;
	font-size:14px;
	text-align:right;
}

.sidebarnav li ul {
	margin-right:6px;
	font-size:13px;
}

.sidebarnav a {
	color:#2F62A8;
	line-height:25px;
}

.navactive > a {
	background-image:url(../img/navilistactive.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right: 16px;
}

.navlist {
	background-image:url(../img/navlist.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right: 16px;
}

.navlist:hover, .navlist:active, .navlist:focus {
	background-image:url(../img/navilistactive.png);
}

#contentright {
	margin-left:246px;
	min-height: 700px;
	padding-bottom: 50px;
	padding-right:25px; /* IE6 */
}

#contentright[id] {
	padding-right:28px; /* FŸr alle anderen Browser */
}

#sidebarnavigation {
	float:left;
	width:200px;
	padding-left:10px;
	padding-right:10px;
}

#imagetitle {
	border:1px solid #575757;
	margin-bottom:16px;
}

#calender {
	position:relative;
	left:14px;
	float:right;
	width:246px;
}

.calender {
	list-style:none;
}

.calender li {
	margin-bottom:14px;
	font-size:14px;
}

.lastcal {
	margin-bottom:0px;
}

#calmain {
	width:234px;
	padding:10px 10px 10px 20px;
	-webkit-box-shadow: rgb(210, 210, 210) 3px 3px 5px;
	-moz-box-shadow: rgb(210, 210, 210) 3px 3px 5px;
	box-shadow: rgb(210, 210, 210) 3px 3px 5px;
	background:rgb(235,235,235);
}

#calmain[id] {
	width:204px;
}

#searchcontainer {
	color:#575757;
	text-align:right;
	margin-top:10px;
	padding:0px 10px 0px 10px;
	overflow:hidden;
	height:19px;
}

#searchcontainer form {
	float:right;
	margin-left:10px;
}

#searchbox {
	background:url(../img/search.png) no-repeat;
	height:19px;
	outline:none;
	width:221px; /* IE6 */
	border:none;
	padding-left:29px;
}

#searchbox[type] { 
	width:192px; /* FŸr alle anderen Browser */
}

#searchleft {
	background:url(../img/searchleft.png);
	width:30px;
	height:19px;
	display:none;
	
}

#searchright {
	background:url(../img/searchright.png);
	width:18px;
	height:19px;
	display:none;
}

#service {
	color: #575757;
	font-size: 13px;
	line-height:17px;
}

.globalnav {
	list-style:none;
	overflow:hidden;
	margin-left:246px;
}

.globalnav li {
	float:left;
	padding-left:10px;
	padding-right:10px;
}

.activetab {
	background:rgb(249,168,79);
	height:21px;
	border-top:#CCCCCC solid 1px;
	line-height:21px;
	font-size:14px;
}

.activetab a {
	color:#FFF;
}

.inactivetab {
	background:url(../img/tabinactive.png);
	height:21px;
	line-height:21px;
	border-top:#CCCCCC solid 1px;
	font-size:14px;
}

.inactivetab a {
	color:#575757;
}

.inactivetab a:hover {
	color:#353535;
}

.inactivetab.last {
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-right:#CCCCCC solid 1px;
}

.activetab.last {
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-right:#CCCCCC solid 1px;
}

.inactivetab.first {
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-left:#CCCCCC solid 1px;
}

.activetab.first {
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-left:#CCCCCC solid 1px;
}

#smalltabbar {
	height:10px;
	width:20px;
	background:url(../img/smalltabbar.png);
}

#tabs {
	padding-top: 19px;
	text-align:center;
}

.calender {
	font-size:13px;
}

#fixed_logos {
	position:fixed;
	bottom:30px;
	left: 1250px;
}

#content {
	overflow:hidden;
}


/*.csc-textpic-imagewrap {
	background: #DDD;
	-webkit-box-shadow:2px 2px 2px #575757;
	-moz-box-shadow:2px 2px 5px #575757;
}*/


.csc-textpic-imagewrap dl {
	padding:5px;
	padding-bottom: 0;
}

.csc-textpic-caption {
	font-style:italic;
	font-size: 12px;
	color: #5a5a5a;
	padding-top: 10px;
	padding-right: 2px;
	padding-left: 3px;
	margin:10px;
}

.csc-textpic-below .csc-textpic-imagewrap {
	margin-top: 15px;
}

/*ugly hack for floating problems!*/

.csc-textpic-clear {
clear: none !important;
display:table;
min-width:400px;
}

.tx-rgsmoothgallery-pi1 {
	margin-bottom:16px;
}