/***************************************************
** Author     : Sebastian Grinke									**
** Homepage   : http://sebastiangrinke.info				**
** E-Mail     : webmaster@sebastiangrinke.info		**
** Copyright  : Copyright © 2008 Sebastian Grinke **
**																								**
** Dieses Dokument darf verändert werden aber das **
** Copyright muss erhalten bleiben.								**
***************************************************/
/*******************************Main Stuff********************************/
body {
	margin:0;
	padding:0;
	font:normal 11px Tahoma, Verdana, Helvetica, sans-serif;
	text-align:left;	
}
body.contentpane{
	background:none;
	background-color:transparent;
	color:#FFFFFF
}
body.contentpane form table td{
	padding:3px
}
/*******************************Main Stuff********************************/

/*******************************Class Stuff********************************/
.colorchangeroption {
 background: #000000;
 color: #FFFFFF;
}
.adminlink {
	margin-top: 100px;
	position: fixed;
	visibility: visible;
	z-index: 200;
}
.admincloselink {
	margin-top: 10px;
	position: fixed;
	visibility: visible;
	z-index: 201;
}
#copyhover a {
	color: #FFFFFF;
	text-decoration: none;
}
#copyhover a .copyhoverbox {
	display: none;
}
#copyhover a:hover .copyhoverbox {
	text-align: center;
	width: 350px;
	height: 195px;
	background: url(../images/sgvc.png) no-repeat;
	display: block;
	color: #FFFFFF;
	border: 1px dashed #b93131;
	margin-left: 150px;
	margin-top: -210px;
	position: absolute; 
	z-index: 1; 
}
#adminlinkslidebox {
	text-align: center;
	margin-top: -100px;
	width: 40px;
	background-color: #000000;
	color: #FFFFFF;
	position: absolute;
	z-index: 201;
}
#adminareaslidebox {
	width: 100%;
	height: 100%;
	background-image: url(../images/admin/adminfullscreen.png);
	color: #FFFFFF;
	overflow:auto;
	position: fixed;
	z-index: 202;
}
.linie{
	height:1px;
	border-top:2px dashed #FFFFFF;
	background-color: transparent;
}
.spacer{
	clear:both;
	font-size:1px;
	margin:0px;
	padding:0px
}
.spacer2{
	clear:both;
	font-size:1px;
	margin:0px;
	padding:0px
	height:2px
}
.spacer5{
	clear:both;
	font-size:1px;
	margin:0px;
	padding:0px;
	height:5px
}
.spacer10{
	clear:both;
	font-size:1px;
	margin:0px;
	padding:0px;
	height:10px
}
.spacer15{
	clear:both;
	font-size:1px;
	margin:0px;
	padding:0px;
	height:15px
}
.spacer20{
	clear:both;
	font-size:1px;
	margin:0px;
	padding:0px;
	height:20px
}
.spacer25{
	clear:both;
	font-size:1px;
	margin:0px;
	padding:0px;
	height:25px
}
.spacer30{
	clear:both;
	font-size:1px;
	margin:0px;
	padding:0px;
	height:30px
}
.spacer35{
	clear:both;
	font-size:1px;
	margin:0px;
	padding:0px;
	height:35px
}
.spacer40{
	clear:both;
	font-size:1px;
	margin:0px;
	padding:0px;
	height:40px
}
.small {
	color: #FFFFFF;
	font-size: 11px;
}
.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-size: 11px;
}
.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 11px;
}
.contentheading {
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
.button {
	font:bold 100% Tahoma, Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
    text-align: center;
	background-color:transparent;
	border:2px solid #000000;
	padding:0 2px;
	height:20px;
    width: auto;
}
.back_button {
	float: left;
  	text-align: center;
  	font-size: 11px;
	font-weight: bold;
 	width: auto;
 	padding: 0px 10px;
 	line-height: 20px;
 	margin: 1px;
 	text-decoration:none;
  	color:#FFFFFF
}
.componentheading {
	color: #FFFFFF;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 14px;
}
.pagenav {
  	text-align: left;
  	font-size: 11px;
  	font-weight: bold;
  	border: 2px solid #000000;
  	width: auto;
  	padding: 2px 10px;
  	line-height: 20px;
  	margin: 1px;
}
.sectiontableentry1 {
	background-color : transparent;
}
.sectiontableentry2 {
	color: #FFFFFF;
	background-color : transparent;
}
.mceContentBody{
	background:none;
	color:#000000;
	text-align:left;
	font-size:12px
}
.breadcrumbs {
	text-align:center;
}
.pathway {
	text-align:center;
}
.contentcolumn {
	padding-right: 5px;
}
.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}
.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}
.mosimage {
  margin: 5px
}
.mosimage_caption {
  margin-top: 2px;
  padding: 1px 2px;
  color: #FFFFFF;
  font-size: 10px;
}
/************************************ **************************************/

