/* ###### CSS RESET ###### */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Basic Styling */

@font-face { font-family: Raleway; src: url('../fonts/raleway_thin.otf'); }

body, html
{
	font: lighter 1em/1.8em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: 300;
	color: #414141;
	background: #f5f5f5;
	min-width: 1280px;
}

a
{
	text-decoration: none;
}

a:hover, a:focus, a:visited
{
	text-decoration: underline;
}

div.uplink
{
	position: absolute;
	height: 14px;
	width: 20px;
	right: 50px;
	padding: 5px 3px 3px 3px;
	margin-top: -21px;
	z-index:200;
}

div.uplink:hover
{
	cursor: pointer;
}

div.uplink.bright
{
	background: url('../images/uplink.bright.png') center center no-repeat;
}

div.uplink.bright:hover
{
	background: #fff url('../images/uplink.dark.png') center center no-repeat;
}

div.uplink.dark
{
	background: url('../images/uplink.dark.png') center center no-repeat;
}

div.uplink.dark:hover
{
	background: #000 url('../images/uplink.bright.png') center center no-repeat;
}

div.minimenulink
{
	position: absolute;
	height: 14px;
	width: 20px;
	right: 50px;
	padding: 5px 3px 3px 3px;
	cursor: pointer;
	z-index:200;
}

div.minimenulink.dark
{
	background: url('../images/minimenu.dark.png') center center no-repeat;
}

div.minimenu:hover .minimenulink.dark
{
	background: #000 url('../images/minimenu.bright.png') center center no-repeat;
}

div.minimenulink.bright
{
	background: url('../images/minimenu.bright.png') center center no-repeat;
}

div.minimenu:hover .minimenulink.bright
{
	background: #fff url('../images/minimenu.dark.png') center center no-repeat;
}

div.minimenu
{
}

div.minimenu ul
{
	position: absolute;
	height: 18px;
	right:75px;
	font-size: 0.8em;
	margin-top: 0px;
	line-height: 1.2em;
	padding: 2px 10px 2px 10px;
	z-index: 100;
}

div.minimenu ul.dark
{
	background: #000;
	color: #fff;
}

div.minimenu ul.bright
{
	background: #fff;
	color: #000;
}

div.minimenu ul li
{
	display: inline;
}

div.minimenu ul.dark li a
{
	color: #fff;
	text-decoration: none;
}

div.minimenu ul.dark li a:hover
{
	color: #ddd;
	text-decoration: underline;
	cursor: pointer;
}

div.minimenu ul.bright li a
{
	color: #000;
	text-decoration: none;
}

div.minimenu ul.bright li a:hover
{
	color: #333;
	text-decoration: underline;
	cursor: pointer;
}


/* CONTAINER Styling */

.container
{
	min-width: 1280px;
}

.content
{
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 50px;
}

.content div.title
{
	width: 100%;
	height: auto;
	border-image: url('../images/kontakt.title.jpg') 5 3 5 3 repeat stretch;
	border-left: 5px solid;
	margin-left: -35px;
	padding-left: 30px;
}

.content .title h1
{
	font-size: 5em;
	font-weight: normal;
	line-height: 1.3em;
	color: #3e3e3e;
	text-shadow: 1px 1px 1px #d2d2d2;
}

.content .title .subtitle
{
	font-size: 1.3em;
	line-height: 1.2em;
	color: #666;
}

.content p
{
	text-align: justify;
}
