/* CSS Document
** CSS Styles für swissT.net
** template_css.css
** Anne-Kathrin Merz medanova
** April 2007
 */
 
 
 /**********************************************************
 allgemeine Styles für Blöcke und Bereiche,  Seitenaufteilung
 ***********************************************************/

body{
	background-color: #EFEFEF;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
td{
vertical-align: top;
}

#wrapper{
	background-color: #EFEFEF;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	height: 400px;
}

#topmenu{
	width: 100%;
	height: 20px;
	margin-top: 10px;
	text-align: right;
}

#header{
	width: 100%;
	background-color: #D7D7D7;
	background-image: url(../images/top_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 113px;
	text-align: left;
}

#header #logo a img{
	border: 0;
}

#mainarea{
	width: 950px;
	height: 460px;
	text-align: left;
	background-color: #FFF;
	border: 1px solid #D7D7D7;
	padding-top: 10px;
}

#mainarea[id]{
	height: auto;
	min-height: 460px;
	width: 948px;
}

#breadcrumb{
	margin-left: 220px;
	height: 18px;
	margin-bottom: 14px;
	color: #BB3B19;
	font-weight: bold;
}

#leftmenu{
	width: 175px;
	float: left;
}

#leftmenu[id]{
	width: 220px;
}

#leftmenu_inner{
	margin-left: 15px;
	margin-right: 25px;
}

#centercontent{
	float: right; 
	width: 728px;
}

#content{
	float: left;
	width: 510px;
}


#content[id]{
	width: 528px;
}



#right{
	float: right;
	width: 190px;
}

#right_inner{
	margin-left: 10px;
	margin-right: 10px;
}

.article_seperator {
   width: 522px;

}
#right_inner .article_seperator{
    color: #fff;
}
.clearit{
	width: 100%;
	height: 1px;
	clear: both;
}


/**********************************
Joomla Styles und Inhalte
***********************************/


/***************************************************
**** standard links for text  *****
***************************************************/


a:link, a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

a:hover, a:active{
	text-decoration: none;
	font-weight: bold;
	color: #BB3B19;
}




/***************************************************
**** Joomla, Überschriften und anderes *****
***************************************************/

p, td, div{
	font-size: 8pt;
}

.blog{
	width: 100%;
}


.componentheading{
	font-size: 10pt;
	font-weight: bold;
	padding-top:3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	color: #BB3B19;
	background-color: #D7D7D7;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
	margin-left: -4px;
	width: 100%;
	display: block;
}

div.componentheading{
	padding-left: 4px;
	text-align: left;
}

.contentheading{
	font-size: 10pt;
	font-weight: bold;
	padding-top:3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	color: #BB3B19;
	margin-bottom: 10px;
	margin-left: -4px;
	margin-right: 0;
	width: 100%;
   /*	display: block; */

}

.contentpaneopen{
	width: 100%;

}

/*#content .contentpaneopen{
	float: left;
	width: 510px;
}

#content[id] .conentpaneopen{
	width: 528px;
}*/


.contentpaneopen tr td{
	padding-left: 0;
}


.contentpagetitle{
	font-size: 9pt;
	font-weight: bold;
}


.blog_more strong{
	font-size: 12pt;
	padding-bottom: 6px;
	font-weight: bold;
	width: 100%;
	color: #BB3B19;
}

.blog_more ul {
	margin-left: 0;
}

.blog_more ul li{
	list-style-type: none;
}

h1{
	width: 100%;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 4px;
	color: #BB3B19;
}

h2{
	font-size: 9pt;
	font-weight: bold;
	color: #BB3B19;
}

h3{
	font-size: 8pt;
	font-weight: bold;
}

h4{
	font-size: 8pt;
	font-weight: bold;
}

h5, h6, h7{
	font-size: 8pt;
}


.inputbox{
	font-size: 8pt;
	margin: 1px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #FFF;
	border: 1px solid  #D7D7D7;
	padding-left: 2px;
	color: #333;
}

.button{
	background-color: #BB3B19;
	border: 1px solid #BB3B19;
	color: #FFF;
	font-size: 8pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}




