
/* ----------------------- allgemein */

html{
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	background-image: url(1pic/background.gif);
	font-family: Verdana,Arial,Helvetica,sans serif;
	font-size: 10pt;
	margin: 0;
	padding:0;
}

img{
	border:none;
}

body table{
	border-collapse: collapse;
}	

body td{
	padding:0;
}	

.bold {
	font-weight: bold;
}

body p.error {
	color: #ff0000;
}

ul {
	margin-left: 0;
	padding-left: 0;
}

ol {
	padding-left: 0;
	margin-left: 35px;
}

.body .linkliste li, .body .einzellink li {
	padding-left: 10px;
	background-image: url(1pic/bulletRight.gif);
	background-position: 0 center;
	background-repeat: no-repeat;
}

.linkliste li a, .einzellink li a {
	color: #000000;
	text-decoration: none;
}
.linkliste li a:hover, .einzellink li a:hover {
	color: #ed1c24;
}


.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	width: 0px;
	padding: 0px;
	margin: 0px;
	line-height:0;
	
}


input,select,textarea {
	background-image: url(1pic/input.gif);
	border: 1px solid #b2b2b2;
	height: 15px;
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,sans serif;
}
select,textarea {
	height: auto;
}

.button {
	border: 0;
	margin: 0 auto;
	font-weight: bold;
	line-height: 21px;
}
div .button a{
	background-image: url(1pic/button.gif);
	width: 136px;
	height: 15px;
	padding: 3px;
	text-align: center;
	color: #808080;
	text-decoration: none;
	font-size: 11px;
	display: block;
	font-weight: bold;
	line-height: 15px;
	font-family: Verdana,Arial,Helvetica,sans serif;
}
.findbutton {
	width: 88px;
	height: 21px;
	background-image: url(1pic/find_button.gif);
	padding: 0;
	margin: 0;
	border: 0;
	font-weight: bold;
	color: #808080;
}


div .csbutton {
	width: 136px;
	height: 15px;
	padding: 3px;
	margin: 0 auto;
	z-index:15;
	background-image: url(1pic/switch_button.gif);	
}
div .csbutton a {
	display: block;
	text-align: center;
	color: #808080;
	text-decoration: none;
	font-size: 11px;
}

.red {
	color: #ff0000;
}

.bestLLink a {
	color: #ed1c24;
	text-decoration: none;
	background-image: url(module/shop/1pic/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 10px;
}


/* ----------------------- template-container */

#template{
	width: 979px;
	margin:0 auto;
}	

#tem_main {
	width: 979px;
	background-image: url(1pic/main_background.gif);
	background-repeat: repeat-y;
	text-align: left;	
}

#tem_main_bottom {
	background-image: url(1pic/bottom1.gif);
	height: 15px;
	width: 979px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#tem_header {
	position:relative;
	background-color:red;
	width: 936px;
	height: 93px;
	background-image: url(1pic/header_p1.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
	z-index: 10;
}


#tem_left {
	float: left;
	padding-left:11px;
	width: 196px;
	padding-right:19px;	
}

#tem_content {
	float: left;
	width: 520px;	
}

#tem_right {
	float: left;
	padding-left:19px;width: 196px;padding-right:11px;	
}


/* ----------------------- tem_header */

/*** logo ***/

#tem_logo {
	position: absolute;
	/*
	left: 811px;
	top: 15px;
	*/
	left: 777px;
	top: 0px;
			
	color: #ffffff;
	font-size: 10px;
}

/*** breadcrumbs ***/

#tem_breadcrumbs {
	position: absolute;
	left: 228px;
	top: 65px;
	color: #7E7E7E;
	font-size: 10px;
	width:520px;
	line-height:1.2em;
	height:2.4em;
	overflow:hidden;
	z-index: 1;
}
#tem_breadcrumbs a{
	color: #7E7E7E;
	text-decoration:underline;
}

/*** navigation ***/

#tem_navigation {
	position: absolute;
	left: 11px;
	bottom: 49px;
	/*top: 33px;*/
	color: #ffffff;
	font-size: 11px;
	padding: 0;
	margin: 0;
	z-index: 20;
			
}

#tem_navigation ul {
	margin: 0;
	padding: 0;
	z-index: 30;
}

#tem_navigation li {
	padding-left:0;
	list-style-type: none;
	margin-right: 20px;
	position: relative;
	float: left;
	z-index: 40;
}

#tem_navigation li a {
	color: #ffffff;
	text-decoration: none;
	z-index: 50;
}

#tem_navigation li a.aktiv {
	text-decoration: underline;
}

