/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	com! Magazin / Basic CSS Website
	Juli 2007 / Roland Stern / S2 intermedia
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Basic
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body{
	background-image: url(../gfx/bg_main.gif);
	background-position: top left;
	margin: 0;
	padding: 0;
}

*{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;	
	color: #000000;
}

.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Textstyles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Clear Margin / Padding */
h1,
h2,
h3,
h4,
p{
	margin: 0px;
	padding: 0px;
}

h1{
	margin-bottom: 10px;
	font-size: 19px;
	line-height: normal;	
	
	margin-left: -5px;
	padding-left: 18px;
	background-image: url(../gfx/bg_h1.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
h1 a{
	font-size: 19px!important;
}

h2{
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 17px;
	line-height: normal;	
	
	margin-left: -5px;
	padding-left: 18px;	
	background-image: url(../gfx/bg_h1_grau.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
h2 a{
	font-size: 17px!important;
}

h3{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: normal;	
}
h3 a{
	font-size: 12px!important;
}

h4{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: normal;	
}
h4 a{
	font-size: 12px!important;
}

a{
	text-decoration: none;	
	color: #C91715;
}
a:hover{
	text-decoration: underline;
}

a img{
	border: none;
}


p{
	margin-bottom: 20px;
}

.nopadding{
	margin: 0px!important;
	padding: 0px!important;
}

ul{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
}
ol{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 40px;
}

li{
	list-style-image: url(../gfx/li.gif);	
}

br.clearall{
	clear: both;
	height: 1px;
	min-height: 1px;
	font-size: 1px;
}

div#contentright *{
	font-size: 10px!important;
	line-height: 14px!important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	DIV / Header / Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div#wrapper{
	width: 987px;
	padding-left: 8px;
	background-image: url(../gfx/bg_wrapper.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

div#headerwrapper{
	width: 820px;
	height: 125px;
	padding-top: 5px;
	
	background-image: url(../gfx/bg_headerwrapper_2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
html>body div#headerwrapper{
	height: 120px;
}

div#logo{
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}

div#suchewrapper{
	float: right;
	width: 375px;
	height: 55px;
	
	background-image: url(../gfx/bg_suche.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

div#suchbox{
	margin-left: 28px;
	margin-right: 8px;
	margin-top: 6px;
}

div#navigation{
	padding-top: 3px;
	*padding-top: 1px;
	clear: both;
}

div#subnavigation{
	clear: both;
	background-color: #E7E6E6;
	padding-left: 15px;
	border-bottom: 1px solid #919190;
	height: 20px;
}

div#contentwrapper{
	float: left;
	margin-top: 17px;
	width: 820px;
	height: auto;
}

div#footerwrapper{
	clear: both;
	width: 836px;
	height: 20px;
	padding-top: 10px;
	margin-left: -8px;
	text-align: center;
	
	background-image: url(../gfx/bg_footerwrapper.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	DIV / Content Splaten
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div#content {
	float: left;
	width: 552px;
	*height: 430px;
	min-height: 430px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../gfx/bg_content_1.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFFFF;
}
html>body div#content {
	height: auto;
}

div#content-1 {
	float: left;
	margin-left: 1px;
	margin-right: 1px;
	width: 788px;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../gfx/bg_content_2.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #FFFFFF;
}

div#contentright {
	float: left;
	width: 214px;
	*height: 430px;
	min-height: 430px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 13px;
	padding-right: 10px;
	background-image: url(../gfx/bg_contentright.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #FFFFFF;
}

html>body div#contentright {
	height: auto;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	DIV / Suchebox
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div#suchbox h2{
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: normal;
	background-image: none;
	background-color: transparent;
}
div#suchbox input,
div#suchbox select,
div#suchbox option{
	font-size: 11px;
	width: 127px;
	color: #979797;
	line-height: normal;
}

div#suchbox img{
	margin-top: 20px;
}

a.suchbox-sumbit{
	line-height: normal;
	text-transform: uppercase;
	padding: 2px 5px 2px 5px;
	color: #000000;
	height: 20px;
	width: 34px;
	display: inline;
	background-image: url(../gfx/but_los.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	letter-spacing: -1px;
}
a.suchbox-sumbit:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../gfx/but_los_hover.gif);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	DIV / Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div#navigation ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: Aqua;
}
div#navigation ul li{
	width: 117px;
	float: left;
	list-style: none;
}
div#navigation ul li a {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	color: #000000;
	display: block;
	width: 100%;
	font-size: 11px;
	line-height: normal;
	text-decoration: none;
	background-image: url(../gfx/but_navigation.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
html>body div#navigation ul li a {
	padding-left: 2px;
}

