/** 
 * Das Nordwerk
 * styles for screen view
 *
 * @author Johanna Hˆrrmann, http://johannahoerrmann.de
 * @version 1.0
 */
 
/** 
 * @group Schriftdeklaration  
 * League Gothic is an open source font by The League of Movable Type
 * @vendor: The League of Moveable Type
 * @vendorurl: http://www.theleagueofmoveabletype.com
 * @licenseurl: http://www.fontsquirrel.com/license/League-Gothic
 */
 
/* ----- Generelles -----*/

@font-face {
	font-family: "League Gothic";
	src: url('fonts/League_Gothic.eot');
	src: local('League Gothic Regular'), local('LeagueGothic'), url(fonts/League-Gothic.otf) format("opentype");
}

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: #eeedea url(images/noise.gif);
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif ;
	font-size: 13px;
	line-height: 22px;
	position: relative;
	min-width: 885px;
}

a {
	text-decoration: none;
	color: #a92844;
	border-bottom: 1px solid;
}

div {
	background-color: #fff;
	width: 595px;
	margin: 0 0 0 100px;
	padding: 23px 0 35px 55px;
	min-height: 54px;
}

ul {
	list-style: none;
}

em {
	font-style: normal;
	color: #44687e;
}

/*------ Header und Navigation ------*/

#header {
	width: 650px;
	padding: 52px 0 39px 0;
	margin-bottom: 4px;
}


#header p {
	position: absolute;
	top: 95px;
	left: 155px;
	margin: 0;
}

h1 {
	height: 37px;
	text-indent: -1000em;
	background: url(images/logo-nordwerk.png) no-repeat;
	margin: 0 0 5px 40px;
}

h1 a {
	display: block;
	text-indent: -1000em;
	border: none;
}

.navi {
	float: right;
	left: 767px;
	left: 750px;
	width: auto;
	min-width: 150px;
	position: absolute;
	top: 95px;
	min-width: 167px;
}

.sprungmarken {
	float: right;
	left: 767px;
	width: auto;
	border-top: 1px solid rgba(103, 103, 101, 0.1);
	min-width: 150px;
	position: fixed;
	top: 149px;
	background: rgba(238, 237, 234, 0.2);
}

.sprungmarken li {
	border-bottom: 1px solid rgba(103, 103, 101, 0.1);
}

.sprungmarken a {
	color: #3c626e;
	border: none;
	padding: 2px 22px 2px 5px;
	display: block;
}

.navi a {
	color: #fff;
	background: #9D9D9A;
	border: 1px solid #e0dfdc;
	border-left: none;
	padding: 2px 10px 2px 23px;
	display: block;
}

.navi a:hover {
	color:  #fff;
	background: #8B8A89;
	border-color: #cdccc9;
}

.sprungmarken a:hover {
	background: rgba(77, 77, 77, 0.05);
	border: none;
}

.sprungmarken a:active {
	color: #000;
}

/*----- Inhalt -----*/

p, h2, h3, h4, dl, ul {
	width: 525px;
}

p {
	margin-bottom: 7px;
}

h2, h3 {
	font-family: "League Gothic", Helvetica, Arial, sans-serif;
	font-size: 34px;
	text-transform: uppercase;
	color: #44687e;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 40px;
	padding-top: 20px;
}

h2 em {
	font-style: normal;
	text-transform: none;
	color: #8bb3c1;
	display: block;
}

h3 {
	color: #8bb3c1;
	padding-bottom: 3px;
}

h4 {
	font-size: 13px;
}

hr {
	clear: both;
	width: 650px;
	height: 1px;
	margin: 32px 0 16px -55px;
	background-color: #f5f4f2;
	border: none;
}

a {
	border-color: #edd1d7;
}

a:hover {
	border-color: #a92844;
}


ul {
	margin-bottom: 23px;
}

img {
	margin: 10px 0 -8px;
	padding: 15px;
	background: url(images/foto.png) no-repeat;
}

img.first {
	margin-left: -15px;
}

dl dt {
	clear: both;
	float: left;
	margin-right: 14px;
}

table {
	border: none;
	margin: 5px 0 14px;
	padding: 0;
	border-collapse: collapse;
	width: 525px;
}

table td {
	margin: 0;
	padding: 2px 0 2px 0;
}

table td.zeit {
	width: 15%;
	color: #44687e;
}

table tr {
	border-top: 1px solid #f5f4f2;
	border-bottom: 1px solid #f5f4f2;
	margin: 0;
	padding: 0;
}

/*----- Spalten ------*/

.spalte {
	width: 245px;
/*	margin: 0;
	padding-bottom: 7px;*/
}

.spalte.eins {
	margin-right: 50px;
	float: left;
}

.spalte.zwei {
	clear: none;
	margin-left: 285px;
}

ul.vcard {
	border-top: 1px solid #f5f4f2;
	padding-top: 26px;
	margin: 22px 50px 32px -10px;
	padding-left: 10px;
}

