@import url("layout.css");
body {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: #fff;
	background-color: #000;
	background-image: url('../images/bg.jpg');
	background-position: center top;
    background-repeat: repeat-y;
}
#masthead_container {
    height: 200px;
	width: 100%;
	margin:auto;
	background-image: url('../images/header.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}
#masthead {
    height: 200px;
	width: 1000px;
	margin:auto;
}
.sitetitle {
	float : left; 
	color : #00FFFF;
	padding-top : 75px;
	padding-left : 75px;
	font-family: Arial Black;
	font-variant : small-caps;
	font-size: 20px;
}

/* Im Container stellt man die Breite ein */
#container {
	width: 1000px;
	height: 100%;
	background-color: #000;
	margin:auto;
}
/* Navigation oben quer */
#navigation {
	overflow: hidden;
	height: 70px;
    width:1000px;
    margin:auto;
    background-color: transparent;
}
#search {
   text-align:right;
}
#top {
	padding: 5px 10px 10px 10px;
}
#page_content {
	min-width: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: transparent;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}
/* Breite der linken Sidebar 170 */
#sidebar_left {
	position: relative;
	float: left;
	width: 170px;
	background-color: transparent;
	padding-left: 5px;
}
/* Breite der rechten Sidebar 170 */
#sidebar_right {
	position: relative;
	float: right;
	width: 170px;
	background-color: transparent;
	padding-right: 5px;
}
/* Abstand Content links und rechts für Sidebar 180 */
#content {
	margin-left: 180px;
    margin-right: 180px;
	background-color: #333;
	border: 2px solid #222;
}
.breadcrumbs {
	height: 20px;
	font-size : 14px;
	overflow : hidden;
	color : #666;
	padding-left : 15px;
	padding-right : 15px;
	font-weight : normal;
	font-variant : small-caps;
}
.breadcrumbs a:hover {
	color : #666;
	text-decoration : none;
}

#syndicate {
	float:left;
	width: 100%;
	background-color: #000;
}
#user1 {
	margin-top: 20px;
	width:49%;
	float:left;
	background-image : url(../images/module_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #222;
}
#user2 {
	margin-top: 20px;
	width:49%;
	float:right;
	background-image : url(../images/module_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #222;
}
#user_modules {
	float:left;
	margin: 0;
	padding:0;
	width: 100%;
	background-color: transparent;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* user_left und user_right - Border 2% wegen dem Seitenabständen */
#user_left {
	float:left;
	width: 2%;
	border: 1px solid #000;
} 
#user_right {
  	float:right;
	width: 2%;
	border: 1px solid #000;
}
#user5 {
	width:45%;
	float:left;
	min-height: 200px;
	background-image : url(../images/module_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #222;
}
#user6 {
	width:45%;
	float:right;
	min-height: 200px;
	background-image : url(../images/module_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #222;
}
#designer {
	color: #000;
	clear: both;
	width: 100%;
	height: 200px;
	overflow: hidden;
	background-color: transparent;
	text-align:center;
	background-image:url('../images/designer.jpg');
	background-position: center top;
	background-repeat:no-repeat;
}
#designer p {
	margin: 0;	
	padding-top: 7px;
}
#designer a {
	color: #000;
	border:none;
}
#designer a:hover {
	color: #ff0000;
	text-decoration:underline;
}
#go_top {
	height: 30px;
	width: 50px;
	float: right;
	text-align: center;
	background-color:#333;
	background-color: #e9fdfb;	
	margin-bottom: 2px;
	padding-top: 15px;
	background-image:url('../images/gotop.jpg');
	background-repeat:no-repeat;
}
#go_top a {
	color: #000;
	font-size: 10px;
	text-decoration:none;
}
#go_top a:hover {
	color:  aqua;
	text-decoration: underline;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: transparent;
	text-align:center;
}
#footer a {	
	border:none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial Black;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #666;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
