

.item {
    font-size: 1.2em;
    width: 229px;
    float: left;
    height: 200px;
    padding: 4px;
    margin-right: 1px;
    margin-bottom: 6px;
    border: 1px #efefef solid;
}

.item .infotext {
    color: #808080;
}

.item .title {
    height: 20px;
}

.item .buy {
    font-size: .9em;
}

.item .image {
    height: 100px;
    background-color: #EFEFEF;
    margin-bottom: 3px;
    overflow: hidden;

}

.item .date {
    font-size: .8em;
    color: #C0C0C0;
}

.item a {
    color: #173884;
    text-decoration: none;
}

.show .image {
  /*  height: 240px; */
  margin-bottom:0;
}

.show {
    margin-bottom: 0;
}

#right {
	    border:1px solid #d9d9d9;

    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
	    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;

	background:url(/images/back_sidebar.png) no-repeat;
	
}

#right .head {
    color: #004494;
    padding: 3px;
    font-size: 1.5em;
    font-weight: bold;
}

#right .body {
    margin-bottom: 0px;
    padding: 5px;
}

#right .body a {
    color: #000;
    text-decoration: none;
}

#slidebar {
    padding-top: 3px;
    padding-left: 3px;
    background-color: #173884;
    margin-top: 1px;
}

#slidebar a {
    color: #fff;
    font-size: 1.5em;
    text-decoration: none;
}

div.scroller {
    /* modify width and height of scrolling section if necessary    */
    width: 719px;
    height: 240px;
    overflow: hidden;
    }
    div.scroller div.section {
        /* modify width and height of each section as needed (should match the size of the scroller window)    */
        width:719px;
        height:240px;
        overflow:hidden;
        float:left;
        }
    div.scroller div.content {
        width: 10000px;
        }

    div#section2 {
        background:#666666;
        color:#ffffff;
        }



.left {
    float: left;
}

.right {
    float: right;
}

.topnavi {
    margin-top: 3px;
    font-size: 0.9em;
}

.mainmenu ul {
    padding: 0px;
    margin-top: 2px;
    list-style: none;
    font-size:1.5em;
}

.mainmenu ul li {
    float: left;
    padding-right: 20px;
}

.mainmenu ul li a {
    color: #173884;
    text-decoration: none;
    font-weight:bold;
    font-size:0.9em;
}



.copyright {
    padding-top: 9px;
    padding-left: 6px;
}

#footer ul {
    list-style: none;
    padding-top: 9px;
    padding-right: 6px;
    margin: 0px;
}

#footer ul li {
    float: left;
    padding-left: 20px;
}

#right .body ol {
    padding-left: 20px;
    font-size: 1.1em;
	margin:5px;
}

#right .body ol li {
    padding-bottom: 4px;

	border-bottom:1px solid #e2e2e2;
}

.imagetitle {
    margin-left: 30px;
    padding-top: 50px;
    font-size: 2em;
    color: #fff;
    font-weight: bold;
}

.show_info h1 {
    font-size: 1.8em;
    color: #173884;
}

.show_info {
    font-size: 1.2em;
    line-height: 1.5em;
}

/***************************************************************************************************
 * Warenkorb
 ***************************************************************************************************/

#warenkorb table {
    width: 100%;
}

#warenkorb table th {
    font-size: 1.4em;
    color: #ffffff;
    padding: 3px;
	background:url(/images/back_suche.png) no-repeat;
}

#warenkorb table td {
    padding: 3px;
    font-size: 1.2em;
}
#warenkorb_navigation {
    height: 30px;
}

#warenkorb_navigation ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#warenkorb_navigation ul li {
    float: left;
    padding-right: 20px;
}

#warenkorb_navigation ul li.last {
    padding-right: 0px;
}

h1 {
    margin-top: 0px;
    font-size: 2em;
    color: #173884;
}

div.textbox {
    font-size: 1.2em;
    margin-bottom: 8px;
}

    /* slider */
    #img{border:none;}


        #slider ul, #slider li{
            margin:0;
            padding:0;
            list-style:none;
            }
        #slider, #slider li{
            height:290px;
            width:721px;
            overflow:hidden;
            }
        #slider{
            margin-left:5px;
            }
        #prevBtn, #nextBtn{
            display:block;
            width:30px;
            height:77px;
            position:absolute;
            left:-25px;
            top:71px;
            }
        #nextBtn{
            left:701px;
            }
        #prevBtn a, #nextBtn a{
            display:block;
            width:30px;
            height:77px;
            background:url(../images/btn_prev.gif) no-repeat 0 0;
            }
        #nextBtn a{
            background:url(../images/btn_next.gif) no-repeat 0 0;
            }

            /*NAVI */

            #nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:26px;
}
#nav a:link,
#nav a:active,
#nav a:visited{
display:block;
color:#3d6089;
text-decoration:none;
/* background:#444; */
height:26px;
line-height:26px;
padding:0 6px;
margin-right:1px;
}
#nav a:hover{
color:#233b56;
}
#nav li{
float:left;
position:relative;
}
#nav ul {
position:absolute;
width:12em;
top:24px;
display:none;
}
#nav li ul a{
width:12em;
float:left;
border-bottom:1px solid #fff;
}
#nav ul ul{
width:12em;
top:auto;
}
#nav li ul ul {margin:0 0 0 9em;}
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul{display:none; background-color:#999;}
#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li li li:hover ul{display:block; background:#e9e9e9; font-size:0.9em; border-bottom:0px solid #d5d5d5;}

/* Formfelder */

input {
    background-color: #f6f6f6;
  border: 1px solid #d2d2d2;
  color:#999;
}