div#navigation ul li a:hover {
	background-image: url(../gfx/but_navigation_hover.gif);
	color: #C91715;
}

div#navigation ul li a#active {
	background-image: url(../gfx/but_navigation_hover.gif);
	color: #C91715;
	font-weight: bold;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	DIV / Subnavigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div#subnavigation ul{
	margin: 0px!important;
	padding: 0px!important;
	padding-top: 2px!important;
	*padding-top: 4px!important;
	padding-bottom: 3px;
	list-style: none;
}

div#subnavigation ul li{
	margin: 0px!important;
	padding: 0px!important;
	display: inline;
}

div#subnavigation ul li a {
	padding-right: 6px;
	margin-right: 6px;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	line-height: normal;
	border-right: 1px solid #000000;
}

div#subnavigation ul li a:hover {
	color: #C91715;
}

div#subnavigation ul li a#subactive {
	color: #C91715;
	font-weight: bold;
}

div#subnavigation ul li.sublast a {
	border-right: none;
	padding-right: 0px;
	margin-right: 0px;	
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	DIV / Servicenavigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div#servicenavigation {

}

div#servicenavigation ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#servicenavigation ul li{
	display: inline;
}

div#servicenavigation ul li a {
	padding-right: 6px;
	margin-right: 6px;
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	font-size: 11px;
	line-height: normal!important;
}

div#servicenavigation ul li a:hover {
	text-decoration: underline;
}

div#servicenavigation ul li a#subactive {
	font-weight: bold;
}

div#servicenavigation ul li.servicelast a {
	border-right: none;
	padding-right: 0px;
	margin-right: 0px;	
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Extension / contentwrapper / s2_teaserboxes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.csc-linkToTop{
	clear: both;
	margin-bottom: 15px;
	border-bottom: 1px solid #E7E6E6;
}
div.csc-frame-invisible{
	display: none;
	visibility: hidden;
}

/* ~~~~~~ Allgemeine ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~ Style 1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.s2teaserboxes-typ-1{
	margin-bottom: 10px;
	border: 1px solid #979797;
	background-color: #FFFFFF;
}

div.s2teaserboxes-typ-1 *{
	font-size: 10px!important;
	line-height: 14px!important;
}

div.s2teaserboxes-typ-1 img,
div.s2teaserboxes-typ-1 img,
div.s2teaserboxes-typ-1 img{
	border: none;
	padding: 0px;
}

div.s2teaserboxes-typ-1 h1,
div.s2teaserboxes-typ-1 h2,
div.s2teaserboxes-typ-1 h3{
	margin-left: 0px;
	margin-bottom: 10px;
	
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 15px;
	
	border-bottom: 1px solid #979797;
	font-size: 13px!important;
	line-height: normal!important;
	
	background-image: url(../gfx/bg_h1_box.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

div#content div.s2teaserboxes-typ-1 h1,
div#content div.s2teaserboxes-typ-1 h2,
div#content div.s2teaserboxes-typ-1 h3{
	background-image: url(../gfx/bg_h2_box.gif);
}

div#contentright h1,
div#contentright h2,
div#contentright h3{
	font-size: 13px!important;
	line-height: normal!important;
}

div.s2teaserboxes-typ-1 h1 a,
div.s2teaserboxes-typ-1 h2 a,
div.s2teaserboxes-typ-1 h3 a{
	color: #000000;
	font-size: 13px!important;
}

div.s2teaserboxes-typ-1 p{
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px!important;
	
	font-size: 10px!important;
	line-height: 14px!important;
}

div.s2teaserboxes-typ-1 ul{
	margin-left: 30px!important;
	padding: 0px!important;
}

div.s2teaserboxes-typ-1 ul li{
	margin: 0px!important;
	padding: 0px!important;
}


div.s2teaserboxes-typ-1-image{
	margin-top: -10px;
	margin-bottom: 10px;
	padding: 1px;
	width: 209px;
	overflow: hidden;
	border-bottom: 1px solid #979797;
}
div.s2teaserboxes-typ-1-image img{
	margin: 0px;
	margin-bottom: -3px;
	*margin-bottom: 0px;
	padding: 0px;
}


/* ~~~~~~ Style 2 - Addon ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.s2teaserboxes-typ-2 *{
	font-size: 10px!important;
	line-height: 14px!important;
}

div.s2teaserboxes-typ-2 h1,
div.s2teaserboxes-typ-2 h2,
div.s2teaserboxes-typ-2 h3{
	display: none;
}

div.s2teaserboxes-typ-2{
	margin-top: -11px;
	padding-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #979797;
	background-color: #FFFFFF;
}

div.s2teaserboxes-typ-2 p{
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px!important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Formulare / Extension / s2_formtomail
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
input,
textarea{
	padding: 1px;
	font-size: 11px;
}
.noBorder{
	border: none!important;
	background-color: transparent!important;
	margin-bottom: 0px!important;
	width: auto!important;
}

input.form-button{
	padding-left: 5px;
	margin-top: 10px;
	width: auto!important;
	float: right;
}
label.labellong{
	width: 170px!important;
}
label.labelfile{
	width: 60px!important;
}
input.file{
	width: 250px!important;
}

label.label-checkbox{
	width: 20px!important;
}

input.submit-button,
a.submit-button{
	width: auto!important;
	cursor: pointer;
	border: none;
	background-color: transparent;
	color: #000000;
	text-transform: uppercase;
	padding: 1px 5px 1px 5px;
	background-image: url(../gfx/but_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	border-top: 1px solid #979797;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #979797;
	text-decoration: none;
	font-size: 11px;
}
a.submit-button{
	padding: 2px 7px 2px 7px;
}
/* IE 6 & 7 Hack */
/*
input.submit-button{
	*width: auto!important;
	*margin: 0px!important;
	*padding: 0px!important;
	*height: 20px;
}
*/

