@charset "utf-8";

/* ------------------------------------------------------------------------------- 
                                                                                            
                 Project: Camitz Wodka
                 Author:  Norbert Taeubl																		   
                 Company: stopp - stockholm postproduction     												   
                 Date: 	  09.06.2008                                                            
                                                                                           
-------------------------------------------------------------------------------- */

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
	}
/* end hide */
		
* {margin:0;padding:0;height: 100%;}

/* stopp edit: fallback site appears wrong through changes on 17.06.2008 */
/* the "height: 100%" in * {...} effects the fallback image              */
img {height:auto;}

body {
	height:100%;
	color:#000;
	font-size: 90%;
	line-height: 120%;
	text-align:center;
	height: 100%;
	}
img {
	border:0px;
	}
	
#myAlternativeContent {
padding: 50px 0 0 0;
font-size: 1.3em;
line-height: 1.6em;
height: 100%;
}
	#myAlternativeContent p {
	padding: 10px 0;
	}
	#myAlternativeContent a {
	text-decoration:none;
	color:#666;
	}
	#myAlternativeContent a:hover {
	color:#000;
	}
	


#wrap {
	margin: 30px auto 20px auto;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #666666;
}

h1 {
	margin-bottom: 8px;
}

.regular {
	vertical-align: top;
	height: auto;
}

.regular p {
	color: #000;
}