/* general stuff */


body{
 font-family: verdana, arial, sans-serif;
 font-size:12px;                    
 color: white;
}

a {
 text-decoration:none;
 font-size: 12px;
 font-weight:bold;
 color: white;
}
a:hover {color: black;}
a:visited {color: white;}

.menu a {color: black; font-size: 14px;}
.menu a:hover {color: white;}

#product_list a {color: white;}
#product_list a:hover {color: white;}

#component-impressum a {color: black;}
#component-impressum a:hover {color: black;}

/*.browseProductTopic a {font-size: 10px;}*/
                                       
.ThemeXPTable a {color: black;}
.ThemeXPTable a:hover {color: white;}

#vmMainPage a {color: black;}

/* Layout */

.contentheading, .componentheading {
 font-size:16px;
 font-weight:bold;
}
.page {
 font-size: 12px;
 margin: 20px auto;
 width: 1200px; 
 background-color: #D0D0D0; 
 border-right: 2px solid black; 
 border-bottom: 2px solid black;
}
.top .logo {
 height:150px;                  
/* background-color: #F29400;*/
 background-image:url(../images/segTopic.jpg);
 background-repeat:no-repeat;
}
.left {
 float: left;
 width: 220px; 
 background-color:#F29400;
 border-bottom: 4px solid white;
}
.navigation {
 margin: 10px;
}
.leftBottom {
 height: 200px;
 width: 220px; 
 background-color: black; 
 border-top: 1px solid white; 
/* border-bottom: 1px solid white;*/
 background-image:url(../images/leftBottom.jpg);
 background-repeat:repeat;
}
.middle {
 float: left;  
 width: 700px;            
 padding: 10px;
 background-color: white;
 background-image:url(../images/contentCorner.jpg);
 background-repeat:no-repeat;
}
.content {
 width: 650px;
 margin: 0px auto;
 color: black; 
}
.right {
 float: left;
 width: 240px; 
 padding: 10px;
 background-color:#F29400;	
 border-bottom: 1px solid black;
}
.bottom {
 clear: both;
 font-size:9px;             
 padding: 10px; 
 text-align: center; 
 border-top: 5px solid black;
 border-bottom: 1px solid white; 
 background-color: #F29400;
}

/* ------------------------------

   Article

------------------------------ */ 

.contentBody {
 width: 630px;
 margin: 0px auto;
}
.contentArticleName {
 font-size: 24px; 
 font-weight: bold; 
 color: black; 
 text-align: center;
}
.contentTopic {
 font-size: 18px; 
 font-weight: bold; 
 color: #F29400; 
 border-bottom: 1px solid black;
}


/* ------------------------------

   Joomla 

------------------------------ */ 

.contentpaneopen {
 margin-top: 60px;
}
.componentheading {
 margin-top: 60px;
}

.left form {
 border-top: 1px solid white;
 border-bottom: 1px solid white;
 margin-bottom: 10px; 
}
.menu {
 list-style-type: circle; 
}
.menu li {
/* background-image:url(../images/button.jpg);
 background-repeat:no-repeat;*/
}

/* ------------------------------

 Login 

------------------------------ */

#login {
 margin-top: 10px;
 margin-bottom: 10px; 
 padding: 10px 0px;
 border-top: 1px solid white;
 border-bottom: 1px solid white;
}
#login fieldset {
 border: none
}
#login input {
 width: 10em;
}


/* ------------------------------

   Impress

------------------------------ */ 
#component-impressum {
 margin-top: 60px;
}

/* ------------------------------

   VirtueMart

------------------------------ */ 

#vmMainPage {
 margin-top: 60px;
}

#vmMainPage .contentpaneopen {
 margin-top: 0px;
}

/*#vmMainPage h4,*/
#vmMainPage h3,
#vmMainPage h2 {
/* padding-left: 125px;*/
 text-align: center;
 font-size: 25px;
}
#product_list .browseProductContainer {
 width: 300px;
 margin: 20px 10px 40px 10px;         
}
#product_list .browseProductTopic a {
 color: white; 
}
#product_list .browseProductTopic {
 margin-bottom: 5px;
 padding: 2px 2px 2px 10px;
 background-color: #8F8F8F;
 background-image:url(../images/title.jpg);
 background-repeat:no-repeat;
}
#product_list .browseProductSubTopic {
 font-size: 10px;
 margin-bottom: 5px;
 padding: 2px;                    
 border-left: 1px solid darkgray;
 border-bottom: 1px solid darkgray; 
}
#product_list .productDescription {
 padding: 5px;
 background-color: #DDDDDD;
 border-top: 1px solid darkgray;
 border-bottom: 1px solid darkgray;
}
#product_list .productImage, .browseProductContainer .productImage {
 height: 240px;
 text-align: center;
 padding: 10px 10px;          
 background-color: white;
 border-left: 1px solid darkgray;
 border-bottom: 1px solid darkgray;
}
#product_list .addToCart {
 padding: 10px; 
 background-color: darkgray;
 border-bottom: 1px solid black; 
}
.addtocart_button {
 background: url( '../images/add-to-cart_orange.gif' ) no-repeat  center transparent;
}
.notify_button {
 background: url( '../images/notify_orange.gif' ) no-repeat  center transparent;
 width: 220px;
}
.shop_info {
 color: black;
}
