﻿/* Hauptstylesheet */

/** Margin / Padding für alle Elemente aufheben **/
*{
	margin: 0px;
	padding: 0px;
}
body{
	text-align: center;
	font-family: Tahoma,Arial,Helvetica,Sans-serif;
	font-size: 11px;
	background: #ffffff url(/static/img/CAM/bg_body.jpg) repeat-x;
	text-align: center;
	color: #464646;
}
h5{
	font-size:10px;
	margin:0px 0 3px 0;
	padding:0;
	font-weight:normal;
	line-height:9px;
}
/* Outline bei Links im Firefox abschalten */
a{
	outline: none;
	text-decoration:none;
	color: #0066ff;
}
a:hover{
	text-decoration:underline;
}
div#PageMargin{
	width: 960px;
	margin: 0px auto;
	height: auto;
	text-align: left;
	background: url(/static/img/CAM/site/bg_content.jpg);
}
div#PageHead{
	width: 960px;
	height: 128px;
	background: url(/static/img/CAM/site/headergfx.png) no-repeat;
	background-position:top center;
}
div#HeadDescription{
	height: 100px;
	width: 428px;
	border: 0px solid green;
	padding:0px;
	margin-left: 40px;
	margin-top:5px;
	float:left;
	color: black;
	font-family: tahoma, arial;
}
div#HeadDescription h1{
	margin-left:0px;
	margin-bottom:3px;
	font-size:30px;
	font-weight:normal;
}
div#HeadDescription p{
	line-height: 19px;
	font-size:12px;
}
#BannerDescription{
	margin-bottom:2px;
	padding-top:10px;
	font-size:10px;
	padding-left:10px;
	float:left;
}
#HeadBanner {
	width:468px;
	height:60px;
	/*background-image:url(/static/img/CAM/site/banner.jpg); */
	float:right;
	margin-top:0px;
	margin-right:20px;
	border: 2px solid #0066ff;
	border-bottom:0;
}
#BannerSubline{
	padding-top:2px;
	padding-bottom:2px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	background-color:white;
	width:458px;
	border: 2px solid #0066ff;
	border-top:0;
}
/********************************************************************* Main Navigation *******************************************************************************/
div#menu{
	height:28px;
	margin: 0px 12px;
	background: #0066ff;
	padding:0px;
	padding-top:4px;
	padding-left:5px;
	vertical-align:bottom;
}

div#menucontent a {
	font-size:14px;
	display:block;
	float:left;
	background-color:#959595;
	line-height: 28px;
	text-decoration: none;
	font-weight: normal;
	color: #464646;
	margin:0px;
	padding: 0px 8px 0px 15px;
	background: url(/static/img/CAM/site/navi_tab_left.png) top left no-repeat;
}

div#menucontent a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #0066ff;
}
#menucontent .right {
	float:left;
	height:28px;
	background: url(/static/img/CAM/site/navi_tab_right.png) top right no-repeat;
	width:15px;
}
.navitableftbg {
	background: transparent url(/static/img/CAM/site/navi_tab_left_bg.png) no-repeat scroll left top;
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial;
}
.navitabrightbg {
	background: transparent url(/static/img/CAM/site/navi_tab_right_bg.png) no-repeat scroll right top; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial;
}
/********************************************************************* Content *******************************************************************************/
div#PageContent{
	width: 960px;
	background: url(/static/img/CAM/site/bg_content.jpg);
	height: auto;
}
div#ContentOverview{
	margin: 5px 12px;
	padding: 0px;
}
/*** Frames ***/

div#FrameLeft{
	float: left;
	display: inline;
	width: 182px;
	overflow: hidden;
	white-space: wrap;
}
div#FrameContent{
	float: left;
	display: inline;
	width: 538px;
	margin-left: 6px;
	margin-top:10px;
	overflow: hidden;
	white-space: wrap;
}
div#FrameContent h1{
	color: #0066ff;
	font-size: 15px;
	font-weight: bold;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:2px;
	border-bottom:2px solid #464646;
	margin-bottom:5px;
}
div#FrameContent h2{
	color: #464646 !important;
	font-size: 12px !important;
	font-weight: bold;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:2px;
	border-bottom:2px solid #464646;
	margin-bottom:5px;
	margin-top:20px;
}
div#FrameContent p{
	font-size: 11px;
	margin:5px 0px;
}
div#FrameRight{
	float: right;
	display: inline;
	width: 182px;
	margin-left: 6px;
	overflow: hidden;
	white-space: wrap;
}

/*** Colums ***/

