/* @override http://www.judithkovacs.at/css/layout.css */

html{
	width: 100%;
	height: 100%;
	color: #615050;
	background-color: #f3f1f1;
}
body{
	font-family: 'kievitpro-regularregular', arial, non-serif;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 0 0 50px;
}

h1{
	color: #b82957;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 35px;
	letter-spacing: 10px;
	text-align: right;
	white-space: nowrap;
	margin-bottom: 37px;
}

.wrapper{
	width: 1000px;
	margin: 20px auto;
	margin-bottom: 0px;
	overflow: hidden;
}
.wrapper_left{
	float: left;
	width: 70%;
}
.wrapper_right{
	float: right;
	width: 30%;
}
.wrapper_left p{
	text-transform: uppercase;
	font-family: 'kievit_prolight', arial, non-serif;
	font-size: 24px;
	text-align: center;
	line-height: 56px;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-left: -30px;
}
address{
	font-size: 19px;
    font-style: normal;
    line-height: 25px;
	margin: 8px 0 25px 0;
}
address a{
	color: #615050;
	text-decoration: none;
}
address a:hover{
	text-decoration: underline;
}
#logo{
	margin-left: -60px;
}

#folder_link{
	display: none;
	color: #b82957;
	text-decoration: none;
	font-size: 15px;
	border-bottom: 1px dotted #b82957;
}
#folder_link:hover{
	color: #e35482;
}