@charset "UTF-8";

/*-----------* Screen CSS Document N E U F O R M A T . C O M *-------------*/
* {
	margin:0;
	padding:0;
}

body {
	background-color: #000;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center top;
	text-align: center;
	background-image: url(../images/bg_body.png);
}

* html body {
	position:relative;
}

/*-----------* N A V I G A T I O N  *-------------*/

#topholder {
	width:900px;
	height: 60px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-image: url(../images/bg_top.png);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #43464A;
}

.nav {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: none;
	float: right;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 43px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #43464A;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.nav li {
	float: left;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #43464A;
	list-style-image: none;
	list-style-type: none;
}

.nav li a {
	display: block;
	text-decoration: none;
	color: #666;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

.nav li a.active {
	color: #CF5415;
}

.nav li a:hover {
	color: #CF5415;
}

/*-----------* C O N T E N T  *-------------*/

#content {
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index:100;
}

#home_content {
	width:900px;
	float: left;
	position: relative;
}

#neuformat_logo {
	height: 270px;
	width: 400px;
	background-image: url(../images/neuformat_vk.png);
	background-repeat: no-repeat;
	margin-left: 25px;
}

img {
	border:none;
}

.portfolio {
	float: left;
	position: relative;
	padding-left: 17px;
}

.thumbnail {
	width: 190px;
	height: 200px;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #43464A;
	background-color: #000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.thumbnail img {
	padding-bottom: 10px;
}

.content_left {
	width:450px;
	float: left;
	position: relative;
	padding: 0px;
}

.content_right_450 {
	float: right;
	position: relative;
	width: 450px;
	padding: 0px;
}

.content_right_600 {
	float: right;
	position: relative;
	width: 600px;
	padding: 0px;
}

.column_left {
	width:300px;
	float: left;
	position: relative;
	padding: 0px;
}

.column_center {
	width:300px;
	float: left;
	position: relative;
	padding: 0px;
}

.column_right {
	width:300px;
	float: right;
	position: relative;
	padding: 0px;
}

.column_left li, .column_center li, .column_right li {
	list-style-type: none;
	background-image: url(../images/li_img.gif);
	background-position: left -2px;
	background-repeat: no-repeat;
	list-style-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.column_left ul, .column_center ul, .column_right ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 19px;
	list-style-type: none;
	list-style-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.distance {
	height: 60px;
	clear: both;
	background-image: url(../images/bg_top.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom-color: #43464A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 25px;
	margin-bottom: 25px;
}

.icons {
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.img {
	float: left;
	border: 1px solid #43464A;
	margin-right: 15px;
}

#footer {
	height:60px;
	background-image: url(../images/bg_top.png);
	background-repeat: repeat-x;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: bottom;
	letter-spacing: 0px;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #43464A;
	padding-top: 30px;
}

/*-----------* F O R M U L A R *-------------*/

#formular {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#formular fieldset {
	display:block;
	clear: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#formular label {
	width:250px;
	text-align:left;
	color:#888;
	font-size: 12px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#formular fieldset#personal input {
	font-size: 12px;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	height: 15px;
	background-color: #000;
	color: #888;
	float: left;
	border: 1px solid #43464A;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#formular select {
}

#formular fieldset#personal input:hover {
}

#formular textarea {
	width:220px;
	overflow:auto;
	background-color: #000;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888;
	border: 1px solid #43464A;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#formular textarea:hover {
}

#formular #button {
	color:#888;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: auto;
	height: 20px;
	border: 1px solid #43464A;
	margin-top: 10px;
	background-image: url(../images/bg_top.png);
	background-position: center;
	float: left;
	margin-bottom: 10px;
}

#formular #button:hover {
	background-color: #333;
}

/*-----------* F O R M U L A R  R E T U R N *-------------*/

#kontaktmeldung {
	width:210px;
	background-color:#CF5415;
	z-index:999;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 14px;
	height: 60px;
	float: left;
	padding: 5px;
	position: relative;
	left: 25px;
	clear: both;
}

#kontakt_close {
}

#kontakt_close a {
	text-decoration: underline;
	color: #000;
}

/*-----------* F O N T *-------------*/
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	color: #888;
	text-align: left;
}

p a {
	color: #2D99D6;
	text-decoration: underline;
}

p a:hover {
	text-decoration: underline;
	color: #CF5415;
}

h1 {
	font-size: 41px;
	color: #CF5415;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 25px;
	padding-left: 40px;
	padding-bottom: 50px;
	padding-top: 20px;
	letter-spacing: -2px;
	font-weight: bold;
	background-image: url(../images/bracket_orange.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	text-align: left;
	text-transform: uppercase;
}

h2 {
	font-size: 14px;
	color: #CF5415;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
	line-height: 16px;
	text-align: left;
}

h3 {
	font-size: 15px;
	color: #888;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 17px;
	padding-left: 65px;
	letter-spacing: 0px;
	font-style: italic;
	font-weight: normal;
	top: -50px;
	position: relative;
	text-align: left;
}

h4 {
	font-size: 15px;
	color: #f2f2f2;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 50px;
	padding-left: 40px;
	padding-bottom: 20px;
	padding-top: 20px;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: normal;
	background-image: url(../images/bracket_blue.png);
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 25px;
	font-style: italic;
	background-position: left center;
	line-height: 20px;
	text-align: left;
}

.text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888;
	text-align: left;
	line-height: 14px;
	padding-left: 0px;
}

.text_small a {
	text-decoration: underline;
	color: #2D99D6;
}

.text_small a:hover {
	text-decoration: underline;
	color: #CF5415;
}

.text_orange {
	color: #CF5415;
}

