/************************* IMPORT **********************/

@import "navigation.css";
@import "news.css";
@import "input.css";
@import "search.css";
@import "jquery.fancybox.css";

/************************* HTML BODY **********************/

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	background-color: #e2e2e2;
	background-image: url(/web/grafik/background2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	color: #3f3f3f;
}

/************************* STRUCTURE **********************/

#container {
	width: 840px;
	padding: 20px 30px 30px 30px;
	margin: 20px auto;
	background-color: #ffffff;
	border: 1px #e6e6e6 solid;
	position: relative;
}

#header {
	height: 40px;
	padding: 0;
	margin: 0;
}

#search {
	width: 295px;
	height: 43px;
	margin: 0;
	padding: 0 6px 0 6px;
	background-image: url(/web/grafik/search_bg.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: -12px;
	right: 30px;
	z-index: 1;
}

#mainnav {
	width: 840px;
	height: 43px;
	padding: 0;
	margin: 20px 0 1px 0;
	background-image: url(/web/grafik/mainnav_bg2.gif);
	background-repeat: no-repeat;
}

#flash {
	width: 840px;
	height: 190px;
	padding: 0;
	margin: 0;
	background-image: url(/web/grafik/vjm_forsideflash.gif);
	background-repeat: no-repeat;
}

#content {
	width: 840px;
	padding: 0;
	margin: 0;
	background-image: url(/web/grafik/content_bg.gif);
	background-repeat: repeat-y;
	border-bottom: 1px #d4d4d4 solid;
}

#breadcrumbs {
	padding: 5px 0 5px 0;
	border-bottom: 1px #d4d4d4 solid;
	position: relative;
}

#text {
	width: 541px;
	padding: 20px;
	margin: 0 1px 0 1px;
	background-image: url(/web/grafik/text_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px #ffffff solid;
	float: left;
}

#text .box {
	width: 260px;
	padding: 0;
	margin: 0 20px 0 0;
	float: left;
}

#text .box2 {
	margin: 0;
}

#news, #subnav {
	width: 213px;
	padding: 20px;
	margin: 0 1px 0 0;
	background-image: url(/web/grafik/news_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top: 1px #ffffff solid;
	float: left;
}

#news #newsletter {
	margin: -15px 0 0 0;
}

#news {
	position: relative;
}

#footer {
	width: 900px;
	padding: 0 0 30px 0;
	margin: 0 auto;
}

table.kontakt a {
	font-size: 10px;
}

/************************* TEXT **********************/

h1 {
	margin-top: 0;
	padding: 0 0 3px 0;
	font-family: Lucida Sans Unicode, Verdana;
	font-size: 19px;
	font-weight: normal;
	color: #415a6c;
	border-bottom: 1px #eeeeee solid;
	line-height: normal;
}

.h1_text h1 {
	margin-bottom: 25px;
}

h2 {
	margin: 10px 0 -5px 0;
	font-family: Verdana;
	font-size: 15px;
	color: #415a6c;
	line-height: normal;
}

.box h2 {
	padding: 0 0 3px 0;
	margin: 10px 0 10px 0;
	border-bottom: 1px #cccccc solid;
}

h3 {
	margin: 10px 0 -5px 0;
	font-family: Verdana;
	font-size: 13px;
	color: #415a6c;
	line-height: normal;
}

table.kontakt h3 {
	margin: 15px 0 5px 0;
	font-size: 11px;
}

p {
	margin: 15px 0 15px 0;
}

#newsletter p {
	margin: 9px 0 9px 0;
}

.box p {
	margin: 9px 0 9px 0;
}

table.kontakt p {
	margin: 8px 0 3px 0;
}

table.onewebsite td p {
	margin: 5px 0 5px 0;
}

table.onewebsite th p {
	margin: 0;
}

/************************* LINKS **********************/

a {
	color: #952c00;
}

a:hover {
	color: #952c00;
}

.box a {
	padding: 0 0 0 10px;
	margin: 5px 0 0 0;
	background-image: url(/public/Image/grafik/link_bullet.gif);
	background-repeat: no-repeat;
	background-position: left -3px;
	display: block;
}

.reference_tabel a {
	padding: 0 0 0 10px;
	margin: 5px 0 0 0;
	background-image: url(/public/Image/grafik/link_bullet.gif);
	background-repeat: no-repeat;
	background-position: left -3px;
	display: block;
}

/************************* TABLES **********************/

.reference_tabel {
	padding: 0;
	margin: 0 0 10px 0;
	background-image: url(/web/grafik/ref_pattern.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom: 1px #cccccc dotted;
}

.reference_tabel_1 {
	margin: 0;
}

.reference_tabel td {
	padding: 7px 15px 7px 7px;
	vertical-align: middle;
	text-align: left;
}

.reference_tabel .ref_thumb {
	margin: 0;
	padding: 0;
	border: 5px #fff solid;
}

.reference_tabel img {
	border: 0;
}


.reference_tabel p {
	margin: 5px 0 5px 0;
}

table.kontakt {
	width: 100%;
}

td.kontakt_img {
	width: 240px;
	height: 400px;
	background-image: url(/web/grafik/kontakt_bg.gif);
	background-position: left 331px;
	background-repeat: no-repeat;
	vertical-align: top;
}

table.onewebsite {
	width: 100%;
}

table.onewebsite td, table.onewebsite th {
	padding: 10px 0 10px 0;
	border-bottom: #e5e5e5 1px solid;
}

/************************* OTHERS **********************/

.logo {
	border: 0;
	float: left;
	display: inline;
}

hr {
	height: 1px;
	color: #ffffff;
	border-top: 0;
	border-bottom: 1px solid #b3d8d2;
	margin: 0;
}


.error {
	padding: 5px 0 5px 0;
	color: #F00;
	display: block;
}

.newsheader {
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
	display: block;
	border-bottom: 1px #cccccc solid;
	color: #415a6c;
	font-weight: bold;
	font-size: 14px;
}

#sitemap ul {
	padding: 0 0 0 20px;
}

.clear {
	clear: both;
}