/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; border: 0 }

body {
	background: #CCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #666666; 
	text-align: center;
	margin: 15px 0;
}

/* links */
a, a:visited {	
	color: #000000;
	background: inherit;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h3 {
	font-size: 130%;	
}

h1, h2, h3 {
	padding-top: 20px;		
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}
p {
	padding: 10px;		
	margin: 0;
}
ul {
	margin: 5px 20px;
	padding: 0 20px;
}
ol {
	margin: 5px 30px;
	padding: 0 20px;
}

/* images */
img {
	background: #FAFAFA;
	border: 1px solid #DCDCDC;
	padding: 5px;
	}
#main .lightbox {cursor:url('http://www.belnet.de/fileadmin/template/lupe4.cur'), auto;}
#main .spacer-gif {border:0px solid #ff3333;background:none;}
.button {
	background: #FAFAFA;
	border: none;
	padding: 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: url(images/design/post.jpg);
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
	margin: 10px;
 	padding: 0 0 0 25px;
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
/*	background: #93BC0C url(images/design/nav.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
*/	
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #D5D5D5; 
	background-color: #DADADA; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(images/design/nav.jpg) repeat-x 0 0;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
contactForm {
display:inline;
float:left;
}

#wrap {
	position: relative;
	width: 980px;
	background: #CCC url(images/design/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#top-bg {
   position: absolute;
	width: 980px;
	height: 19px;
	background: #CCC url(images/design/top-bg.jpg) repeat-y center top;	
	top: 0; left: 0;
	z-index: 2;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 950px;	
	padding: 0; 	
	background: #E8E8E8;	
	border-top: 5px solid #FFF;
	border-bottom: 2px solid #D0D0D0;
	margin-left: 15px;	
	display: inline;
}
#header {
	width: 980px;
	position: relative;
	height: 100px;
	background: #CCC url(images/design/header-bg.jpg) repeat-y center top;
	padding: 0;	
	color: #FFF;	
}
#header h1 {
	text-align: center;
}
#header h1 img {
	background: #FFFFFF;
	border: 0px;
	margin-top: 20px;
	top: 45px; left: 30px;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 36px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #AEAAAA;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 30px;	
}
#header h1#logo-text span {
	color: #838181;
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #838181;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 95px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 20px; right: 20px;	
	color: #838181;
	font-size: 10px;	
}
#header #header-links a {	
	color: #838181;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #444;		
}

/* header-photo */
#header-photo {
	clear: both;
	height: 160px;
	width: 950px;
	margin: 0 auto;
/*	background: #FFF url(images/header-photo.jpg) no-repeat center center;*/
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;
	height:36px;


}
#nav ul {
	float: left;
	list-style: none;
	background: url(images/design/nav.jpg) repeat-x;	
/*	width: 810px;		*/
	width: 950px;		
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #666666;
	border-left: 1px solid #999999;
	border-bottom: none;
	color: #FFF;
	font: bold 13px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li#hover_green a:hover, 
#nav ul li#hover_green a:active {
	background: url(images/navigation/nav-hover-green.jpg) repeat-x;	
}
#nav ul li#hover_blue a:hover, 
#nav ul li#hover_blue a:active {
	background: url(images/navigation/nav-hover-blue.jpg) repeat-x;	
}
#nav ul li#hover_cyan a:hover, 
#nav ul li#hover_cyan a:active {
	background: url(images/navigation/nav-hover-cyan.jpg) repeat-x;	
}
#nav ul li#hover_brown a:hover, 
#nav ul li#hover_brown a:active {
	background: url(images/navigation/nav-hover-brown.jpg) repeat-x;	
}
#nav ul li#hover_purple a:hover, 
#nav ul li#hover_purple a:active {
	background: url(images/navigation/nav-hover-purple.jpg) repeat-x;	
}
#nav ul li#hover_grey a:hover, 
#nav ul li#hover_grey a:active {
	background: url(images/navigation/nav-hover-grey.jpg) repeat-x;	
}
#nav ul li#hover_red a:hover, 
#nav ul li#hover_red a:active {
	background: url(images/navigation/nav-hover-red.jpg) repeat-x;	
}
#nav ul li#hover_petrol a:hover, 
#nav ul li#hover_petrol a:active {
	background: url(images/navigation/nav-hover-petrol.jpg) repeat-x;	
}
#nav ul li#hover_orange a:hover, 
#nav ul li#hover_orange a:active {
	background: url(images/navigation/nav-hover-orange.jpg) repeat-x;	
}
#nav ul li#current_green a {	
	background: url(images/navigation/nav-hover-green.jpg) repeat-x;	
}
#nav ul li#current_blue a {	
	background: url(images/navigation/nav-hover-blue.jpg) repeat-x;	
}
#nav ul li#current_cyan a {	
	background: url(images/navigation/nav-hover-cyan.jpg) repeat-x;	
}
#nav ul li#current_brown a {	
	background: url(images/navigation/nav-hover-brown.jpg) repeat-x;	
}
#nav ul li#current_purple a {	
	background: url(images/navigation/nav-hover-purple.jpg) repeat-x;	
}
#nav ul li#current_grey a {	
	background: url(images/navigation/nav-hover-grey.jpg) repeat-x;	
}
#nav ul li#current_red a {	
	background: url(images/navigation/nav-hover-red.jpg) repeat-x;	
}
#nav ul li#current_petrol a {	
	background: url(images/navigation/nav-hover-petrol.jpg) repeat-x;	
}
#nav ul li#current_orange a {	
	background: url(images/navigation/nav-hover-orange.jpg) repeat-x;	
}
/* Main Column */
#main_header {
	float: left;
	width: 700px;
	padding: 0; margin: 10px 0 0 10px;
	display: inline;
	height:50px;
	
}