div.leftcol{
	width: 150px;
	margin-top:10px;
	margin-right:10px;
	margin-left:10px;
	float:left;
}
div.rightcol{
	margin-right:10px;
	margin-top:10px;
	border: 0;
	float:right;
	width: 350px;
}
div.rightcol h1{
	color: #464646 !important;
	font-size: 12px !important;
	font-weight: bold;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:2px;
	border-bottom:2px solid #464646;
	margin-bottom:5px;
}
div.rightcol h3{
	color: #464646 !important;
	font-size: 12px !important;
	font-weight: bold;
	margin-bottom:0;
}
div.rightcol h4{
	color: #0066ff !important;
	font-size: 11px !important;
	font-weight: bold;
	margin-bottom:10px;
	margin-top:10px;
}
div.rightcol a{
	text-decoration:none;
	font-weight:normal;
	color: #0066ff;
	line-height:1.5em;
}
div.rightcol a:hover{
	text-decoration:underline;
}
.ausstellerimg img{
	padding:0;
	border: 1px solid #cccccc;
	max-width:148px;
	max-height:250px;
}
.leftcol h1{
	margin-top:5px;
	color: white !important;
	font-size:11px !important;
	font-weight: bold;
	background: transparent url(/static/img/CAM/site/bg_actionbox.jpg)  top;
	border: 0px solid #999999;
	border-bottom:2px solid #999999;
	padding: 3px;
}
div.leftcol ul{
	padding-left: 18px;
	list-style: square;
	color: #464646;
}
div.leftcol ul li{
	margin: 3px 0px;
}
div.leftcol ul li a{
	color: #464646;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
div.leftcol ul li a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #0066ff;
}
/***************** Produkte ***********/
.produkte{
	width:531px;
}
.produkte a{
	text-decoration:none;
	color: #0066ff;
}
.produkte a:hover{
	text-decoration:underline;
}
.produkte p{
	font-size: 10px !important;
	padding-left:10px;
}
.produkte h3{
	font-size:10px;
	padding-left:10px;
	border:0;
}
.p1{
	width:265px;
	height: 130px;
	float:left;
}

.produktbild img{
	float:left;
	width:75px !important;
	height:75px !important;
	border: 1px solid #464646;
	margin-right: 10px;
	margin-bottom:40px;
	margin-left:10px;
}
/********************************************************************* FOOTER *******************************************************************************/
div#ContentFooter{
	position: relative;
	width: 960px;
	height: 65px;
	background: url(/static/img/CAM/site/bg_footer.jpg) left bottom;
	color: #ffffff;
}
div#ContentFooter div#FooterLeft{
	position: absolute;
	left: 12px;
	bottom: 24px;
	height: 38px;
	font-size: 13px;
}
div#ContentFooter div#FooterRight{
	position: absolute;
	left: 200px;
	bottom: 24px;
	padding: 12px 0px;
	width: 750px;
	text-align: center;
}
div#ContentFooter a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
div#ContentFooter a:hover{
	text-decoration:underline;
}

/*** INFOBOX ***/

div.InfoBox{
	background-color: #e8e8e8;
	padding: 10px 5px;
}
div.InfoBox a.HeadLine{
 font-size: 13px;
}
div.InfoBox a{
	color: #272727;
	text-decoration: none;
	font-weight: bold;
}
div.InfoBox a.SubLink{
	font-size: 11px;
	color: #464646;
	text-decoration: none;
	font-weight: normal;
}
div.InfoBox a:hover{
	text-decoration: underline;
}
div.InfoBox p{
	font-size: 11px;
	color: #464646;
	padding: 5px 0px;
}
/********************************** Navigation *******************************/
.navi {
	width:180px;
	height:auto;
	background-image:url(/static/img/CAM/site/navibg.jpg);
	background-repeat:repeat-y;
	clear:left;
}
.navi h1 {
	background-image:url(/static/img/CAM/site/navihead.png);
	background-repeat:no-repeat;
	width:180px;
	height:40px;	
	font-size:12px; 
	color:#ffffff; 
	line-height:1.8em; 
	text-align:center; 
	font-weight:bold;
	padding-top:10px;
}
.navi ul {
	padding-left:10px;
	list-style: none;
}
ol {
	padding-left:10px;
	list-style-type: decimal;
}
.navi li {
	
	color: #464646;
	margin-left:2px;
	padding-top:3px;
	padding-bottom:3px;
}

.navi li a {
	color:#464646; 
	text-decoration: none;
	font-weight:bold;
}
.navi li a:hover {
	color:#0066ff; 
	text-decoration: none;
}
.navi p {
	margin-left:12px;
	width:150px;
}
.navifooter {
	background-image:url(/static/img/CAM/site/navifooter.png);
	background-repeat:no-repeat;
	width:180px;
	height:18px;	
	float:left;

}

/**************************** NEWS Bild und Table **********************/

.newsbox{
	float:left;
	margin-top:10px;
	padding-left:10px;
}

