/*
	### veronikakauer.at
*/

body {
	margin: 0;
	padding: 0;
	background: #faf9f3;
	font-family: Arial, Helvetica, sans-serif;
	color: #858585;
	font-size: 14px;
}

#content {
	width: 940px;
	margin: 0 auto;
}

#page {
	display: block;
	padding: 103px 0 250px 320px;
}

#logo {
	background: url(gfx/logo.png) no-repeat;
	display: block;
	width: 300px;
	height: 145px;
	text-indent: -999px;
	overflow: hidden;
	outline: none;
	position: fixed;
}

.element {
	margin: 0 0 115px 0;
	padding: 75px 220px 0 0;
	background: no-repeat top right;
}

.element_small {
	margin: 0 !important;
}

/* Element */

.element_1 { background-image: url(gfx/element_1.png); }
.element_2 { background-image: url(gfx/element_2.png); }
.element_3 { background-image: url(gfx/element_3.png); }

/* ### Typographie ### */

a {
	color: #00ABC4;
	text-decoration: underline;
}

a:hover {
	color: #333333;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00ABC4;
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 18px 0;
	padding: 0;
}

h1 a, h1 a:hover {
	color: #00ABC4;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 11px 0;
	padding: 0;
}

p {
	line-height: 17px;
	margin: 0 0 14px 0;
	padding: 0;
}

p.startp {
	font-size: 17px;
	line-height: 22px;
}

/* List */

#page ul, #page ol {
	list-style-position: outside;
	padding: 0 0 10px 25px;
	margin: 0;
}

#page ul li, #page ol li {
	color: #00abc4;
	font-weight: 700;
}

#page ul li p, #page ol li p {
	color: #858585;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

/* Mapframe */

#mapframe {
	border: 1px solid #bdbdbd;
	margin: 25px 0 0 0;
}

/* ### Navigation ### */

ul#navigation {
	position: fixed;
	top: 186px;
	margin: 0;
	padding: 0 0 0 79px;
	width: 220px;
	list-style: none;
}

ul#navigation li {
	margin: 0;
	padding: 0;
	line-height: 26px;
}

ul#navigation li a {
	color: #928F90;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	outline: none;
}

ul#navigation li a:hover, ul#navigation li a.active {
	color: #00ABC4;
}

/* ### Footer */

#footer {
	font-size: 12px;
	color: #858585;
	margin-bottom: 500px;
}

#footer a {
	color: #858585;
	text-decoration: underline;
}

#footer a:hover {
	color: #00ABC4;
}

/*

*/

