/* 
	project:  abstract studio template
	author:   luka cvrk (www.solucija.com) 
*/

*{ margin: 0; padding: 0; }* 
body {
	line-height: 1.64em;
	color: #666666;
	background-color: #383534;
	background-image: url(../images/bg.gif);
	font-family: Tahoma, Arial, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 0.74em;
	background-repeat: repeat-x;
	background-position: left top;
}
a { color: #299DCA;	background: inherit; text-decoration: none; }
a:hover { color: #808080; background: inherit; }
.blue { color: #299DCA; }
.white { color: #fff; }
p { margin: 0 0 15px 0; }
h1 { font: normal 2.4em Georgia, Arial, Sans-Serif; margin: 15px 0 0 5px; }
h1 a:hover { color: #E4FFD3; background: inherit; }
h2 { font: bold 1.6em Arial, Sans-Serif; margin: 0 0 12px; }
h4 { color: #808080; background: inherit; font-weight: normal; font-size: .9em; }
#content {
	width: 920px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#logo {
	float: left;
	border-bottom: 5px solid #7DD0F1;
	height: 58px;
	width: 310px;
	padding-left: 15px;
}
#menu { float: right; width: 584px; padding: 10px 0; margin: 19px 0 5px; border-bottom: 5px solid #e0e0e0; }
#menu li { font-size: 1.1em; display: inline; }
#menu li a { padding: 17px 15px 0 10px; margin: 0 45px 0 0; background: #fff url(../images/menuarrow.jpg) no-repeat 10px 5px; color: #808080; border-left: 1px solid #e0e0e0; }
#menu li a:hover { color: #000; border-left: 1px solid #7DD0F1; }
#menu .active a {color: #000; border-left: 1px solid #7DD0F1;
}
#intro {
	clear: both;
	color: #333;
	height: 335px;
	background-color: #ccc;
	width: 920px;
	background-repeat: no-repeat;
	background-image: url(../header/images/header.jpg);
	z-index: 0;
}
	#intro h1 {
	margin: 0;
	background: #666666 url(../images/h1bg.jpg) repeat-x bottom;
	display: inline;
	color: #7DD0F1;
	padding: 2px 5px;
	font-size: 50px;
}
	#intro p { margin: 0; color: #808080; font-weight: bold; font-size: .9em; }
	#login {
	font-size: .9em;
	margin-top: 45px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 650px;
}

    #right {
	clear: right;
	float: right;
	width: 650px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 34px;
	padding-bottom: 0;
	padding-left: 5px;
}

    #rightnocart {
	clear: right;
	float: right;
	width: 860px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 34px;
	padding-bottom: 0;
	padding-left: 20px;
}
#cartnavigation {
	margin-left: 31px;
	margin-top: 10px;
	width: 185px;
}
#sidebar_wrapper {
	width: 243px;
	height: auto;
	float: left;
	margin-left: -20px;
	margin-top: -330px;
	position: absolute;
	z-index: 10;
	
}
#sidebar {
	background-image: url(../images/card_label_bg.png);
	behavior: url("../images/pngbehavior.htc");
	background-repeat: repeat-y;
	height: auto;
	width: 223px;
	padding: 10px;
	z-index: 10;
	
}
#sidebar_top {
	background-image: url(../images/card_label_top.png);
	behavior: url("../images/pngbehavior.htc");
	height: 316px;
	width: 243px;
	z-index: 10;
	
}
#sidebar_bottom {
	background-image: url(../images/card_label_bottom.png);
	behavior: url("../images/pngbehavior.htc");
	height: 30px;
	width: 243px;
	background-repeat: no-repeat;
	z-index: 10;
}

    #warenkorb h2 { border-bottom: 1px solid #ccc; padding: 0 0 8px; }
	#warenkorbinfo {
	background: #f4f4f4;
	font-family: Georgia, Arial, Sans-Serif;
	font-size: 1.9em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #e0e0e0;
	border-right-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	border-left-color: #e0e0e0;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 28px;
	margin-left: 30px;
	width: 150px;
}
	
#navigationbar {
	width: 200px;
	padding-left: 25px;
	padding-top: 10px;
}
#footer { clear: both; border-top: 1px solid #ccc; padding: 10px; margin: 0 0 5px; font-size: .9em; color: #9b9b9b; background: #fff; }
#footer a { color: #808080; background: #fff; font-weight: bold; }
.right{ float: right; padding: 7px 0 0 15px; }
.trenner {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