.vcard.eins {
	clear: left;
	float: left;
	margin: 15px 50px 32px -10px;
}

.vcard .url, .vcard .fn {
	margin-bottom: 7px;
}

.vcard em {
	margin-right: 5px;
}

img.spalte {
	width: 230px;
	background: url(images/foto-breit.png) no-repeat;
	margin-bottom: 7px;
	margin-right: 35px;
}

/*------ Overlay Anmeldung ------*/

div.overlay {
	clear: both;
	margin: 0;
	background: #558d9f url(images/overlay.gif) repeat-y;
	padding: 23px 0 46px 155px;
	width: auto;
	text-shadow: rgba(0,0,0,0.01) 0 0 0;
}

.overlay h3 {
	color: #cee9f2;
}

.overlay form {
	position: relative;
	width: 595px;
	padding-bottom: 50px;
}

.overlay fieldset {
	margin: 0 0 0 -55px;
	padding: 4px 20px 4px 55px;	
}

.overlay fieldset.name {
	margin: 0 30px 0 0;
	padding: 0 30px 0 0;
	float: left;
	border-right: 1px solid #558b9d;
}

.overlay fieldset.anschrift {
	margin: 0 0 15px 0;
	padding: 0;
}

.overlay label {
	font-size: 12px;
	color: #2d4554;
	display: block;
	margin: 0;
}

.overlay fieldset p {
	color: #2d4554;
	display: block;
	width: 290px;
	margin: 0;
}

.overlay input {
	margin: 0 0 7px;
	border: none;
	font-size: 13px;
	padding: 0 3px 0;
	height: 22px;
}

.overlay textarea {
	border: none;
	padding: 4px 3px 0;
	line-height: 1.5;
	width: 589px;
	height: 44px;
	font-size: 12px;
}

.overlay .name input {
	width: 254px;
}

.overlay .anschrift {
	width: 274px;
	margin-bottom: 15px;
}

.overlay .anschrift input {
	width: 268px;
}

.overlay .plz {
	float: left;
}

.overlay .plz #plz {
	width: 75px;
	margin-right: 3px;
}

.overlay .plz label {
	width: 81px;
}

.overlay #ort {
	width: 184px;
}

.overlay ul {
	margin: 0;
	width: 595px;
}

.overlay p, .overlay ul label {
	color: #cee9f2;
	display: inline;
	font-size: 13px;
}

.overlay .agb {
	display: block;
	width: 575px;
	margin: 0 0 14px -55px;
	padding: 9px 20px 0 55px;
}


.overlay label em {
	color: #fff;
	font-style: normal;
}

.overlay ul input, .overlay .agb input {
	margin-right: 5px;
	height: auto;
}

.overlay p.sternchen {
	width: 505px;
	margin-left: 11px;
}

.overlay hr {
	margin: 22px 0 18px -55px;
	width: 650px;
	background: #558b9d;
}

.overlay button {
	display: block;
	background: #44687e;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 275px;
	border: 1px solid #41657C;
	border-right: none;
	padding: 5px 23px 5px 0;
}

.overlay button p {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif ;
	font-size: 13px;
	width: auto;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	float: right;
}

.overlay button:hover p {
	color: #fff;
}

.overlay button:hover {
	border: 1px solid #293f4d;
	border-right: none;
	background: #2d4554;
	cursor: pointer;
}

.overlay p a {
	color: #fff;
	border-color: #90b7c3;
}

.overlay p a:hover {
	border-color: #fff;
}


.overlay p.info {
	display: block;
	width: 575px;
	margin: 6px 0 14px -55px;
	padding: 4px 20px 4px 55px;
	background: #44687e;
	color: #fff;
}

.overlay .fehler {
	background: #FFFF66;
	background: #FFFFA3;
}

.overlay p.fehler, .overlay .fehler label {
	color: #2d4554;
}

.overlay .fehler em {
	color: #000;
}

.overlay .fehler a {
	color: #000;
	border-color: #434343;
}

.overlay .fehler a:hover {
	border-color: #000;
}

.overlay fieldset.fehler {
	display: block;
	width: 575px;
/*	margin: 0 0 0 -55px;
	padding: 4px 20px 4px 55px;	*/
}

/*----- Footer -----*/

#footer {
	padding: 14px 0 15px 55px;
	width: 595px;
	background-color: transparent;
}

#footer p {
	color: #797977;
	width: 280px;
	float: left;
	font-size: 12px;
	margin: 24px 10px 0 0;
	line-height: 22px;
	padding: 0;
}

#footer img {
	background: none;
	margin: 0 0 40px;
	padding: 0;
}

#footer a {
	text-decoration: none;
	border: none;
}

#footer p a {
	color: #3c626e;
	border-bottom: 1px solid rgba(60, 98, 110, 0.25);
}

#footer p a:hover {
	border-color: #3c626e;
}