#tem_navigation li a:hover {
	color: #ffffff;
	text-decoration: underline;
}


#tem_navigation li ul {
	display: none;
	position: absolute;
	top: 11px;
	left: 0;
	width: 142px;
	border-top: 10px solid #ed1c24;
	background-color:#DFDFDF;	
}

#tem_navigation li>ul {
	top: auto;
	left: auto;
}

#tem_navigation li:hover ul,
#tem_navigation li.over ul,
#tem_navigation li.aktiv ul {
	display: block;
}

#tem_navigation li ul li {
	padding: 3px;
	margin: 0;
	background-color: #DFDFDF;
	display: block;
	text-align: left;
	float: none;
	z-index: 100;		
}

#tem_navigation li ul li a {
	color: #000000;
	display: block;
	text-decoration: none;
}
#tem_navigation li ul li a:visited {
	color: #000000;	
}
#tem_navigation li ul li a:hover {
	color: #ed1c24;
	text-decoration: none;
}




/* ----------------------- sidebar-boxen allgemein */

.sidebar .box{
	width: 196px;
	overflow:hidden;
	margin-bottom:8px;
}	

.sidebar .box .header {
	height: 20px;
	background-image: url(1pic/topic_grey.jpg);
	color: #ED1B24;
	text-align: center;
	font-weight: bold;
	text-transform:uppercase;
	line-height: 20px;
	font-size:12px;
}

.sidebar .box .content {
	background-color: #EDEDED;
	width: 186px;
	padding: 5px;
	overflow:hidden;
	background-repeat:no-repeat;
	font-size: 10px;
	color:#000000;
}



/*
.sidebar .box .header {
	height: 35px;
	background-image: url(1pic/topic_red_big.jpg);
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	margin-top: 5px;
	font-weight: bold;
}
*/

/* ----------------------- sidebar-shopnav */
.sidebar .shopnav .headerbg {
	background-image: url(1pic/shopnav_topic_middle.png);
}

.sidebar .shopnav .header {
	height: auto;
	padding-top: 2px;
	background-image: url(1pic/shopnav_topic_top.png);
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
	line-height: 18px;
	font-size:12px;
	font-weight: bold;
	text-transform:uppercase;
	position: relative;
}
.sidebar .shopnav .headerbottom {
	background-image: url(1pic/shopnav_topic_bottom.png);
	height: 2px;
	margin: 0px;
	margin-bottom: 1px;
	background-repeat: no-repeat;
	background-position: 0 bottom;
	font-size: 0px;
	padding: 0px;
}

.sidebar .shopnav .header a{
	color:#ffffff;
	text-decoration:none;
	display: block;
	width: 150px;
	margin: 0 auto;
}	


.sidebar .shopnav .expand, .sidebar .shopnav .collapse {
	background-position:180px center;
	background-repeat:no-repeat;
}
.sidebar .shopnav .expand {
	background-image: url(1pic/expand.gif);
}
.sidebar .shopnav .collapse {
	background-image: url(1pic/collapse.gif);
}

.sidebar .shopnav .content{
	padding:0;
	width:196px;
}

.sidebar .shopnav ul {
	list-style-type: none;	
	padding: 0;
	margin: 0;	
}
	
.sidebar .shopnav li {
	border-bottom: 1px #FFFFFF solid;
	
	margin: 0;
	
	background-image: url(1pic/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	
	padding: 2px 3px 2px 15px;	
}
.sidebar .shopnav li:hover {
	background-color: #f9f9f9;	
}

.sidebar .shopnav li a {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	
	text-decoration: none;
}

.sidebar .shopnav li a:visited {
	font-family: Verdana;
	font-size: 10px;
	
	text-decoration: none;
}

.sidebar .shopnav li a:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #ed1c24;
}


/* ----------------------- sidebar-boxen speziell links */



/*** search ***/
#tem_box_search .content {
	text-align:center;
}
#tem_box_search .searchform {
	margin: 3px;
	font-family: Verdana;
	font-size: 10px;
	padding: 3px;
}




/*** download ***/

#tem_box_download .content{
	background-image: url(1pic/adv_prospekte.jpg);

	height: 121px;
	text-align:center;
	position: relative;
}

#tem_box_download .content a.button {
	position: absolute;
	top: 89px;
	left: 30px;
}

#tem_box_download .content p {
	position: absolute;
	left: 90px;
	top: 10px;
	width: 100px;
	height: 50px;
	text-align: left;
}
#tem_box_download .content .button {
	margin-top: 10px;	
}

/* ----------------------- sidebar-boxen speziell rechts */

