/*-----------------------------------------------------------------------------
version:   1.0
date:      July 2007
author:    PixelHouse GmbH
website:   http://www.pixelhouse.ch
project:   Rolf Ramseier Autographs - rrautographs.com
-----------------------------------------------------------------------------*/



/* Basis
-----------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	font-size: 12px;
	color: #666666;
	padding:0px;
	margin:0px;
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
	text-align:justify; /* Wunsch: Ramseier */
}

#container { /* damit wird das Layout zentriert */
	width: 790px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#main_content { /* damit wird das Hintergrundbild back.jpg im richtigen Bereich wiederholt */
	width: 790px;
	background-image:url(images/content.jpg);
	background-repeat:repeat-y;
	background-position:left;
	overflow: auto !important;
	overflow: ;
}




/* Header
-----------------------------------------------------------------------------*/

#head {
	width: 790px;
	height: 230px;
	/*background-image: url(images/head.jpg);*/
	background-repeat: no-repeat;
	padding: 0px;
}

#currency_change {
	float:right;
	position: relative;
	margin-top:210px;
	margin-right:60px;
	padding: 0px;
}

#currency_change form {
	padding: 0px;
	margin: 0px;
}



/* Navigation - Produkte (links)
-----------------------------------------------------------------------------*/

#navi_left {
	float:left;
	width: 140px;
	padding-left: 25px;
	padding-top: 25px;
	margin-right:0px;
	font-weight:normal;
	line-height:18px;
}

.menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#006699;
	text-decoration:none;
}

.menu:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#006699;
	text-decoration:underline;
}

.menu_active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #990000;
	text-decoration:none;
}

.menu_active:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #990000;
	text-decoration:none;
}




/* Content
-----------------------------------------------------------------------------*/

#content {
	float:left;
	width:540px;
	margin-bottom:0px;
	margin-top:0px;
	margin-right:0px;
	margin-left:25px; 
	padding-left:0px;
	padding-right:0px;
	padding-top:25px;
	padding-bottom:20px;
}

h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:normal;
	letter-spacing:2px;
	margin:0px;
	padding-bottom:20px;
}

h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing:2px;
	margin:0px;
}

a {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #4A73B5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

a:active {
	color: #4A73B5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

.striker {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: line-through;
}

.input_search {
	width:70px;
	border:solid;
	border-color:#0066CC;
	border-width:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.input_button {
	width:30px;
	border:solid;
	border-color:#0066CC;
	border-width:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.input_news {
	border:solid;
	border-color: #999999;
	border-width:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.input_contact {
	border:solid;
	border-color: #CCCCCC;
	border-width:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.input_dropdown {
	border:solid;
	border-color: #999999;
	border-width:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.input_checkbox {
	border-color:#D9BE6F;
}

.textfeld {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}

.alphabet {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.redtitle {
	color: #990000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing:2px;
	margin:0px;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	font-size: 12px;
	color: #990000;
}

.rahmen {  /* Rahmen für Bilder */
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	padding:2px;
}

.rahmen:hover { /* verwendet bei Bilder */
	filter:alpha(opacity=100);
	-moz-opacity:.90;
	opacity:.90;
}

.PicBor {  /* Rahmen für Bilder */
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	padding:2px;
}

#basket {
	width:140px;
	height:95px;
	background-image: url(images/basket_bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:13px;
	padding-top:15px;
}

hr {
	border:#999999 1px solid;
}



/* Footer
-----------------------------------------------------------------------------*/

#counter {
	float:right;
	position:relative;
	margin-right:80px !important;
	margin-right:40px;
	padding-bottom:20px;
	padding-top:20px;
}

#footer {
	width:790px;
	height:50px;
	margin-top:0px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	color: #CCCCCC;
	background-image:url(images/foot.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.foot a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration: none;
	color: #CCCCCC;
}

.foot a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration: underline;
	color: #FFCFB9;
}

.foot a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
	color: #FFCFB9;
}




/* Navigation - Dropdown Menü (oben)
-----------------------------------------------------------------------------*/

#bluemenu {
	float:left;
	padding-top: 169px;
	padding-left: 25px;
	position:relative;
	z-index:100;
}

.bluetabs{
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border-top: 1px solid #778;
border-left: 1px solid #778;
border-right: 1px solid #778;
border-bottom: 0px;
color: #2d2b2b;
background: white url(images/bluetab.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #2d2b2b;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(images/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
}