ul, ol, li {
	margin : 0;
	padding : 0;
}
ul, ol {
	margin : 10px 0;
	padding-left : 10px;
}
ol li {
	list-style-type : decimal;
	line-height : 14px;
}
ul {
	margin : 5px;
	padding : 2px;
	list-style : none;
}
li {
	text-align : left;
	line-height : 14px;
	padding-left : 18px;
	background-image : url(../images/list.png);
	background-repeat : no-repeat;
	background-position : 0 2px;
	list-style-type : none;
}
li:hover {
	text-align : left;
	line-height : 14px;
	padding-left : 18px;
	background-position : 0 2px;
	background-image : url(../images/list_hover.png);
	background-repeat : no-repeat;
}
td {
	text-align : left;
	font-size : 12px;
	margin : 0;
	padding : 0;
}
a, a:link, a:visited, a:active, a:focus {
	color : #fff;
	text-decoration : underline;
	outline : none;
}
a:hover {
	color : #00ffff;
	text-decoration : none;
}
table.contentpaneopen {
	width : 99%;
	padding : 2px;
	margin : 2px;
}
table.contentpane {
	width : 99%;
	padding : 6px;
	margin : 6px;
}
table.searchinto {
	width : 100%;
}
table.moduletable {
	width : 100%;
	margin : 0;
	padding : 0;
}
div.moduletable {
	padding : 0;
	padding-bottom : 10px;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
img {
	border:none;
}



.article_separator {
	clear : both;
	display : block;
	height : 10px;
	margin-bottom : 10px;
	border-bottom : 1px solid #666;
}
table.moduletable th, div.moduletable h3, .moduletable_text h3, .moduletable_menu h3 {
	background-image : url(../images/module_h3.gif);
	background-repeat : repeat-x;
	background-color : #666;
	color : #00ffff;
	text-align : left;
	font-weight : normal;
	height : 30px;
	line-height : 30px;
	font-size : 14px;
	font-variant : small-caps;
	padding-left : 10px;
	margin :0;
	overflow : hidden;
	margin-bottom: 2px;
	border: 1px solid #000;
}



.moduletable_menu ul.menu {
	padding : 0;
	list-style : none;
	background : none;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 1px;
	margin-right: 1px;
}
.moduletable_menu ul.menu li {
	margin : 0;
	padding : 0;
	list-style : none;
	background : none;
	border: 1px solid #333;
}
.moduletable_menu ul.menu li a {
	background-image : url(../images/menu.jpg);
	background-repeat : repeat-x;
	display : block;
	vertical-align : middle;
	font-size : 12px;
	color : #fff;
	text-align : left;
	height : 22px;
	text-decoration : none;
	padding-left: 10px;
	padding-top: 2px;
	margin: 0;
}
.moduletable_menu ul.menu li a span {
	background : none;
}
.moduletable_menu ul.menu li a:hover, .moduletable_menu ul.menu li a:active, .moduletable_menu ul.menu li a:focus {
	background-image : url(../images/menu_hover.jpg);
	background-repeat : repeat-x;
	text-decoration : none;
	color : #000;
	font-size : 14px;
	text-align : left;
}
.moduletable_menu ul.menu li.active a {
	background-image : url(../images/menu_hover.jpg);
	background-repeat : repeat-x;
	text-decoration : none;
	color : #000;
	font-size : 14px;
	text-align : left;
}
.moduletable_menu ul.menu li.active a:hover {
	text-decoration:line-through;
}
.moduletable_menu ul.menu li.active a span {
}
.moduletable_menu ul.menu li li a span {
	list-style : none;
}
.moduletable_menu ul.menu li ul {
	margin : 0;
	padding : 0;
	list-style : none;
}
.moduletable_menu ul.menu li li {
	list-style : none;
}
.moduletable_menu ul.menu li li a {
	list-style : none;
	vertical-align : middle;
	font-size : 11px;
	color : #000;
	text-align : left;
	text-decoration : none;
	height : 22px;
	padding-left: 25px;
	background-image : url(../images/menu.jpg);
	background-repeat : repeat-x;
	overflow:hidden;
}
.moduletable_menu ul.menu li li a:hover, .moduletable_menu ul.menu li li a:active, .moduletable_menu ul.menu li li a:focus {
	color : #000;
	list-style : none;
	background : none;
	text-decoration : none;
	background-image : url(../images/menu_hover.jpg);
	background-repeat : repeat-x;
}
.moduletable_menu ul.menu li li.active a {
	color : #000 !important;
	list-style : none;
	background : none;
	text-decoration : none;
	background-image : url(../images/menu_hover.jpg);
	background-repeat : repeat-x;
}
.moduletable_menu ul.menu li li a span {
	list-style : none;
	background : none;
}
.componentheading {
	background-image : url(../images/componentheading.jpg);
	background-repeat : no-repeat;
	height : 30px;
	line-height : 35px;
	color : #fff;
	font-size : 14px;
	font-variant : small-caps;
	font-weight:bold;
	margin : 12px;
	background-color: #222;
	text-align:center;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
}
.contentheading {
	background-image : url(../images/contentheading.jpg);
	background-repeat : no-repeat;
	height : 30px;
	line-height : 30px;
	color : #dcdcdc;
	font-size : 12px;
	padding-left : 35px;
	padding-bottom : 10px;
	font-weight:bold;
	margin : 2px;
}
.pagenav {
	text-align : center;
	font-size : 12px;
	border : 1px solid #666;
	padding : 3px 5px 2px 5px;
	margin : 5px 1px 5px 1px;
	color : #fff;
	background-image : url(../images/button_bg.png);
}
.pagenav:hover {
	border : 1px solid #00ffff;
	color: #00ffff;
	background-image : url(../images/button_bg_hover.png);
}
.pagenav a:hover {
	color : #00ffff;
	text-decoration : none;
}
.pagenav_next {
	color : #999999;
	text-decoration : none;
}
.pagenav_next a:hover {
	color : #000;
	text-decoration : none;
}
.pagenav_prev {
	color : #999999;
	text-decoration : none;
}
.pagenav_prev a:hover {
	color : #000;
	text-decoration : none;
}
.blog {
	width : 100%;
}
.blog_more {
	margin : 10px 5px 20px 5px;
}
.blog_more strong {
	margin : 2px;
	display : block;
	font-size : 14px;
	font-weight : bold;
	color: #00ffff;
	text-decoration:underline;
	padding-left: 3px;
	letter-spacing: 2px;
}
.blog_more ul {
	margin : 5px;
	padding : 0;
}
.blog_more ul li {
	text-align : left;
	line-height : 14px;
	padding-left : 18px;
	background-image : url(../images/list.png);
	background-repeat : no-repeat;
	background-position : 0 2px;
}
.article_separator {
	clear : both;
	display : block;
	height : 10px;
	margin-bottom : 10px;
	border-bottom : 1px solid #666;
}
.article_column {
	padding : 10px;
	margin : 5px;
}
.article_column column_separator {
	padding : 10px;
	margin : 5px;
}
.article-tools {
	border-top : 1px solid #666;
	width : 100%;
	float : left;
	clear : both;
	margin-bottom : 15px;
	display : block;
	background-color : #fbfcf8;
}
.article-meta {
	padding : 5px;
	width : 80%;
	float : left;
}
.button {
	height: 20px;
	color : #fff;
	background-color : #121212;
	background-image : url(../images/button_bg.png);
	text-align : center;
	font-size : 10px;
	border : 1px solid #222;
	margin: 2px;
	padding:2px;
}
.button:hover {
	color: #00ffff;
	background-color : #222;
	background-image : url(../images/button_bg_hover.png);
	border : 1px solid #00ffff;
}
.validate {
	color : #fff;
	background-color : #121212;
	background-image : url(../images/button_bg.png);
	text-align : center;
	font-size : 10px;
	border : 1px solid #444;
	padding : 2px 3px 2px 3px;
	margin : 2px 3px 2px 3px;
}
.validate:hover {
	color: #00ffff;
	background-color : #111;
	background-image : url(../images/button_bg_hover.png);
	border : 1px solid #444;
}
.invalid {
	border-color: #666;
}
label.invalid {
	color: #ff0000;
	text-decoration:blink;
}
.back_button {
	background-image : url(../images/button_bg.png);
	text-align : center;
	font-size : 11px;
	border : 1px solid #444;
	margin : 2px 3px 2px 3px;
	color : #fff;
	padding : 2px 3px 2px 3px;
}
.back_button:hover {
	color: #00ffff;
	background-image : url(../images/button_bg_hover.png);
	border : 1px solid #444;
}
.back_button a:link {
	text-decoration : none;
	color : #fff;
}
.back_button a:visited {
	text-decoration : none;
	color : #666;
}
.back_button a:hover {
	text-decoration : none;
	color : #666;
}
#form-login .input {
	padding : 2px;
	margin : 2px;
	color : #fff;
	background : none;
	border : none;
	font-size : 11px;
}
form {
	margin : 0;
	padding : 0;
	border : none;
}
#form-login {
	border : none;
}
#form-login ul {
	padding : 0;
	margin : 0;
	list-style : none;
}
#form-login li {
	padding : 2px;
	margin : 0;
	background : none;
	list-style : none;
}
#form-login li a {
	font-size : 11px;
}
#form-login li a:hover {
	font-size : 11px;
}
.inputbox {
	padding : 2px;
	margin : 2px;
	border : 1px solid #666;
	background-color : #000;
	color : #fff;
	font-size : 11px;
}
.inputbox:hover {
	border : 1px solid #3c3c3c;
	background-color : #111;
}
.sectiontableheader {
	border : 1px solid #666;
	color : #fff;
	background-color : #111;
	text-align : left;
	text-transform : none;
	margin : 0;
	padding : 2px;
	height : 30px;
}
.sectiontablefooter {
	color : #fff;
	padding : 2px;
	margin : 0;
	text-align : left;
	text-transform : none;
}
.sectiontableentry1 {
	border-bottom : 1px solid #666;
	background-color : #111111;
	text-align : left;
}
.sectiontableentry2 {
	border-bottom : 1px solid #666;
	background-color : #121212;
	text-align : left;
}
.sectiontableentry0 {
	border-bottom : 1px solid #666;
	background-color : #121212;
	text-align : left;
}
.sectiontableentry1 td {
	padding : 2px 5px 2px 5px;
	margin : 1px;
}
.sectiontableentry2 td {
	padding : 2px 5px 2px 5px;
	margin : 1px;
}
.sectiontableentry0 td {
	padding : 2px 5px 2px 5px;
	margin : 1px;
}
.readon {
	font-size : 11px;
}
a.readon a:link {
	color : #999999;
	font-size : 11px;
}
a.readon a:visited {
	font-size : 11px;
}
a.readon a:hover {
	color : #000;
	font-size : 11px;
	text-decoration : none;
}
.mostread a:hover {
	color : #000;
	text-decoration : none;
}
.mostread a:visited {
	color : #666666;
	text-decoration : none;
}
.mostread a:link {
	color : #666666;
	text-decoration : none;
}
.latestnews a:hover {
	color : #000;
	text-decoration : none;
}
.latestnews a:visited {
	color : #666666;
	text-decoration : none;
}
.latestnews a:link {
	color : #666666;
	text-decoration : none;
}
h1 {
	color : #666;
	font-weight : bold;
	font-size : 24px;
	line-height : 26px;
	font-weight : normal;
}
h2 {
	font-size : 20px;
	line-height : 22px;
	color : #666;
	font-weight : normal;
}
h3 {
	color : #666;
	font-size : 18px;
	line-height : 20px;
	font-weight : normal;
}
h4 {
	color : #666;
	font-size : 16px;
	line-height : 18px;
	font-weight : bold;
}
h5 {
	color : #666;
	font-size : 14px;
	line-height : 16px;
	font-weight : bold;
}
h6 {
	color : #666;
	font-size : 12px;
	line-height : 14px;
	font-weight : bold;
}
.contact_email {
	padding : 5px;
	margin : 5px;
}
#component-contact {
	margin-top : 10px;
}
.hasTip {
	margin: 5px;
	color : #666;
	background-color: #121212;
	border: none;
}
.tool-tip {
	float : left;
	color : #666;
	background : #202020;
	border : 1px solid #666;
	padding : 5px;
	max-width : 200px;
}
.tool-title {
	padding : 0;
	margin : 0;
	font-size : 100%;
	font-weight : bold;
	margin-top : -15px;
	padding-top : 15px;
	padding-bottom : 5px;
	background-image : url(../images/selector-arrow.png);
	background-repeat : no-repeat;
}
.tool-text {
	font-size : 100%;
	margin : 0;
}
table.paramlist {
	margin-top : 5px;
}
table.paramlist td.paramlist_key {
	width : 128px;
	text-align : left;
	height : 30px;
}
div.message {
	font-weight : bold;
	font-size : 14px;
	color : #fff;
	text-align : center;
	width : auto;
	background-color : #202020;
	border : 1px solid #666;
	margin : 3px 0 10px;
	padding : 3px 20px;
}
.pagination span {
	padding : 2px;
}
.pagination a {
	padding : 2px;
}
img {
	border : none;
}
div.mosimage {
	border : 2px solid #666;
	background-color : #121212;
}
.mosimage {
	margin : 0;
	background-color : #121212;
}
.mosimage_caption {
	margin-top : 0;
	background-color : #121212;
	padding : 0;
	color : #666666;
	font-size : 10px;
}
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
.error {
	font-style : italic;
	text-transform : uppercase;
	padding : 5px;
	color : #fff;
	font-size : 12px;
}
#system-message {
	margin : 10px;
}
#system-message dd.message ul {
	border-top : 2px solid #666;
	border-bottom : 2px solid #666;
	margin : 5px;
	padding-left : 40px;
	text-indent : 0;
}
#system-message dd.error ul {
	color : #fff;
	border-top : 2px solid #666;
	border-bottom : 2px solid #666;
	margin : 5px;
	padding-left : 40px;
	text-indent : 0;
}
#system-message dd.notice ul {
	color : #fff;
	border-top : 2px solid #666;
	border-bottom : 2px solid #666;
	margin : 5px;
	padding-left : 40px;
	text-indent : 0;
}
.small {
	font-family : Arial, Helvetica, sans-serif;
	color : #666;
	font-size : 9px;
}
.createdate {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #999999;
}
.modifydate {
	font-family : Arial, Helvetica, sans-serif;
	color : #666;
	font-size : 9px;
}
.highlight {
	background-color : #00ffff;
	color : #111;
	padding : 0;
}
.code {
	background-color : #666;
	border : 1px solid #bbb;
}
fieldset {
	margin : 10px;
	padding : 10px;
	border : 1px solid #666;
	background-color : #000;
}