#main {
	float: left;
	width: 700px;
	padding: 0; margin: 10px 0 0 10px;
	display: inline;
	
}
#main img{
	padding: 5px;
	margin-top:14px;
}
#main ol li {
	padding-bottom: 10px;
}

/* Main Column (main_1_column) */
#main_1_column {
	float: left;
	width: 910px;
	padding: 0; margin: 10px 0 0 10px;
	display: inline;
}
#main_1_column h1 {
	margin-top: 10px;
	color: #FFF;
	font: bold 18px/1.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #8C9F0D; 
/*	background: url(images/content-header-green.jpg) repeat-x;	*/
	padding: 5px 0 5px 5px;
}
.post-footer {
	background: url(images/design/post.jpg);
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	color: #AEA471;
	border: 1px solid #E0DBC9;
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 22%;
	padding: 0 10px 0 0; margin: 10px 0 0 0;		
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #8C9F0D; 		
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	border-top: 1px dotted #C6C6C6;
	border-width: thin;
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px dotted #C6C6C6;
	border-width: thin;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
}
/* specialised Banner frame */
#sidebar ul#bannersidemenu.sidemenu {
	padding-top: 10px;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li.noPad
{
	border: none;
}

#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebar ul.sidemenu li a:hover {	
	color: #FF0000;	
}
#sidebar ul.subsidemenu {
	text-align: left;
	margin: 0px 0px 0px 20px; padding: 0;
	text-decoration: none;		
}
#sidebar ul.subsidemenu li {
	list-style: none;
	border-bottom: 1px dotted #C6C6C6;
	border-width: thin;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
}
* html body #sidebar ul.subsidemenu li {
	height: 1%;
}
#sidebar ul.subsidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebar ul.subsidemenu li a:hover {	
	color: #FF0000;	
}

/* footer */
#footer-wrap {
	clear: both;
	width: 980px;
	font-size: 95%;	
	text-align: left;
	padding: 15px 0;
	background: url(images/design/footer-bottom.jpg) no-repeat center bottom;	
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #FF0000;	
}
#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 760px;		
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	background: url(images/design/footer-dots.jpg) repeat-x left top;
}
#footer-columns li {
	background: url(images/design/footer-dots.jpg) repeat-x left bottom;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 3px 0 3px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 980px;
	padding: 10px 0;
	text-align: center;
}
.small_font {
	font-size: 90%;
	line-height: 1.3em;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* specialised layout classes */
.smallSubColumn
{
	width: 66%;
}

table.breiteTabelle
{
	width: 100%;
}

/********************************************
   Typo3 Extension
*********************************************/
.csc-textpic img,
.csc-textpic dd  
{
	display: block;
}

.csc-textpic .csc-textpic-imagewrap .csc-textpic-image 
{ 
	padding-bottom: 10px;

}

.csc-textpic{ clear:both; }

.csc-textpic-intext-left .csc-textpic-imagewrap,
.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap
{
	margin-left: 10px;
	padding-right: 10px;
	display: inline;
}

.csc-textpic-intext-right .csc-textpic-imagewrap,
.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap
{
	margin-right: 22px;
	display: inline;
}

/********************************************
   Typo3 News Module
*********************************************/
.news-list-category,
.news-list-morelink,
.news-list-browse,
.news-single-category,
.news-single-timedata,
.news-single-backlink,
.news-single-links
{
	padding-left: 10px;
}
.news-single-backlink 
{
	padding-top: 0px;

}
/*.news-single-backlink,
.news-catmenu
{
	background:#efefef;
}
*/
#main .news-list-container img,
#main .news-list-category img,
#main .news-single-item img {
	background: none;
	border: none;
	padding: none;
	padding: 0px;
}
#main .news-single-subheader{
color:#666666;
font-weight:bold;
}
#main .news-list-item a {
text-decoration:none;
color:#666666;
text-transform:uppercase;
}

#main .news-list-item a:hover {
text-decoration:none;
color:#CE1513;
text-transform:uppercase;
}
#main .news-list-item img {
text-decoration:none;
color:#666666;
padding-left:10px;
}
#main .news-list-item p {
padding: 0px 0px 0px 10px;
}
#main .news-single-item h2 {
text-decoration:none;
color:#666666;
}
#main .news-list-morelink a {
text-decoration:underline;
color:#000000;
}
#main .news-list-morelink a:hover {
text-decoration:underline;
color:#ff0000;
}
#main .news-list-category img
{
	vertical-align: bottom;
}
#main .news-list-browse
{
	padding-top: 25px;
	padding-bottom: 10px;
}
#main .news-catmenu 
{
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-top: 0px;

}
#main .news-catmenu a
{
	padding-right: 0px;
	text-transform:none;
}

#main .news-catmenu-NO a
{
	padding-right: 0px;
	color:#000000;
	text-decoration:underline;
}
#main .news-catmenu-NO a:hover
{
	padding-right: 0px;
	color:#ff0000;
	text-decoration:underline;
	text-transform:none;
}
.news-list-date {text-decoration:none;font-size:11px;color:#666666;}
.news-list-date a{text-decoration:none;font-size:11px;color:#666666;}
.news-catmenu-ACT a{font-weight:bold;}
.activeLinkWrap {color:#ff3333;font-weight:bold;}

#main .news-single-additional-info {
padding-left:10px;
padding-bottom:10px;
}
#main .news-single-additional-info dl{
padding-left:0px;
padding-bottom:10px;
}
#main .news-single-files a {
padding-left:2px;
padding-right:10px;
}