/*  
Project Name: WINK FASHION STORE ZURICH
Project URI: http://www.winkfashion.ch/
Version: 1.0
Author: RHOdesign - www.rhodesign.ch - switzerland
Author URI: http://www.rhodesign.ch/

all rights reserved!
*/

body {
background-color: #fff;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#000;
padding:0;
margin:0;
}

#container {
width: 896px;
margin-bottom: 10px;
margin: 0 auto;
background-color: #FFF;
background-image: url(../images/bottom.gif);
background-position: bottom right;
background-repeat: no-repeat;
}



a {
color: #9F63B0;
text-decoration: none;
}
a:visited {color:#9F63B0;
text-decoration: none;}
a:hover {color: #9F9139;
text-decoration: underline;
}
a:active { color:#555;
text-decoration: none;
}

h2 {
color: #9f9139;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
font-weight: bold;
margin-top: 20px;
}
h4 {
color: #9f9139;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
font-weight: bold;
margin-top: 5px;
margin-bottom: 5px;
}

p {
line-height: 14px;
}
.wink {
	color: #9f9139;
}





/* #################### START HEADER #################### */
#topheader {
width: 896px;
height: 110px;
background-color: #fff;
}

#header {
width: 896px;
height: 250px;
background-color: #fff;
border-bottom: 2px solid #FFF;
}
/* #################### ENDE HEADER #################### */




/* #################### START NAVI #################### */
#navi{
width: 896px;
height: 21px;
background-color: #9f9139;
color: #FFF;
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
padding-top: 5px;
font-weight: bold;
}
#navi a{
color: #FFF;
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
text-decoration: none;
margin: 0px 15px 0px 15px;
}
#navi a:hover{
color: #9f63b0;
}
#active{
color: #9f63b0 !important;
}
/* #################### ENDE NAVI #################### */





/* #################### START LEFT #################### */
#leftcolumn { 
float: left;
width: 266px;
margin: 0;
padding: 0;
padding: 0px 15px 10px 15px; 
margin-top: 10px;
}
/* #################### ENDE LEFT #################### */




/* #################### START MIDDLE #################### */
#middlecolumn { 
float: left;
display: inline;
width: 265px;
height: 267px;
padding: 0px 20px 0 20px; 
margin-top: 10px;
background-image: url(../images/contentborder.gif);
background-repeat: no-repeat;
}
/* #################### ENDE MIDDLE #################### */



/* #################### START RIGHT #################### */
#rightcolumn { 
width: 268px !important;
margin: 0;
padding: 0;
padding: 0px 0px 0 15px;
margin-top: 10px;
width: 195px;
float: left;
position: relative;
}

#rightcolumn h1{
color: #9f9139;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
font-weight: bold;
border-bottom: 1px dotted #9f9139;
padding-bottom: 7px;
margin-top: 20px;
}

#rightcolumn p{
font-weight: normal;
line-height: 12px;
color: #000;
margin-top: 0px;
font-size: 11px;
}
#rightcolumn a{
color: #9f63b0;
text-decoration: none;
}
#rightcolumn a:hover{
color: #9f63b0;
text-decoration: underline;
}

.clear { clear: both; }
/* #################### ENDE RIGHT #################### */




/* ################### START FOOTER ################### */
#footer {
clear: both;
margin: 0;
padding: 0;
text-align: right; 
height: 12px;
border-top: 5px solid #9f9139;
font-size: 10px;
color: #999;
padding-top: 5px;
padding-bottom: 3px;
}

#footer a{
	color: #999;
	text-decoration: none;
}
#footer a:hover{
	color: #999;
	text-decoration: underline;
	cursor: help;
}
/* ################### ENDE FOOTER ################### */











/* ################## START FORMULAR ################# */
 
#kontakt form {
width:260px;
display:block;
margin-top: 20px;
}

#kontakt label {
display:block;
float:left;
margin-bottom:5px;
text-align:left;
width:60px;
padding-right:5px;
}

.invisible {
display:none !important;
visibility:hidden !important;
}

#kontakt input,#kontakt textarea {
display:block;
width:170px;
float:left;
margin-bottom:3px;
border:1px solid #9f9139;
padding:1px 5px;
margin-right: 2px;
}

#kontakt input:hover,#kontakt textarea:hover {
border:1px solid #9f63b0;
}

#kontakt input:focus,#kontakt textarea:focus {
border:1px solid #9f63b0;
}

#kontakt br {
clear:left;
}

.button {
width:120px !important;
margin-left:65px;
border:1px solid #9f9139 !important;
background-color:#9f9139;
color:#fff !important;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

.button:hover {
border:1px solid #9f63b0;
background-color:#9f63b0;
color:#fff !important;
}
/* ################## ENDE FORMULAR ################# */