﻿@import url(layout.css);
/* CSS styles */
body {
	color: #000;
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	
}
#navigation {
	color: #D2731D;
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10px;
	overflow: hidden;
}
h1 {
	color: #D2731D;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	color: #D2731D;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	font-weight: bold;
}

.subtitel {
	font-size: 10px;
}

/* Styels left coloum */
.left_head {
	color: #D2731D;
	font-size: 12px;
}
.left_content {
	font-size: 12px;
}
.left_link {
	color: #D2731D;
	font_size: 12px;
}

/* Styles for Links */
a {
	color: #D2731D;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: #D31B1B;
	font-size: 12px;
	text-decoration: none;
}

/* Styels */
.style1 {
	border-width: 0px;
}
.style2 {
	text-align: center;
}
.address_above {
	font-size: 11px;
}
.address_under {
	font-size: 11px;
	color: #808080;
}
