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

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
html { height: 101%; } 

body {
	font: 14px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	background-color: #f6ad67;
}

a:focus {
	outline: 1px dotted;
}

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

#header {
	height: 135px;
	background: #f6ad67 url(../images/begegnung-ohne-grenzen-header.gif) no-repeat;
	margin-bottom: 20px;
}

#header ul {
	list-style-type: none;
	margin-top: 50px;
	margin-left: 800px;
}

#header li {
	float: left;
	margin-left: 10px;
}

#header a {
	text-decoration: none;
}

#main {
	background-color: #fff;
	padding-bottom: 0;
}

#navi ul {
	list-style-type: none;
	margin-top: 10px;
}

#navi li a {
	font-size: 16px;
	color: #a02d18;
	border-bottom: 2px solid #f6ad67;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	display: block;
}

#navi li a:hover, #navi li a.rex-current, #navi li a:focus {
	color: #fff;
	border-bottom: 2px solid #fff;
	background-color: #a02d18;
	font-weight: bold;
	padding: 5px;
}

#content {
	width: 680px;
	margin-top: 10px;
}

#content a, #header a {
	color: #a02d18;
}

#footer, #kontakt {
	font-weight: bold;
	color: #a02d18;
	margin-top: 20px;
}

#copyright {
	width: 210px;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	margin: 60px 0 0 30px;
}

#copyright a {
	color: #000;
}

.formgen {
	width: 550px;
	margin-top: 30px;
}

.formgen label {
	width: 120px;
	float: left;
}

.formgen input,
.formgen textarea {
	width: 400px;
	float: left;
	padding: 5px;
	margin-bottom: 10px;
}

.formblock input {
	margin-left: 120px;
	padding: 0;
	width: 150px;
}

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

h1 {
	font-size: 20px;
	color: #a02d18;
	border-bottom: 3px solid #a02d18;
	padding-bottom: 5px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 20px;
}

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