#content img
	padding: 0 10px 10px 0px;
}

td.buttonheading{
	margin-left: 2px;
	margin-right: 2px;
	width: 50px;

}

.buttonheading a {
	padding:0;
	background-image: none;
	border: 0;
	text-decoration: none;
	white-space: nowrap;
}

ul{
	margin: 0px 0px 0px 12px;
	padding: 0;
}


 ul.mostread, ul.latestnews{
	margin-top: -10px;
}

.small, .readon, .back_button, .pagenav_prev, .pagenav_next, .createdate, .modifydate{
	font-size: 7pt;
	color: #666;
}

 .readon{
	float: right;
	color: #BB3B19;
	font-weight: bold;
}

 a.readon {
	color: #BB3B19;
	font-weight: bold;
}

 a.readon:hover, a.readon:active{
	color: #333;
	font-weight: bold;
}

.smalldark{
	color: #000;
}

.sectiontableheader{
	font-size: 8pt;
	font-weight: bold;
	color: #BB3B19;
}

.sectiontableentry1{
	background-color: #FFF;
	border-bottom: 1px solid #C5C5C5;
}

.sectiontableentry2{
	background-color: #FFF;
	border-bottom: 1px solid #C5C5C5;
}

.article_seperator {

      display: block;
      border-bottom: 1px solid;
      margin: 3px 0px 3px 0px;
}


/*******************************************
Linke Module und Menüs
********************************************/




#leftmenu div.module{

	margin-bottom: 10px;
	text-align: left;
	padding-bottom: 8px;
	border-top: 1px solid #C5C5C5;


}

#leftmenu div div div h3{
	width: 100%;
	font-size: 8.5pt;
	font-weight: bold;
	color: #333;

}

#leftmenu div div div{
	text-align:left;
	
	
	
}

#leftmenu div div div table tr td{
	text-align:left;
	padding-bottom: 3px;
}

#leftmenu a.mainlevel:link,#leftmenu a.mainlevel:visited{
	display: block;
	background-image: none;
	font-size: 8pt;
	color: #333;
	text-decoration: none;
	background-image: url(../images/bullet_grau.jpg);
	background-repeat: no-repeat;
	background-position:  3px 50%;
	padding-left: 22px;
	padding-top:3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #C5C5C5;
	white-space: nowrap;

}

#leftmenu a.mainlevel:hover, #leftmenu a.mainlevel:active{
	
	display: block;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/bullet_rot.jpg);
	background-repeat: no-repeat;
	background-position:  3px 50%;
	white-space: nowrap;
}
#leftmenu a.mainlevel#active_menu{

	display: block;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/bullet_rot.jpg);
	background-repeat: no-repeat;
	background-position:  3px 50%;
	white-space: nowrap;
}

#leftmenu tr td div{
	padding: 0;
	padding-left: 0;
}

#leftmenu  table tr td div{
	padding: 0;
	padding-left: 0;
}


#leftmenu a.sublevel:link, #leftmenu a.sublevel:visited{
	display: block;
	border: 0;
	background-image: none;
	font-size: 8pt;
	padding-left: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 0;
	white-space: nowrap;
}

#leftmenu a.sublevel:hover, #leftmenu a.sublevel:active{
	display: block;
	border: 0;
	font-size: 8pt;
	color: #BB3B19;
	text-decoration: none;
	white-space: nowrap;
}

#leftmenu a.sublevel#active_menu{
	border: 0;
	font-size: 8pt;
	color: #BB3B19;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

#banner {
  padding-left: 24px;
  padding-top: 12px;

}

#banner div.module{

	margin-bottom: 10px;
	text-align: left;
	padding-bottom: 8px;
	border-top: 0;


}


/*******************************************
Rechte Module und Menüs
********************************************/

#search{
	margin-top: 0px;
	margin-left: 6px;
	margin-right: 10px;
	padding-left: 4px;
	color: #BB3B19;
	background-color: #D7D7D7;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
}

html>/**/body #search{
	padding-top: 1px;
	padding-bottom: 1px;
}

#search div, #search form{
	margin: 0;
	padding: 0;
}