a.submit-button{
	padding: 2px 7px 2px 7px;
}

input.submit-button:hover,
a.submit-button:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../gfx/but_bg_hover.gif);
}

/* Formular Fehlermeldung */
div.formular-err{
	border: 1px solid #E53517;
	padding: 15px;
	margin-bottom: 20px;
}
div.formular-err,
div.formular-err li{
	color: #E53517!important;
}
div.formular-err ul{
	margin-top: 5px;
	margin-bottom: 5px;
}
div.formular-err li{
	font-weight: bold;
	margin-top: 0px!important;
	margin-bottom: 0px!important;
	padding: 0px!important;
}

/* Feedback - Normal */
div#formular{
	margin-bottom: 15px;
}

div#formular h2,
div#formular h3,
div#formular h4{
	margin-left: 0px!important;
}

div#formular label{
	clear: left;
	padding-top: 2px;
	float: left;
	width: 100px;
}
div#formular input{
	width: 300px;
	margin-bottom: 4px;
}
div#formular textarea{
	width: 400px;
	height: 165px;	
}

textarea.textarealong{
	width: 470px!important;
}

/* Feedback - Abo */
div#formular-abo{
}

div#formular-abo p{
	padding-left: 0px!important;
}

div#formular-abo label{
	float: left;
	padding-top: 2px;
	width: 80px;
	clear: left;
}
div#formular-abo input{
	margin-bottom: 3px;
	width: 170px;
}
div#formular-abo select{
	margin-bottom: 3px;
	width: 175px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Extension / com_mgdb
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~ Browse Navigation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.commag-pos-navigation-box {
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E6E6;
}

