﻿@import url(artus_nav.css);

/* Allgemeiner Reset aller Ränder und Abstände */

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

input {
	font-family: Verdana, sans-serif;
	font-size:   13px;
}

li {
	margin-left: 20px;
}

ul {
	margin-top:    1em;
	margin-bottom: 1em;
}


/* Tag-Definitionen */

a {
	color:           inherit;
	/*text-decoration: none;*/
	text-decoration: underline;
}

body {
	color: #000;
}


/* ID-Definitionen */

#body {
	background-color: #fff;
}
#impressum {
	color:        #fff;
	font-family:  Verdana, sans-serif;
	font-size:    11px;
	display:      inline;
	left:         -320px;
	position:     relative;
	top:          -30px;
}
#impressum a {
	color: #fff;
}

#inhalt {
	background-color: #000;
	margin-left:      auto;
	margin-right:     auto;
	text-align:       left;
	width:            950px;
}

#inhalt_container {
	text-align: center;
}

#artuslogo {
	padding-left: 750px;
	position:     relative;
	top:          -130px;
}

#siteSearch {
	float: left;
	padding-top: 3px;
	width: 214px;
}

#sprache {
	font-family:  Verdana, sans-serif;
	font-size:    11px;
	position:     relative;
	top:          -27px;
	left:         250px;
	display:      inline;
}

#welle_oben {
	background-image:  url(/artus/wGlobal/layout/images/artus/welle_oben.png);
	background-repeat: no-repeat;
	height:            159px;
	margin-left:       auto;
	margin-right:      auto;
	text-align:        left;
	width:             1200px;
}

#welle_oben_container {
	height:     159px;
	min-width:  950px;
	overflow:   hidden;
	text-align: center;
}

#welle_unten {
	background-image:  url(/artus/wGlobal/layout/images/artus/welle_unten.png);
	background-repeat: no-repeat;
	height:            64px;
	margin-left:       auto;
	margin-right:      auto;
	text-align:        left;
	width:             1200px;
}

#welle_unten_container {
	height:     64px;
	min-width:  950px;
	overflow:   hidden;
	text-align: center;
}

input.searchBox {
	border: 1px solid #69a1c2;
	width:  112px;
	float:left;
}

input.searchButton {
	background-color: #fff;
	border:    0;
	font-size: 11px;
	float:left;
}

#headline {
	background-image: url(/artus/wGlobal/layout/images/artus/head_ako.png);
	background-position: -2px 0px;
	background-repeat: no-repeat;
	height: 82px;
	width:  695px;
	font-family: "Times New Roman", serif;
	font-size: 22px;
	font-weight: bold;
}

#headlinePad {
	padding-top: 30px;
}

.elementText {
	font-family: Verdana, sans-serif;
	font-size:   11px;
}

#helpdesk {
	color:        #fff;
	font-family:  Verdana, sans-serif;
	font-size:    11px;
	position:     relative;
	top:          -3px;
    margin-left:  10px;
	display:      inline;
}
#helpdesk a {
	color: #fff;
}