#right_inner div.module{
	margin-bottom: 10px;
	text-align: left;
	padding-bottom: 8px;
}

#right_inner div div div h3{
	width: 100%;
	padding-top:5px;
	padding-bottom: 3px;
	padding-left: 4px;
	color: #BB3B19;
	background-color: #D7D7D7;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
	margin-left: -4px;

}

#right_inner div div div{
	text-align:left;
	
	
	
}

#right_inner div div div table tr td{
	text-align:left;
	padding-bottom: 3px;
}

#right_inner a.mainlevel:link,#right_inner a.mainlevel:visited{
	display: block;
	background-image: none;
	font-size: 8pt;
	color: #333;
	text-decoration: none;
	background-image: url(../images/bullet_grau.jpg);
	background-repeat: no-repeat;
	background-position:  3px 50%;
	padding-left: 22px;
	padding-top:3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #C5C5C5;

}

#right_inner a.mainlevel:hover, #right_inner a.mainlevel:active{
	
	display: block;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/bullet_rot.jpg);
	background-repeat: no-repeat;
	background-position:  3px 50%;
}
#right_inner a.mainlevel#active_menu{

	display: block;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/bullet_rot.jpg);
	background-repeat: no-repeat;
	background-position:  3px 50%;
}

#right_inner tr td div{
	padding: 0;
}


#right_inner a.sublevel:link, #right_inner a.sublevel:visited{
	display: block;
	border: 0;
	background-image: none;
	font-size: 8pt;
	background-image: url(../images/bullet_grau.jpg);
	background-repeat: no-repeat;
	background-position:  3px 50%;
	
}

#right_inner a.sublevel:hover, #right_inner a.sublevel:active{
	padding-left: 30px;
	display: block;
	border: 0;
	font-size: 8pt;
	color: #DF0024;
	margin-right: 25px;
	text-decoration: none;
	background-image: url(../images/bullet_rot.jpg);
	background-repeat: no-repeat;
	background-position:  3px 50%;
}
#right_inner a.sublevel#active_menu{
	padding-left: 50px;
	border: 0;
	font-size: 8pt;
	color: #DF0024;
	font-weight: bold;
	margin-right: 25px;
	text-decoration: none;
	background-image: url(../images/bullet_rot.jpg);
	background-repeat: no-repeat;
	background-position:  3px 50%;
}



/*******************************************
Top Modul und Topmenu
********************************************/


/*******************************************
**** top top menu ****
********************************************/

#topmenu div.module ul#mainlevel-nav {
     text-align: right;  
	 width: 280px;
	 height: 16px;
	 margin: 0;
	 display: block;
	 float: right;

}


#topmenu div.module ul#mainlevel-nav li{
	font-size: 8pt;
	list-style-type: none;
	padding: 2px 0px 0px 2px;
	height: 16px;
	margin-left: 10px;
	text-align:right;
	display: inline;
	float:left;
	color: #A7A7A7;
}


#topmenu div.module ul#mainlevel-nav li a.mainlevel-nav:link, #topmenu div.module ul#mainlevel-nav li a.mainlevel-nav:visited{
	border: 0;
	margin: 0px 0px 2px 0px;
	display: block;
	border-bottom: 0;
	color: #BB3B19;
	text-decoration: none;
}

#topmenu div.module ul#mainlevel-nav li a.mainlevel-nav:hover, #topmenu div.module ul#mainlevel-nav li a.mainlevel-nav:active{
	border: 0;
	margin:  0px 0px 2px 0px;
	display: block;
	text-decoration: none;
	color: #BB3B19;
}

#topmenu div.module ul#mainlevel-nav li a#active_menu-nav{
	border: 0;
	margin: 0px 0px 2px 0px;
	display: block;
	text-decoration: none;
	color: #BB3B19;
}

/***********************************
Shop Styles
************************************/

.product_pricing{
	font-weight: bold;
	font-size: 10pt;
	width: 100%;
	text-align: right;
}
.product_desc{
	font-weight: normal;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}

.store_info{
	margin-top: 16px;
	font-weight: bold;
	font-size: 8pt;
	width: 100%;
	text-align: center;
}