/*** map ***/

.sidebar #tem_box_map{	
	overflow:visible;
}

.sidebar #tem_box_map .content {
	background-color: #EDEDED;
	text-align: center;
	position:relative;
	z-index:5;
	overflow:visible;	
}

.sidebar #tem_box_map .landkarte {
	margin-bottom: 10px;
}

#cswitch {
	z-index:15;
	left:27px;
	position:absolute;
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 142px;
}

#cswitch li {
	padding: 3px;
	margin: 0;
	background-color: #DFDFDF;
	display: block;
	text-align: left;
}

#cswitch li a {
	color: #000000;
	display: block;
	text-decoration: none;
}

#cswitch li a:visited {
	color: #000000;
	text-decoration: none;
}

#cswitch li a:hover {
	color: #ed1c24;
	text-decoration: none;
}
#cswitch li a.aktiv {
	text-decoration: underline;
}

/*** support ***/
#tem_box_support .content {
	background-image: url(1pic/bg_box.jpg);
	height: 195px;
	position: relative;
}


#tem_box_support .content a.button {
	position: absolute;
	top: 150px;
	left: 30px;
}


/*** cart ***/

#tem_box_cart .content {
	position: relative;
}

#tem_box_cart .content .button {
	width: 142px;
	margin: 0 auto;
}


/* ----------------------- tem_footer */

#tem_footer {
	width: 979px;
	background-image: url(1pic/main_background.gif);
	height: 64px;
	font-family: Arial,Helvetica,sans serif;
}

#tem_footer_l {
	width: 81px;
	background-image: url(1pic/logo_grey.gif);
	height: 50px;
	float: left;
	margin: 5px 10px 0px 10px;
}

#tem_footer_r {
	width: 830px;
	float: left;
	text-align: left;
	font-size: 8pt;
	color: #B2B2B2;
	margin-top: 8px;
	line-height: 14px;
}

#tem_footer_r a {
	color: #B2B2B2;
	text-decoration: none;
}

#tem_footer_r a:visited {
	color: #B2B2B2;
	text-decoration: none;
}

#tem_footer_r a:hover {
	color: #ed1c24;
	text-decoration: none;
}

#tem_footer_bottom {
	background-image: url(1pic/bottom1.gif);
	height: 15px;
	width: 979px;
	background-repeat: no-repeat;
	overflow: hidden;
}
#tem_footer_urls {
	margin-top: 6px;
}

#tem_footer_r .footer_agb_impressum a {
	text-decoration: underline;
	margin-left: 10px;
}

/* -------------------- Seitenfooter */

#bottom_links {
	margin-bottom: 10px;
}

.backlink, .toplink, .printlink {
	color: #ed1c24;
	font-size: 11px;
	text-decoration: none;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: 0 center;
}
.backlink, .toplink {
	margin-right: 25px;
}
.backlink {
	background-image: url(1pic/bulletLeft.gif);
}
.toplink {
	background-image: url(1pic/bulletUp.gif);
}
.printlink {
	background-image: url(1pic/bulletPrint.gif);
	padding-left: 17px;
}


#langswitch {
	position:relative;
	position: absolute;
	left: 12px;
	top: 65px;		 
}
#langswitch a {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
}

ul.news {
	margin: 5px 0;
}

.neuigkeit a {
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	background-image: url(1pic/bullet.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

/* ----------------------- copyright */
#copyright {
	color: #b3b3b3;
	font-size: 10px;
	margin-left: 20px;
	margin-top: -2px;
	margin-bottom: 10px;
}
#copyright a {
	color: #b3b3b3;
	font-size: 10px;
}

body #template .aktiv {
	text-decoration: underline;
}



/*
 * international raster homepage
 */

DIV.internationalHomeRasterLay {
    margin-right: 20px;
    margin-bottom: 30px;
    width: 250px;
    float: left;
}

DIV.internationalHomeRasterLay.col_right {
    margin-right: 0px;
}


DIV.internationalHomeRasterLay H2.rasterheader {
    text-align: center;
    color: #FFF;
    background-image: url(1pic/rasterheader.png);
    width: 248px;
    height: 34px;
    line-height: 34px;
    
    font-size: 12px;
    text-transform: uppercase;
    
    border-width: 1px;
    border-style: solid;
    border-color: #e5e5e5 #acacac #acacac #e5e5e5;
}

DIV.internationalHomeRasterLay DIV.bild DIV.bildframe {
    border: 1px solid #e5e5e5;
    padding: 12px 9px;
    margin: 5px 0px;
}
    