/****************************Container Stuff********************************/
#container{
	margin:0 auto;
}
#container #title_container{
	text-align:center;
}
#container #title_container #title{
	font:bold 24px Tahoma, Verdana, sans-serif;
	color:#FFFFFF;
	padding-top:40px
}
#container #search{	
	text-align:right;
}
#container table.moduletable{
	margin-bottom:0
}
#container #top_menu_container .moduletable, #container #search .moduletable{
	background-image:none;
}
#container #top_menu_container .moduletable td, #container #search .moduletable td{
	padding:0
}
#container2 hr{
	color:#FFFFFF; 
	background:none;
	border:0; 
	height:1px;
}
#container2 ol li{
	background:none;
}
#contents{
	border:1px solid #000000
}
#contents #container1_core, #contents #container3_core{
	margin:0 auto;
}
#contents #container2{
	text-align:center;
}
#contents #container2_border{
	margin:0 auto;
	text-align:center;
}
#contents #container2_core{
	margin:0 auto;
	padding:7px 0;
}
#contents #container1{
	text-align:center;
}
#contents #container3{
	text-align:center;
}
#container1 .moduletable td, #container3 .moduletable td, #container3 .contentpaneopen a, #container1 a{
	color:#FFFFFF
}
/*********************************Link Stuff********************************/
a.mainlevel {
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	width: 100%;
	margin: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	text-transform:uppercase;
	background:url(../images/uploaded/menu_button_bg.png) left no-repeat;
	height:20px;
	line-height:20px
}
a.mainlevel:link, a.mainlevel:visited {
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	width: 100%;
	text-decoration: none;
	text-transform:uppercase;
	background:url(../images/uploaded/menu_button_bg.png) left no-repeat;
	height:20px;
	line-height:20px
}
a.mainlevel:hover {
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	width: 100%;
	text-decoration: none;
	text-transform:uppercase;
	background:url(../images/uploaded/menu_button_hover_bg.png) repeat;
	height:20px;
	line-height:20px
}
a:link, a:visited {
	color: #FFFFFF; 
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #FFFFFF;	
	text-decoration:none;
	font-weight: normal;
}
a.pagenav:link, a.pagenav:visited, a.pagenav:hover{
	font-weight: bold;
	text-decoration:none;
	color:#FFFFFF
}
#container1 a.sublevel:link, #container1 a.sublevel:visited {
	padding-left: 8px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	line-height:17px;
}
#container1 a.sublevel:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#container1 a.sublevel#active_menu {
	color: #FFFFFF;
}
#container1 a.mainlevel:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#container1 a.mainlevel#active_menu {
	color: #FFFFFF;
	font-weight: bold;
}
#container1 a.mainlevel#active_menu:hover {
	color: #FFFFFF;
	font-weight: bold;
}
#pathway_text a:link, #pathway_text a:visited, #pathway_text a:hover{
	color:#FFFFFF;
	font-weight:normal
}
#user5_user6 a:link, #user5_user6 a:visited, #user5_user6 a:hover{
	color:#FFFFFF
}
.back_button a:link, .back_button a:visited, .back_button a:hover{
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
a.copyfooter:link, a.copyfooter:visited, a.copyfooter:hover {
	color: #FFFFFF;
	font-size: 9px;
	font-family: Arial;
	font-weight: normal;
	text-decoration:none;
}
/************************************ **************************************/

/********************************Input Stuff********************************/
.inputbox, select.button, input.text_area {
	padding: 2px;
	border:1px solid #000000;
	background-color: transparent;
	font:normal 11px Tahoma, Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
}
select.button{
	text-align:left;
}
.adminform select.inputbox{
	height:auto;
	background-image:none
}
textarea.inputbox{
	height:150px;
	width:350px
}
 input[type="checkbox"], input[type="radio"]{
	border:none;
	background-color:transparent;
	width:auto;
}
/************************************ **************************************/

/*******************************Modul Stuff*********************************/
.clr {
	clear: both;
}
.outline {
  	background: none;
	padding: 2px;
}
#buttons_outer {
	width: auto;
  	margin-bottom: 2px;
	margin-right: 2px;
	float: left;
}
#buttons_inner {
	height: 21px !important;
	height: 23px;
}
#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}
#buttons>ul#mainlevel-nav li a {
	width: auto;
}
#search_outer {
	float: left;
	width: 165px;
}
#search_inner {
	padding: 0px;
  	height: 21px !important;
  	height: 23px;
  	overflow: hidden;
}
#search_inner form {
  	padding: 0;
  	margin: 0;
}
#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#top_outer{
	float: left;
	width: 165px;
}
#footer {
	text-align: center;
	padding: 3px 0px;
}
#top_inner {
	padding: 2px;
  	height: 144px !important;
  	height: 150px;
  	overflow: hidden;
  	float: none !important;
  	float: left;
}
#left_outer {
	margin-top: 2px;
	width: auto;
}
#left_inner {
		padding: 2px;
}
#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	float: left;
	width: 100%;
}
#content_inner{
  	float: none !important;
  	float: left;
  	padding: 0;
  	padding-top: 2px;
  	margin: 0;
}
table.content_table {
  	width: 100%;
	padding: 0px;
	margin: 0px;
}
table.content_table td {
	padding: 0px;
	margin: 0px;
}
#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}
#right_outer {
	margin-left: 2px;
	width: auto;
}
#right_inner {
	padding: 2px;
}
table td.body_outer {
	padding: 2px;
}
.maintitle {
	color: #FFFFFF;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}
.error {
  	font-style: italic;
  	text-transform: uppercase;
  	padding: 5px;
  	color: #cccccc;
  	font-size: 14px;
  	font-weight: bold;
}
#topmenu{
  valign: top;
	text-align: left;
	width:70%;
	height:22px;
	float:left;
	margin:0px;
}
#user9{
	width:120px;
	height:22px;
	float:right;
}
#user91{
	width:75px;
	height:22px;
	float:right;
}
#mod_login_remember{
	width:auto;
	background:transparent;
	border:0;
}
#pathway_text {
  overflow: hidden;
	display: block;
	height: 25px;
	padding-left: 4px;
	margin-bottom: 2px;
	text-align:center;
	color:#FFFFFF;
}
#pathway_text img {
	margin-left: 2px;
	margin-right: 3px;
	margin-top: 2px;
}
#user5_user6{
	width:100%;
	clear:both;
}
#user5_user6 td{
	width:50%;
	padding:0 10px 10px 10px;
	vertical-align:top;
}
#banner{
	clear:both;
}
#banner img{
	margin:15px;
}
/************************************ **************************************/