/* Formatvorlagen für die Navigation-Oben */
ul#mainlevel-nav {
	list-style : none;
	padding : 0;
	margin : 0;
	font-size : 11px;
	padding-left: 20px;
}
ul#mainlevel-nav li {
	background-image : url(../images/navi.png);
	background-repeat : repeat-x;
	color : #fff;
	font-weight : bold;
	float : left;
	margin : 0;
	padding : 0;
	font-size : 11px;
	height : 65px;
	line-height : 35px;
	white-space : nowrap;
	border-right : 5px solid #000;
}
ul#mainlevel-nav li a {
	text-align : center;
	font-weight : bold;
	font-size : 11px;
	display : block;
	padding-left : 20px;
	padding-right : 20px;
	text-decoration : none;
	color : #ffffff;
	background : transparent;
	padding-top: 10px;
}
#buttons > ul#mainlevel-nav li a {
	width : auto;
}
ul#mainlevel-nav li a:hover {
	background-image : url(../images/navi_hover.png);
	background-repeat : repeat-x;
	background-position: center top;
	color : #000;
	font-weight : bold;
	padding-left : 20px;
	padding-right : 20px;
	float : left;
	margin : 0;
	font-size : 11px;
	white-space : nowrap;
	height : 65px;
	line-height : 35px;
	margin-top: 10px;
}
