/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 14px/1.5 Georgia, Times, 'Times New Roman', serif;
	background-color: #fff2d1;
}

a, a:active, a:visited {
	color: #000;
}
a:hover {
	color: #990000;
	text-decoration: none;	
}

#header {
	margin-bottom: 0;
	height: 190px;	
}

#lang {
	margin-top: 20px;
}

#main {
	background-color: #fff;
	border-left: 10px solid #ffe6a3;
	border-right: 10px solid #ffe6a3;
	border-bottom: 10px solid #ffe6a3;
	padding-bottom: 25px;
}

#navi {
	width: 920px;
	padding-top: 10px;
	background-color: #ffe6a3;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 40px;
}
#navi ul {
	margin-left: 70px;
}
#navi li {
	color: #990000;
	float: left;
}
#navi li:first-child {
	list-style: none;
	margin-left: 0;
}
#navi a, #navi a:active, #navi a:visited {
	text-decoration: none;
}
#navi li.rex-current,
#navi a.rex-current {
	text-decoration: underline;
}
#social {
	width: 300px;
	float:right;
	margin-bottom: 0;
}
#social img {
	margin-right: 15px;
	margin-top: 3px;
	margin-bottom: 5px;
	height: 20px;
}

#right {
	margin-left: 80px;	
}

#kontakt {
	border: 1px solid #990000;
	background-color: #fff2d1;
	padding: 15px 15px 5px 15px;
}
#kontakt span.telefon {
	color: #990000;
	font-weight: bold;
}

#content {
	margin-left: 80px;
	margin-bottom: 20px;
}

#footer {
	font-size: 12px;
	margin-top: 20px	
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #990000;
}

h1 {
	font-size: 24px;
}

#kontakt h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 15px;
}
