* {
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height: 100%;
	margin: 0 auto;
	padding: 0;
	font: 11px Verdana,Arial,sans-serif;
	line-height:16px;
	text-align: center; /* Kr�cke f�r IE < Version 6, da margin 0 auto falsch interpretiert wird */
}


/** Allgemeine Styles **/
img {
	border: 0;
}

p {
	margin-bottom: 10px;
}

a:link {
	color: #C48E14;
	text-decoration:none;
}

a:visited {
	color: #C48E14;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

input, option, select
{
	font: 11px tahoma,verdana,arial, sans-serif;
	padding-left: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
	margin-bottom: 10px;
}

h1 {
	font: 16px tahoma, verdana, arial, sans-serif;
	color: #C48E14;
	margin:23px 0 10px 0;
}


h2 {
	font: 16px tahoma, verdana, arial, sans-serif;
	color: #C48E14;
	margin-bottom: 10px;
}

h3 {
	font: 11px tahoma, verdana, arial, sans-serif;
	color: #C48E14;
	font-weight:bold;
	margin-top: 1px;
	margin-bottom: 5px;
}

h4 {
	font: 16px tahoma, verdana, arial, sans-serif;
	color: #C48E14;
	margin-bottom: 10px;
}

h5 {
	font: 16px tahoma, verdana, arial, sans-serif;
	color: #C48E14;
	margin-bottom: 10px;
}

li {
	margin-left: 15px;
}

hr {
	clear:both;
	visibility: hidden;
}


/** Spezielle Styles **/
a.button {
	display:block;
	height: 22px;
	text-align: left;
	text-decoration: none;
	font-family: tahoma,verdana,arial, sans-serif;;
	font-size: 14px;
	font-weight: bold;
	color: #505050;
	background-color: #ffffff;
	border: 1px solid #505050;
	padding: 5px 10px 0px 10px;
	margin-right: 10px;
	margin-bottom: 10px;

}

a.button:hover {
	border: 1px solid #aa0000;
	color: #aa0000;
}


/** Main **/

#main {
	min-height: 100%;
	width: 850px;
	margin: 0px auto;
	color: #323232;
	text-align: left; /* Kr�cke f�r IE, sonst ist alles zentriert ausgerichtet */
	position: relative;

}

* html #main /* Kr�cke f�r IE */
{
	height: 100%;
}


/** Header **/

#header {
	width:850px;
	height: 37px;
	padding: 60px 0 10px 0;
	border-bottom:1px solid #aaa9a9;
	background:url(images/neueformen_logo.gif) no-repeat 697px 26px #ffffff;
}


/** Navigation **/
#header ul {
	margin:0;
	padding:0;
	list-style:none;
}

#header ul li {
	margin:0;
	padding:0;
	display:block;
	float:left;
}

#header ul li a {
	display:block;
	padding:0 15px 0 0;
	font-size:16px;
	color: #333333;
	text-decoration:none;
}

#header ul li a:hover {
	color: #C48E14;
}


/** Subnavigation **/
ul#submenu,
ul#submenu li ul.sub {
	margin:0;
	padding:0;
	list-style:none;
	border-top:1px solid #b2b1b1;
	width:198px;
}

ul#submenu li ul.sub {
	border-top:0px solid #b2b1b1;
}

ul#submenu li {
	margin:0;
	padding:0;
}

ul#submenu li a {
	display:block;
	padding:1px 0 0 25px;
	width:173px;
	line-height:23px;
	font-weight:normal;
	color:#323232;
	text-decoration:none;
	border-bottom:1px solid #dadada;
	background:url(images/submenu_background.gif) no-repeat top left #ebebeb;
}

ul#submenu li .sub li a {
	padding:1px 0 0 55px;
	width:143px;
	font-weight:normal;
	background:url(images/submenu_sub_background.gif) no-repeat top left #ebebeb;
}

ul#submenu a:hover,
ul#submenu li.current a,
ul#submenu li.active a,
ul#submenu li .sub li a:hover,
ul#submenu li .sub li.current a,
ul#submenu li .sub li.active a {
	font-weight:bold;
	background-position:0px -26px;
}


/** Content **/
#content,
#content_startseite {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#content_startseite {
	background:url(images/grauer_strich.gif) repeat-y 325px 0px #ffffff;
}

#oben {
	width:850px;
	background:#ffffff;
	padding:0px 0px 20px 0px;
}

