/*
Theme Name: Vorberg


*/

* {
	border: none;
	padding: 0;
	margin: 0;
}

body {
	color: #2f2f2f;
	font-size: 10px;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	text-decoration: none;
	margin-top: 50px;
	background-color: #F5F5F5;
}

/* LAYOUT
-----------------------------------------------------------------------------------*/

#wrapper {
	width: 860px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	position: relative;
}

#thema {
	padding: 0 20px 0 20px;
	clear: both;
}

#thema h1 {
	color: #999;
	font-size: 1.2em;
}

#header {
	width: 820px;
	padding: 20px;
	overflow: hidden;
	clear: both;
	margin-bottom: 1px;
	background-color: white;
}

#label {
	width: 820px;
	overflow: hidden;
	clear: both;
	background: white url(images/bg_logo.gif) no-repeat center center;
}

#home {
	width: 240px;
	height: 150px;
	position: absolute;
	top: 50px;
	left: 100px;
	z-index: 5;
}

#menu {
	padding-left: 420px;
}

#footer {
	color: #999;
	font-size: 1em;
	padding: 15px 20px 100px 20px;
}

#image {
	width: 480px;
	height: 480px;
	position: absolute;
	top: 240px;
	left: 20px;
	z-index: 5;
}

/* CONTENT
-----------------------------------------------------------------------------------*/

.content {
	padding: 10px;
	clear: both;
	overflow: hidden;
	background-color: white;
}

/* GRIDS
-----------------------------------------------------------------------------------*/

.grid1,
.grid2,
.grid3,
.grid4 {
	padding: 10px;
	float: left;
}

.grid1 {
	width: 190px;
}

.grid2 {
	width: 400px;
}

.grid3 {
	width: 610px;
}

.grid4 {
	width: 820px;
}

.space-left {
	padding-left: 430px;
}

/* MAINNAVI
-----------------------------------------------------------------------------------*/

ul.navi {
	width: 170px;
	padding: 20px 0 20px 20px;
	font-size: 1.3em;
	list-style-type: none;
	float: left;
}

ul.navi li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul.navi li a,
ul.navi li.page_item a {
	color: #DEBCBF;
	text-decoration: none;
	display: block;
	padding: 3px 0 2px 10px;
	background: url(images/arrow_right_red_light.gif) no-repeat left center;
}

ul.navi li a:hover,
ul.navi li.current_page_item a {
	color: white;
	background: url(images/arrow_right_white.gif) no-repeat left center;
}
/* CONTENTNAVI
-----------------------------------------------------------------------------------*/
ul.cnavi {
	width: 180px;
	padding: 20px 0 20px 20px;
	font-size: 1.3em;
	list-style-type: none;
	float: left;
}

ul.cnavi li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul.cnavi li a,
ul.cnavi li.page_item a {
	color: #AD575E;
	text-decoration: none;
	display: block;
	padding: 3px 0 2px 10px;
	background: url(images/arrow_right_red_light.gif) no-repeat left center;
}

ul.cnavi li a:hover,
ul.cnavi li.current_page_item a {
	color: #DEBCBF;
	background: url(images/arrow_right_white.gif) no-repeat left center;
}

/* footernavi
-----------------------------------------------------------------------------------*/

ul#footernavi {
	font-size: 1.1em;
	padding-bottom: 5px;
	clear: both;
}

ul#footernavi li {
	display: inline;
}

ul#footernavi li a {
	color: #999;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	background: url(images/arrow_right_grey.gif) no-repeat left center;
}

ul#footernavi li a:hover,
ul#footernavi li.current_page_item a {
	color: black;
	background: url(images/arrow_right_black.gif) no-repeat left center;
}

/* HOMEBOXEN
-----------------------------------------------------------------------------------*/

.box {
	width: 170px;
	padding: 10px;
	height: 190px;
	display: block;
	clear: both;
	background: url(images/bg_box.gif) no-repeat 0 0;
}

.box:hover {
	background: url(images/bg_box-hover.gif) no-repeat 0 0;
}

.box h2 {
	color: white!important;
	padding: 2px 0 0 10px;
	background: url(images/arrow_right_white.gif) no-repeat left center;
}

.box img {
	padding-bottom: 10px;
	clear: both;
}

/* HOMENAVI
-----------------------------------------------------------------------------------*/

ul.home {
	font-size: 1.2em;
	list-style-type: none;
	padding-left: 10px!important;
}

ul.home li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul.home li a {
	color: #999!important;
	text-decoration: none;
	display: block;
	padding: 3px 0 2px 10px;
	background: url(images/arrow_right_grey.gif) no-repeat left center;
}

ul.home a:hover {
	color: #AD575E!important;
	background: url(images/arrow_right_red.gif) no-repeat left center;
}

/* TEXT & LINKS
-----------------------------------------------------------------------------------*/

h1,
h2,
h3 {
	color: #AD575E;
	font-weight: normal;
	line-height: 1.3em;
	padding-bottom: 5px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h2 a {
	border-bottom: 1px solid #AD575E;
}

h2 a:hover {
	border-bottom: 1px solid black;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p {
	font-size: 1.2em;
	line-height: 1.5em;
	padding-bottom: 10px;
}

.small {
	font-size: 1.1em;
}

.date {
	font-size: 1em;
}

.versal {
	text-transform: uppercase;
}

.purple {
	color: #AD575E;
}

a, 
a:visited {
	color: #AD575E;
	text-decoration: none;
}

a:hover {
	color: black;
}

a:focus {
	outline: none;
}

a img {
	border: none;
}

a.top {
	color: #999!important;
	padding-left: 40px;
	padding-right: 15px;
	background: url(images/arrow_top_grey.gif) no-repeat 25px center;
}

a.top:hover {
	color: black!important;
	background: url(images/arrow_top_black.gif) no-repeat 25px center;
}

.content ul {
	color: #AD575E;
	font-size: 1.2em;
	line-height: 1.5em;
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 10px;
}

.content ul li {
	list-style-position: outside;
	margin-bottom: 5px;
	list-style-type: square;
}

/* FORM
-----------------------------------------------------------------------------------*/

.form {
	color: #AD575E;
	font-size: 1.2em;
	width: 380px;
	padding: 20px 10px 10px 10px;
	background-color: #F5F5F5;
}

label {
	width: 120px;
	float: left;
	padding: 5px;
}

input,
select,
textarea {
	color: #AD575E;
	font-size: 1em;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid #AD575E;
	background-color: white;
}

input {
	width: 230px;
}

select {
	width: 120px;
}

textarea {
	width: 230px;
	height: 120px;
}

.button {
	color: white;
	width: 120px;
	margin-right: 1px;
	background-color: #AD575E;
}

/* CLEARINGS
-----------------------------------------------------------------------------------*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}