div.NewsBox p{
	margin-bottom:10px;
}

/* Kopie von Newsbox für Comments */
div.CommentBox{
	display: none;
	background: url(/static/img/CAM/site/bg_newsbox.jpg) repeat-x;
	padding: 10px 5px;
}
div.CommentBox h4{
	font-size: 10px;
	font-weight: normal;
	color: #0066ff;
	font-style: inherit;
}
div.CommentBox h2{
	font-size: 12px;
	color: #464646;
	font-weight: bold;
	line-height: 1.5em;
	border-bottom: 1px solid #cccccc;
}
div.CommentBox p.text, table{
	font-size: 11px;
	color: #464646;
	padding-top: 5px;
	padding-left: 1px;
	padding-right: 5px;
	padding-bottom: 3px;
	text-align:justify;
}
div.CommentBox th{
	line-height: 1.2em;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
div.CommentBox a{
	font-size: 11px;
	color: #464646;
	text-decoration: none;
	font-weight: bold;
}
div.CommentBox a:hover{
	font-weight: bold;
	text-decoration: underline;
}

/*** Forms ***/
input, file{
	margin-top: 3px; 
	padding: 2px 2px 2px 2px;
	border: none;
	color: #464646;
	font-size: 11px;
	cursor: pointer;
	border: 1px solid #464646;
}

input:hover{
	cursor: pointer;
	border:1px solid #0066ff;
}
input:focus{
	cursor: pointer;
	border: 1px solid #0066ff;
}
.input{
	width:450px;
}
.inputsmall{
	width:200px;
}
.inputlogin{
	width:150px;
	margin-top: 3px; 
	padding: 2px 2px 2px 2px;
	color: #464646;
	font-size: 11px;
	cursor: pointer;
	border: 1px solid #464646 !important;
}

.inputlogin:hover{
	cursor: pointer;
	border: 1px solid #0066ff !important;
}
.inputlogin:focus{
	cursor: pointer;
	border: 1px solid #0066ff !important;
}
.inputplz{
	width:50px;
}
.button{
	color: #ffffff;
	background-color: #0066ff;
	border: 0;
	font-weight:bold;
	cursor:pointer;
	vertical-align:middle;
	padding: 2px;
	border: 1px solid #464646;
	font-size:13px !important;
}
.checkbox{
	border: 0px;
	background-color: #ffffff;
}
.textarea{
	cursor:pointer;
	width:500px;
	height:300px;
	border: 1px solid #464646;
	padding:5px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size:12px;
	color: #464646;
	margin-bottom:0px;
}
.textarea:focus{
	cursor: pointer;
	border: 1px solid #0066ff;
}
.textarea:hover{
	cursor: pointer;
	border: 1px solid #0066ff;
}

.textareasmall{
	cursor:pointer;
	width:500px;
	height:100px; 
	border: 1px solid #464646;
	padding:5px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size:12px;
	color: #464646;
	margin-bottom:0px;
}
.textareasmall:focus{
	cursor: pointer;
	border: 1px solid #0066ff;
}
.textareasmall:hover{
	cursor: pointer;
	border: 1px solid #0066ff;
}

/*** Tabellen ***/
.tabellebestellungen table{
	width:550px;
	border: 1px solid #464646;
	border-spacing:0;
	border-collapse:collapse;
	padding:0;
}
.tabellebestellungen th{
	font-weight:bold;
	background-color: #0066ff;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	color: #ffffff;
	text-align: center;
}
.tabellebestellungen td{
	padding-left:5px;
	padding-right:5px;
}
.hinweis{
	background-color: #cccccc;
	padding:10px;
}
/* Statusbalken */
.progressBar {
   width:216px;
   height:41px;
   background:url(/static/img/CAM/site/progress_bar/bg_bar.gif) no-repeat 0 0;
   position:relative;
}
.progressBar span {
   position:absolute;
   display:block;
   width:200px;
   height:25px;
   background:url(/static/img/CAM/site/progress_bar/bar.gif) no-repeat 0 0;
   top:8px;
   left:8px;
   overflow:hidden;
   text-indent:-8000px;
}
.progressBar em {
   position:absolute;
   display:block;
   width:200px;
   height:25px;
   background:url(/static/img/CAM/site/progress_bar/bg_cover.gif) repeat-x 0 0;
   top:0;
}
div.mediathekleft{
	width:165px;
	float:left;
	border:0px;
	margin:0;
	margin-right:10px;
	padding:0 5px 0 5px;
}
div.mediathekright{
	width:165px;
	float:left;
	border:0px;
	margin:0px;
	padding:0 5px 0 5px;
}
.mediathekimg {
	width:160px;
	height:120px;
	height:120px;
	border: 2px solid #0066ff;
}
#twitter_update_list li {
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #cccccc;
	
}