/* html styles */
body {
	margin: 46px auto 0 auto;
	width: 1124px;
	font-family: "Arial Narrow", arial, helvetica, sans-serif;
	font-size: 62.5%;
	font-size: 12px;
	line-height: 1.4em;
	color: #333333;
}

a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
}
/* header:menue, submenue */
#header {
	width: 1032px;
}
#logo {
	float: right;
}
#menue_1, #menue_2, #menue_5 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 6px;
	text-transform: lowercase;
}
#menue_1, #menue_5 {
	display: inline;
}
#menue_5 {
	margin-left: 69px;
}
#menue_2 {
	margin-top: 6px;
}
#menue_1 a, #menue_2 a, #menue_5 a {
	color: #333333;
}
#menue_1 li, #menue_2 li, #menue_3 li, #menue_5 li {
	display: inline;
	margin-right: 6px;
}
#menue_3 li, #menue_5 li {
	margin-right: 0px;
}
#menue_1 li a.active, #menue_2 li a.active, #menue_3 li a.active, #menue_5 li a.active {
	color: #cc0000;
}
#menue_1 li a:hover, #menue_2 li a:hover, #menue_3 li a:hover, #menue_5 li a:hover {
	color: #cc0000;
}
#menue_4 {
	margin-bottom: 46px;
}

/* content */
#box_border {
	margin: auto 46px auto 46px;
}
#box {
	width: 1032px;
}
#box_line {
	width: 1032px;
	height: 1px;
	background: black;
	margin: 21px 0 17px 0;
}
#box_start {
	width: 1032px;
	height: 603px;
}
#box_text {
	width: 258px;
	height: 546px;
	float: left;
	text-align: justify;
	padding-bottom: 50px;
	font-size: 1.2em;
	line-height: 1.4em;
}
#box_menue {
	margin-top: 17px;
	width: 258px;
	height: 35px;
}
#box_menue img {
	margin-right: 3px;
}
#box_pix_content {
	width: 688px;
	height: 546px;
	float: right;
}
#box_pix_tabs {
	margin-top: 17px;
	width: 688px;
	height: 35px;
	float: right;
}
#box_pix_tabs img {
	float: right;
	margin-left: 3px;
}

/* footer */
#footer {
	width: 1032px;
}

/* oldstyles */
#listcontent, #content {
	/*margin-top: 1.4em;*/
	text-align: left;
}
#list tr td{
	line-height: 1.2em;
	border-bottom: 0.5em solid white;
}
#inhalt {
	text-align: justify;
	margin-top: 1em;
}
#inhalt > p {
	margin-bottom: 1em;
}

#titel, #subtitel {
	color: #000000;
}

#proj_flip {
	width: 39px;
	margin: auto;
}
#project_prev, #project_next, #project_list {
	background-image: url(../img/buttons_new.png);
	width: 9px;
	height: 9px;
	margin-right: 2px;
}
#project_prev {
	background-position: 0px 0px;
}
#project_next {
	background-position: -18px 0px;
}
#project_list {
	background-position: -36px 0px;
}
#project_prev:hover {
	background-position: 0px -18px;  
}						           
#project_next:hover {	           
	background-position: -18px -18px;
}						           
#project_list:hover {	           
	background-position: -36px -18px; 
}