/**************************DIV & Table Stuff********************************/
div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}
div.mosimage {
}
td {
	font-size: 12px;
}
table.contentpane td.componentheading {
	padding-left: 4px;
}
table.contentpaneopen fieldset {
	border: 0px;
}
table.searchinto {
	width: 100%;
}
table.searchintro td {
	font-weight: bold;
}
table.pollstableborder td {
  	padding: 2px;
}
table.contentpaneopen {
  	width: 100%;
}
table.contentpaneopen td {
   	padding-right: 5px;
   	text-align:justify;
   	text-size:12px
}
table.moduletable {
	width: 100%;
	margin-bottom: 0px;
	padding: 0px;
}
table.moduletable th, div.moduletable h3 {
	color: #FFFFFF;
	text-align: left;
	padding-left: 7px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 10px;
	margin: 0 0 3px 0;
	border-bottom:1px dotted #FFFFFF;
	text-transform:uppercase
}
table.moduletable td{
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	font-weight: normal;
}
table.moduletable div.search {
	text-align:center;
}
table.moduletable div.search .inputbox{
	background-color:transparent;
	border:1px solid #000000;
	color:#FFFFFF;
}
table tr.sectiontableentry1 td{
	padding:5px
}

table tr.sectiontableentry2 td{
	padding:5px
}
table.contentpaneopen td.componentheading {
	padding-left: 4px;
}
table.contentpane {
  width: 99%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}
table.contentpane td {
	margin: 0px;
	padding: 0px;
}
table.contentpane table td.sectiontableheader {
  	font-weight: bold;
  	background: none;
  	padding: 5px;
}
table.contenttoc {
  	border: 1px solid #000000;
  	padding: 2px;
  	margin-left: 10px;
  	margin-bottom: 10px;
}
table.contenttoc td {
  	padding: 2px;
}
table.contenttoc th {
  	color: #FFFFFF;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
table.contenttoc a {
	font-size:11px
}
.moduletable table div img{
	vertical-align:middle
}
form table.contentpane td{
	padding:3px
}
/************************************ **************************************/
ul#mainlevel-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
}
ul#mainlevel-nav li {
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 22px;
	white-space: nowrap;
}
ul#mainlevel-nav li a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:0;
	text-decoration: none;
	color: #FFFFFF;
	background: none;
	font-weight:bold
}
ul#mainlevel-nav li a:hover {
	color: #FFFFFF;
	background-color: transparent;
}
li{
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
th.pagenav_prev, th.pagenav_next{
	font-size:12px
}
h4 {
	font-size:12px
}
.pagenavbar {
	margin-right: 10px;
	float: right;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
form {
	margin: 0;
 	padding: 0;
}
span.article_seperator {
	display: block;
	height: 1.5em;
}