#content_startseite #links {
	padding:0 30px 0 0;
	clear:both;
	width:295px;
	float:left;
}

#content_startseite #rechts {
	padding:0 0 0 30px;
	width:495px;
	float:right;
}

#content_zwei #links,
#content_drei #links,
#content_drei_groesser #links,
#content_drei_rechtsbreiter #links {
	padding:0 20px 0 0;
	float: left;
	width:200px;
}

#content_zwei_linksbreit #links {
	padding:0 30px 0 0;
	float: left;
	width:645px;
}

#content_zwei_linksbreit #rechts {
	width:175px;
	float:right;
}

#content_zwei #mitte {
	float:left;
	width:630px;
}

#content_drei #mitte {
	float:left;
	padding:0 20px 0 0;
	width:445px;
}

#content_drei #rechts {
	width:165px;
	float:right;
}

#content_drei_groesser #mitte {
	float:left;
	padding:0 20px 0 0;
	width:360px;
}

#content_drei_groesser #rechts {
	width:250px;
	float:right;
}

#content_drei_rechtsbreiter #mitte {
	float:left;
	padding:0 20px 0 0;
	width:435px;
}

#content_drei_rechtsbreiter #rechts {
	width:175px;
	float:right;
}

.csc-header {
	margin:20px 0 0 0;
}

.csc-header-n1 {
	margin:0;
}


/* --------------------------------  Footer -------------------------------- */
#footer {
	clear:both;
	height: 25px;
	width: 850px;
	padding:20px 0 0 0;
	text-align:left;
	font-size:9px;
	color:#5d5d5d;
	background:url(images/footer.gif) no-repeat top left #ffffff;
}

#footer a {
	color:#5d5d5d;
	text-decoration:none;
}

#footer a:hover {
	color: #C48E14;
}


/** News **/
.news-latest-item-images,
.news-list-item-image {
	float:left;
	width:135px;
}

.news-latest-item-images {
	padding:0 10px 0 0;
}

.news-latest-item-images img,
.news-list-item-images img {
	margin:0 0 10px 0;
}

.news-latest-morelink,
.news-list-morelink,
.news-single-backlink {
	margin:10px 0 0 0;
}

.news-list-item-images {
	width:145px;
	float:left;
}

.news-list-item-article {
	width:295px;
	float:right;
}

.news-list-item-datum {
	background-color:#ffffff;
	width:45px;
	line-height:20px;
	position:relative;
	z-index:2;
	font-weight:bold;
}

.news-list-item-images a {
	display:block;
	position:relative;
	top:-20px;
	z-index:1;
}

.news-list-item-images img {
	display:block;
	clear:both;
}

.news-list-item {
	clear:both;
}

.news-list-clearer {
	clear:both;
	height:15px;
}

.news-single-item h1 {
	margin:10px 0 10px 0;
}

.news-single-article {
	float:left;
	width:445px;
}

.news-single-images {
	float:right;
	width:165px;
}


/** tt_news Pagebrowser **/
#content_drei .tx-ttnews-browsebox {
	width:165px;
	float:right;
	text-align:right;
}

.tx-ttnews-browsebox table {
	display:block;
	float:right;
}

.tx-ttnews-browsebox table tr td {
	padding:0 0 0 8px;
}

.tx-ttnews-browsebox table tr td a {
	text-decoration:underline;
	color:#C48E14;
}

.tx-ttnews-browsebox table tr td a:hover {
	color:#cccccc;
	text-decoration:underline;
}


/** Bildausrichtungen **/
.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
	margin:26px 0 0 0;
}



#idList {
	margin: 0;
	padding: 0;
}

#idList li {
	display: block;
	margin: 0;
	padding: 4px;
	width: 120px;
	background: #333;
	color: #888;
}


/** Pagenavi **/
.pagenavi {
	margin-top:5px;
	text-align:right;
}

.pagenavi .parent {
	display:inline;
}

.pagenavi .prev,
.pagenavi .next {
	display:inline;
	margin:0 10px 0 10px;
}

.pagenavi .prev a,
.pagenavi .parent a,
.pagenavi .next a {
	color:#C48E14;
}

.pagenavi .prev a:hover,
.pagenavi .parent a:hover,
.pagenavi .next a:hover {
	color:#cccccc;
	text-decoration:none;
}