div.commag-pos-navigation-box ul li a.active_up{
	font-weight: bold;
	text-decoration: underline;
	background-image: url(../gfx/but_sorting_up.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: center left;
}
div.commag-pos-navigation-box ul li a.active_down{
	font-weight: bold;
	text-decoration: underline;
	background-image: url(../gfx/but_sorting_down.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: center left;
}

div.commag-pos-navigation-box a.posnavi_active{
	font-weight: bold;
	text-decoration: underline;
}

div.commag-pos-navigation-box ul{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}
div.commag-pos-navigation-box ul li{
	display: inline;
}

ul.commag-pos-navigation{

}

ul.commag-pos-navigation-sorting{
	float: right;
}

li.posnavi_navi{
	padding-left: 30px;
}

/* ~~~~~~ Allgemeine ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
span.commag-magazin-page{
	padding-left: 5px;
	color: #979797;
}

.comtooltip {
	cursor:default;
}
.tool-tip {
	color: #C91715!important;
	background-color: #FFFFFF;
	border: #979797 1px solid;
	z-index: 13000;
	width: 300px;
}
 
.tool-title {
	font-weight: bold;
	padding: 8px 8px 4px;
	margin: 0;
}
 
.tool-text {
	padding: 4px 8px 8px;
}

/* ~~~~~~ Magazin & Artikel List ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.commag-magazin-list,
div.commag-artikel-list{
	margin-bottom: 15px;
	clear: both;
}

div.commag-magazin-list-image,
div.commag-artikel-list-image {
	float: left;
	margin-right: 10px;
}

div.commag-magazin-list-image p,
div.commag-artikel-list-image p{
	padding-left: 3px!important;
	margin-bottom: 10px;
}

div.commag-magazin-list-image img{
	padding: 1px;
	border: 1px solid #979797;
}

div.commag-magazin-list-artikel{
	float: left;
	width: 440px;
	margin-bottom: 10px;
}

div.commag-magazin-list-artikel ol{
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-left: 40px;
}

div.commag-magazin-list-artikel ol li{
	list-style-image: none;
}

span.commag-artikel-list-heft{
	float: right;
	font-weight: bold;
	padding-top: 5px;
}

/* ~~~~~~ Artikel detail ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a.commag-artikel-detail-weitere{
	margin-right: 5px;
	padding-right: 7px;
	border-right: 1px solid #979797;
}

div.commag-artikel-detail-info table tr td{
	vertical-align: top;
	text-align: left;
}

div.commag-artikel-detail-image{
	argin-left: 10px;
	margin-right: 10px;
}
div.commag-artikel-detail-image img{
	padding: 1px;
	border: 1px solid #979797;
}

div.commag-artikel-detail-text{

}

div.commag-artikel-detail-order-text{
	margin-bottom: 10px;
	height: 60px;
	padding-left: 15px;
	overflow: hidden;
}

a.commag-order-button{
	margin-left: 15px;
	padding: 5px;
	border-top: 1px solid #979797;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #979797;
	font-weight: bold;
	background-image: url(../gfx/but_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
}
a.commag-order-button:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../gfx/but_bg_hover.gif);
}

div.commag-artikel-detail-order-left{
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #E7E6E6;
	width: 264px;
	height: 160px;
	float: left;
	margin-bottom: 20px;
}

div.commag-artikel-detail-order-right{
	margin-bottom: 20px;
	float: left;
	width: 264px;
}
div.commag-artikel-detail-order-right label{
	float: left;
	width: 90px;
}

/* ~~~~~~ Artikel Suche ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div#suchbox form{
	margin: 0px;
	display: inline;
}
a.suchbox-sumbit{
	text-transform: uppercase;
	padding: 2px 5px 2px 6px;
	color: #000000;
	height: 20px;
	width: 34px;
	display: inline;
	background-image: url(../gfx/but_los.gif);
	background-repeat: no-repeat;
}
a.suchbox-sumbit:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../gfx/but_los_hover.gif);
}

div#commag-suche-volltext{
	padding-top: 5px;
}
div#commag-suche-volltext,
div#commag-suche-rubriken{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	clear: both!important;
}

div#commag-suche-rubriken table tr td {
	width: 130px;
}

input.commag-suche-volltextsuche{
	width: 330px;
}

input.commag-suche-submit{
	cursor: pointer;
	border: none;
	background-color: transparent;
	color: #000000;
	text-transform: uppercase;
	padding: 1px 5px 1px 6px;
	background-image: url(../gfx/but_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	border-top: 1px solid #979797;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #979797;
}
input.commag-suche-submit:hover{
	color: #FFFFFF;
	background-image: url(../gfx/but_bg_hover.gif);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Seiteninhalte / Menu der Unterseiten
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.s2teaserboxes-typ-3 {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
}
div.s2teaserboxes-typ-3 ul.csc-menu-1{
	margin: 0!important;
	padding: 0;
}
div.s2teaserboxes-typ-3 ul.csc-menu-1 li{
	list-style: none;
	float: left;
	margin-right: 10px;
}