/**
 * Core styles.
 */
html, body {
	height: 101%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
}

img {
	margin:0px;
	border:0px;
	padding:0px;
}
a {
	text-decoration:none;
}
a:focus, area:focus {
	outline-width: 0px;
}

th {
	text-align:left;
}
label {
	cursor:pointer;
}
body,form,p,input,h1,h2,h3,h4 {
	margin:0px;
	padding:0px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.strikethrough {
	text-decoration: line-through;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.subscript {
	vertical-align: sub;
	font-size: smaller;
}

.superscript {
	vertical-align: super;
	font-size: smaller;
}
.noshow, .printonly {
	display: none !important;
}
.clear {
	clear: both;
}
.showlink {
	cursor: pointer;
}
td {
	vertical-align: top;
}
p {
	margin: 0;
}
/* Site styles */

body,p,td,th,h1,h2,h3,h4,ul,ol,li,textarea,input,select,option {
	font-family:Arial,Helvetica,Geneva;
	font-size: 12px;
	color : #3d3d3e;
	line-height: 1.2em;
}
body {
	background-image: url(/images/musta.gif);
}
hr {
	border: 0;
	border-bottom: 1px solid #BCBCBC;
}
a, a:link, a:visited {
	color: #626264;
}
a:hover {
  color: #0a71b4;
}
#menu a, .grau  {
	color: #b0b0b1;
}
.blau, #menu a.active {
  color: #0a71b4;
}

h1, h2, h3, #menu a:hover {
	color: #626264;
}
#page {
	width: 1000px;
	margin-left:auto;
	margin-right: auto;
}
#menu ul, #submenu ul {
	margin:0px;
	padding: 0px;
}
#menu li, #submenu li {
	list-style-type: none;
}
#menu li {
	position:relative;
	font-size:28px;
	font-weight: bold;
	text-transform:uppercase;
	line-height: 1em;
	
}
#menu {
	width: 250px;
	min-height: 700px;
	float: left;
	overflow: hidden;
	padding-top: 50px;
	line-height: 1em !important;
}
#content {
	width: 750px;
	min-height: 700px;
	float: left;
	overflow: hidden;
	background-image: url(/images/contentback.gif);
	background-position: 650px top;
	background-repeat: no-repeat;
	padding-top: 32px;
}
#logo {
	padding-bottom: 42px;
}
#coll {
	width: 370px;
	min-height: 500px;
	overflow: hidden;
	float: left;
	padding-right: 0px;
}
#colm {
	width: 50px;
	min-height: 500px;
	float: left;
}
#colr {
	width: 200px;
	min-height: 500px;
	float: left;
	overflow: hidden;
}
#outside {
	width: 70px;
	min-height: 50px;
	float: right;
	overflow: hidden;
	padding-right:16px;
	color: #626264;
}
h1, .fatlink {
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 3px; 
	font-size:13px;
	padding: 0 0 10px 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.bull {
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 3px; 
	padding: 0 0 30px 18px;
}
.bull strong {
	text-transform: uppercase;
}
.ov_img {
	padding: 0 0 8px 0;
}
.submenu p, .submenu li, .submenu li a{
	font-size: 12px;
	line-height: 1em;
	padding: 0;
	margin:0;
	font-weight:bold;
}
.submenu p {
	padding: 1px 0 4px 0;
}
.submenu p.last {
	padding-bottom: 10px;
}
#contactline {
	padding-top: 50px;
	background-position: left 53px;
}
.subnav {margin:10px 0 30px;color:#b0b0b1;}
.subnav a {color:#b0b0b1;}
.subnav a:hover {color:#626264;}
.project_ov {
	width: 212px;
	overflow: hidden;
	float: left;
	height: 210px;
}
#colr .project_ov {
	padding-bottom: 30px;
}
#langselect a {
	background-color: #dddddd;
}
#langselect a.active {
	background-color: #0A71B4;
	color: #ffffff;
}