	/* General styles */
    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:gray;
		font-size:175%;
		font-family: Verdana, Geneva, sans-serif;
    }
    
    .col3 p{
    	font-size:90%
    }
    
	a {
    	color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
    h1, h2, h3 {
        margin:.2em 0 .2em 0;
        padding:0;
    }
    
    h1 {
	font-family: Verdana, Geneva, sans-serif;	
	/*text-transform:uppercase;*/
	font-size: 100%;
	/*letter-spacing: +1px;*/
	color: #424242;
	/*background-color: #fff5a4;*/
    }
    
    h2 {
	font-family: "Lucida Console", Monaco, monospace;
	text-transform:uppercase;
	font-size: 100%;
	letter-spacing: +1px;
	color: black;
	background-color: #fff5a4;
	padding: 4px;
    }
    p {
        margin: 0;
        padding:0 0 8px 0;
    }
	
	em {
		color: red; 
	}
	

	hr {
		color: gray;
		background-color: gray;
		height: 4px;
}

	#wrapcont {
	margin: 0px auto;
	width: 1020px;
	position: relative;
	height: 100%;
	top: 0px;
	bottom: 0px;
	}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
        height: 200px;
        background-color: #D8D8D8;
    }
    
	#header {
		border-bottom:2px solid gray;
	}
	#header img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:10px 0 0 0;
	    padding:0;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
	    background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}
	
#telefon {
	padding-top: 16px;
	color:#424242;
	z-index: 200;
	position: relative;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#telefon strong {
	color:#000;
	font-size: 36px;
	font-weight:bolder;
}

	#telefon a{
		text-decoration: none;
		color:#424242; 
	}

	#rejta {
	width: 180px; 
	margin-left: auto;
	margin-right: auto;
}

#gntcont {
	margin: 2px;
	width: 184px;
	height: 180px;
	position: absolute;
	top: 168px;
	right: 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../bilder/star3.png");
	z-index: 150;
}

#garanti {
	padding: 68px 36px 46px 26px;
	clear: both;
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 130px;
	position: absolute;
	top: -20px;
	left: 0px;
}

#garanti strong {
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: +2px;
}

	.pala{
		position: relative;
		padding-bottom: 0,5em;
	}
	
	.pala h1{
		text-align: right;
		padding-right: 4px;
		position: relative;
		left: -206px;
		top: .2em;
		vertical-align: super;
		z-index: 100;
		width: 180px;
				
	}
	
	/* column container */
	.colmask {
		position:relative;
	    clear:both;
	    float:left;
        width:100%;
		overflow:hidden;
	}
	/* holy grail 3 column settings */
	.holygrail {
	    background:#fef186;
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 
        position:relative;
        right:100%;
        background:#fff;
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:400px;
        background:#fef186;
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;
	    padding-bottom:1em;
	}
	.holygrail .col1 {
        margin:0 215px; 
        position:relative;
	    left:200%;
	    padding-top: 8px;
	   	}

	.col1 h2 {
		position: relative;
	   	left: 16px;
	   	width: 550px;
	   }	
	   	
    .holygrail .col2 {
        float:left;
        float:right;
        width:170px;
        position:relative;
        right:15px;
    }
    .holygrail .col3 {
        float:left;
        float:right;
        width:170px;
        margin-right:45px;
        position:relative;
        left:50%;
        padding-top: 164px;
    }
    
    .col3 p {
    	font-size:80%
    }
    
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
        height: 40px;
        background-color: #D8D8D8;
		border-top:2px solid gray;
		overflow: hidden;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 90%;
		color: gray;
		
    }
    #footer p {
        padding:10px;
        margin:0;
    }
   
    #rejta {
	margin-left: auto;
	margin-right: auto;
	float: right;
}

blockquote {
	font-family: Georgia, serif;
	color: gray;
	font-size: 12px;
	line-height: 150%;
	background: white;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
	quotes: "\201C" "\201D";
}
blockquote:before {
	position: relative;
	top: 6px;
	left: 6px;
	vertical-align:text-top;
	content: "\201C" " ";
	font-weight: bold;
	font-size: 36px;
	color: silver;
}
blockquote a{
		text-decoration: none;
		font-family: Georgia, serif;
		color: gray;
		font-size: 12px;
		line-height: 150%;
		background: white;
	}