/* Master styles */
* { outline: 0; }
html, body {
	margin: 0;
	padding: 0;
	text-indent: 0;
	color: #000;
	border:0;
}
html, body * {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
img { border: 0 }
.left { float: left }
ul#headerImages { padding:0px; margin:0px;display:block;}
ul#headerImages li { list-style-type:none; float:right;}


.right { float: right; padding: 0; margin: 0; }
.rightfp { float: right; padding: 0; margin: 0; }
.clear { clear: both }

/* Website styles */
body {
	background: #d9e0ff url('bg.gif') top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div#wrapper {
	width: 760px;
}
div#header {
	width: 760px;
	height: 151px;
	background: #bbc6f5;
}
a#logo {
	float: left;
	border-right: 2px solid #5e7bef;
}
div.nav1 {
	float: left;
	width: 115px;
	height: 81px;
	background: #0f9907;
	border-right: 2px solid #5e7bef;
}
div.nav2 {
	float: left;
	width: 115px;
	height: 81px;
	background: #003366;
	border-right: 2px solid #5e7bef;
}
div.nav3 {
	float: left;
	width: 115px;
	height: 81px;
	background: #cc0000;
	border-right: 2px solid #5e7bef;
}
.nav1 a.head, .nav2 a.head, .nav3 a.head {
	width: 80px;
	height: 22px;
	line-height: 22px;
	display: block;
	padding: 5px 0 0 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.nav1 a.head {
	background: #0f9907 url('nav1-head.gif') center center no-repeat;
}
.nav2 a.head {
	background: #0f9907 url('nav2-head.gif') center center no-repeat;
}
.nav3 a.head {
	background: #0f9907 url('nav3-head.gif') center center no-repeat;
	width: 85px;
	padding: 5px 0 0 30px;
}
/*.nav1 a.head:hover, .nav2 a.head:hover, .nav3 a.head:hover {
	color: #ccc;
}*/
.nav1 a.link, .nav2 a.link, .nav3 a.link {
	width: 80px;
	height: 12px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 35px;
	margin: 5px 0 0 0;
}
.nav1 a.link {	
	background: #0f9907 url('nav1-link.gif') center center no-repeat;
}
.nav2 a.link {	
	background: #003366 url('nav2-link.gif') center center no-repeat;
}
.nav3 a.link {	
	background: #cc0000 url('nav3-link.gif') center center no-repeat;
	width: 85px;
	padding: 0 0 0 30px;
}
.nav1 a.link:hover, .nav2 a.link:hover, .nav3 a.link:hover {
	color: #ccc;
}
.leftnav a.link {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 20px;
	margin: 5px 0 0 15px;
	background: url('leftnav-link.gif') no-repeat left top;
}
img.slogan {
	margin: 27px 0 0 0;
	display: block;
}
div#main-red, #main-green, #main-blue {
	width: 760px;
	float: left;
}
#main-red {
	background: #cc0000 url('content-red.gif') top left repeat-y;
}
#main-green {
	background: #0f9907 url('content-green.gif') top left repeat-y;
}
#main-blue {
	background: #cc0000 url('content-blue.gif') top left repeat-y;
}
div#sidebar {
	width: 158px;
	float: left;
	padding: 40px 0 40px 0;
}
div#sidebar h2 {
	margin-left: 10px;
}
#main-red #sidebar {
	background: #cc0000 url('sidebar-red.gif') top left no-repeat;
}
#main-green #sidebar {
	background: #0f9907 url('sidebar-green.gif') top left no-repeat;
}
#main-blue #sidebar {
	background: #003366 url('sidebar-blue.gif') top left no-repeat;	
}
#sidebar p {
	width: 130px;
	margin: 10px 0 0 5px;
	padding: 0 0 0 15px;
	font-size: 10px;
	color: #fff;
}
#main-red #sidebar p {
	background-image: url(bullet-red.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}
#main-green #sidebar p {
	background-image: url(bullet-green.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}
#main-blue #sidebar p {
	background-image: url(bullet-blue.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	
}
div#content {
	width: 592px;
	float: left;
	padding: 20px 0 0 10px;
}
#main-red #content {
	background: #f1efef url('beforecontent-red.gif') top left no-repeat;
}
#main-green #content {
	background: #f1efef url('beforecontent-green.gif') top left no-repeat;
}
#main-blue #content {
	background: #f1efef url('beforecontent-blue.gif') top left no-repeat;
}
#content h1 {
	margin: 20px 0 0 0;
	font-size: 24px;
	color: #000;
}
#content h2 {
	margin: 10px 0 10px 0;
	font-size: 14px;
	color: #000;
}

#footer a {
	text-decoration: none;
	color: #666;
}

img.index {
	margin: 0 0 0 15px;
}
div.aftermain {
	clear: both;
	width: 730px;
	height: 20px;
	background: #b2bff6 url('aftermain.gif') top left repeat-y;
	padding: 20px 0 0 30px;
}
div#footer {
	width: 740px;
	height: 19px;
	line-height: 19px;
	background: #b2bff6 url('footer-bg.gif') top left no-repeat;
	text-align: right;
	font-size: 10px;
	color: #fff;
	padding: 0 20px 0 0;
}
table.wegweiser {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
table.wegweiser td {
	text-align: left;
	width: 180px;
}
ul {
	list-style: outside disc;
	margin-left: 30px;
}
ol {
	list-style-position: outside;
	margin-left: 30px;
}
p.align-center {
	text-align: center;
}

.csc-mailform-field label {
	float: left;
	width: 150px;
}
.csc-mailform-field input {
	width: 200px;
}
.csc-mailform-field textarea {
	width: 350px;
	height: 70px;
}
.csc-mailform-field input#mailformformtype_mail {
	margin: 10px 0pt 0pt 150px;
}
div.tx-wecstaffdirectory-stafflist div.isBold span {
	font-weight: normal !important;
}

div.topmenu { display:block;}
div.tx-wecstaffdirectory-pi1 {
	width:95%;}
div.tx-wecstaffdirectory-content { width:95%;}	

a.visited,a.link { color:#FFF;}
a.hover {color:#CCC}

.news-list-browse {
	text-align: center;
}
.tx-ttnews-browsebox table {
	margin: auto;
}
