* {
	margin: 0;
	padding: 0;
}

body {
	line-height: 18px;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	background-image: url('../images/background.png');
	background-repeat: repeat-y;
	background-position: 1123px top;
	padding-top: 21px;
	width: 1150px;
}

#logo {
	position: fixed;
	top: 31px;
	left: 1057px;
}

#banner {
	height: 90px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#content {
	margin-top: 40px;
	float: left;
	width: 695px;
}

/* sidebar */

#sidebar {
	border-right: 6px solid #DA2330;
	width: 231px;
	float: left;
	margin-right: 93px;
}

#sidebar-home {
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 25px;
	border-right: 6px solid #DA2330;
	float: left;
	margin-right: 93px;
}

#flags {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-top: 10px;
	list-style-type: none;
}

#flags li {
	display: inline;
	margin-right: 2px;
}

#flags li.home {
	margin-right: 0;
}

#address {
	line-height: 14px;
	font-size: 10px;
	color: #737373;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-left: 10px;
}

                

#address-home {
	line-height: 14px;
	font-size: 10px;
	color: #737373;
	margin-left: 80px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
}

/* Navigation */

#navigation {
	position: relative;
	margin-top: -61px;
	padding-top: 34px;
	height: 27px;
	margin-left: 231px;
	list-style-type: none;
	border-left: 6px solid #DA2330;
}

#navigation li.navi {
	font-weight: bold;
	position: relative;
	display: block;
	font-size: 15px;
	height: 27px;
	float: left;
	line-height: 27px;
	text-align: center;
	width: 125px;
}

#navigation li.last {
	border-right: none;
}

#navigation li a {
	display: block;
	color: #e04f4a;
	text-transform: uppercase;
	text-decoration: none;
}

#navigation li.active a, #navigation li:hover a {
	font-size: 17px;
}

#navigation li.active ul a, #navigation li:hover ul a {
	font-size: 13px;
}

#navigation li.active a {
	color: #595959;
}

#navigation li.active ul a {
	color: #e04f4a;
}

#navigation li:hover ul {/* geht nicht in ie -_- */
	visibility: visible;
}

#navigation li.first ul {
	margin-left: 5px;
	width: 225px;
}

#navigation ul {
	line-height: 12px;
	position: absolute;
	z-index: 100;
	visibility: hidden;
	list-style-type: none;
	border: 1px solid gray;
	border-right-color: silver;
	border-top: none;
	margin-left: -1px;
	background-color: white;
	padding: 20px 0 4px 20px;
	width: 231px;
}

#navigation ul li {
	margin-bottom: 15px;
	text-align: left;
}

#navigation ul li a {
	display: inline;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	text-transform: none;
}

#navigation ul li a:hover {
	text-decoration: underline;
}

h2 {
	color: #5d5d5d;
	line-height: 22px;
	margin-bottom: 20px;
	font-size: 16px;
}

h1 {
	color: #5d5d5d;
	line-height: 22px;
	margin-bottom: 5px;
	font-size: 16px;
}

p {
	margin-bottom: 10px;
}

i {
	color: #747474;
}

a {
	text-decoration: underline;
	color: #e04f4a;
}

a:hover {
	text-decoration: underline;
	color: #707173;
}

img {
	border-style: none;
	border-width: 0px;
}

.left {
	margin-bottom: 20px;
	margin-right: 20px;
	padding-right: 50px;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #b9bbbc;
	float: left;
	width: 500px;
}

.right {
	font-size: 10px;
	margin-top: 0px;
	float: left;
	width: 110px;
}

.clear {
	clear: both;
}

.red {
	color: #e04f4a;
}

em {
	color: #5b5b5b;
}

#content ol, #content ul {
	margin-left: 20px;
	margin-bottom: 10px;
}

/* kontakt */

#contactform {
	width: 650px;
}

#contactform td {
	vertical-align: top;
	padding: 2px;
	text-align: right;
}

textarea, input, select {
	border: 1px solid #d2d2d2;
	background-color: #e8eaf0;
	padding: 3px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	width: 150px;
}

select {
	width: 158px;
}

textarea {
	width: 434px;
}

input.submit {
	margin-top: 20px;
	border: 1px solid #b2b2b2;
	font-weight: bold;
	font-size: 12px;
	color: black;
	width: 442px;
	background-color: #c9c9c9;
	padding: 4px;
}

input.submit:hover {
	color: white;
	background-color: #c63135;
}

.warning {
	font-weight: bold;
	font-style: italic;
	color: #5b5b5b;
}

.star {
	color: #c63135;
}

.block {
	margin-right: 10px;
	width: 100px;
	float: left;
}

.block2 {
	margin-right: 10px;
	width: 260px;
	float: left;
}

.block3 {
	padding-right: 15px;
	margin-right: 15px;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #b9bbbc;

	float: left;
}

.block4 {
	margin-bottom: 30px;
	padding-right: 15px;
	margin-right: 15px;

	float: left;
}

