/* HTML-Tags */
body {
	font-family: Arial,sans-serif;
	font-size:12px;
	line-height:15px;
	color:#353835;
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,img,div,form,legend,fieldset,legend,input,select,textarea,table,th,td,caption,ul,li,ol {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:15px;
	color:#353835;
	font-family: Arial,sans-serif;
}

/* Ueberschriften und Absaetze */
h1 {
	color:#006a4c;
	font-size:18px;
	line-height:22px;
	padding-bottom:15px;
	font-weight:normal;
}
h2 {
	font-size:14px;
	line-height:20px;
	padding-bottom:10px;
	font-weight:normal;
}
p {
	padding-bottom:8px;
}
small {
	font-size:10px;
	line-height:18px;
}
acronym, dfn, abbr, span.abbr { 
	border-bottom: 1px dotted black; cursor: help; 
}

/* Links */
a img { 
	border:none; 
}
a,a.external-link,a.active, a.email {
	color:#353835;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


/* Listen */
ul {
	margin-left:10px;
}
ul.nostyle {
	list-style-type:none;
}
li ul {
	margin-bottom:10px;
}
li dfn,.usb {
	display:block;
	position:absolute;
	left:-3000px;
	height:0px;
	width:0px;
}

/* Formulare */
form br {
	clear:both;
}
fieldset {
	border:none;
	width:320px;
}
label {
	font-weight:bold;
	display:block;
}
input, textarea {
	border:none;
	border-bottom:1px solid #313030;
	padding:2px 5px;
	margin-bottom:4px;
}
input.normal, textarea {
	width:300px;
	background-color:#C6C8C8;
}
select {
	width:310px;
	background-color:#C6C8C8;
	border:none;
	border-bottom:1px solid #313030;
	padding:2px 0 2px 5px;
	margin-bottom:3px;
}
textarea {
	height:80px;
}
input.checkbox,input.radio {
	margin:5px 5px 5px 0;
	border:none;
	
}
input.submit {
	background-color:#5E5D5D;
	color:#fff;
	text-transform:uppercase;
	margin-top:3px;
	border:none;
	padding:2px 5px;
	line-height:12px;
}

/* Tabellen */
table {
	width:100%;
}
caption {
	text-align:left;
}

/* Definitionslisten */
dd {
	margin-left:15px;
}
dl.image {
	margin:0 10px 10px 10px;
}
.left dl.image {
	margin-left:0;
}
.right dl.image {
	margin-right:0;
}
dl.image dt, div.filelinks dd {
	margin:0;
	padding:0;
	line-height:15px;
}
dl.image dd {
	background-color:#f1f1f1;
	margin:-1px 0 0 0;
	padding:1px 0 1px 3px;
}


/* Allgemeingueltige Klassen */
.hidden {
	display:none;
}
.clearer {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}




/* Plugins */
/* Vor- / Zuruecknnavigation  in der Infospalte */
.tx-mrrefs-pi2-nav,.tx-mrrefs-pi3-nav,.tx-mrrefs-pi1-nav {
	height:39px;
	width:149px;
	background:url(../img/bg_menu.gif) right top repeat-x;
	position:absolute;
	top:462px;
}
.tx-mrrefs-pi2-nav a,.tx-mrrefs-pi3-nav a,.tx-mrrefs-pi1-nav a {
	line-height:14px;
	margin-top:12px;
	width:40px;
	display:block;
	float:left;
	text-align:center;
}
a.right:hover {
	width:40px;
}
a.backlink {
	width:69px;
}
a.aright div,a.aleft div {
	background-color:#006A4D;
	color:#fff;
	display:none;
	white-space:nowrap;
	padding:3px 5px;
	margin-top:10px;
	position:absolute;
	z-index:7;
}
a.aright div {
	margin-left:-45px;
}
a.backlink:hover {
	text-decoration:none;
	color:#fff;
}

/* Projektinfos */
.mr_spex .border-bottom {
	height:38px;
	line-height:12px;
	vertical-align:middle;
	padding-right:5px;

}

/* Projektliste mit Thumbnails */
.tx-mrrefs-pi2 dl {
	height:200px;
	width:186px;
	padding:0 0 0 20px;
	overflow:hidden;
}
.tx-mrrefs-pi2 dt {
	margin:0;
	padding:0;
}
.tx-mrrefs-pi2 dd {
	color:#fff;
	background-color:#7E807F;
	margin:0;
	margin-top:-6px;
	padding:6px 5px 3px 5px;
	height:32px;
	line-height:14px;
	overflow:hidden;
	vertical-align:middle;
}
.project_data {
	text-align:right;
	padding:10px 15px 0 0;
}


/* Kundenliste */
.tx-mrrefs-pi1 {
	line-height:20px;
}
.tx-mrrefs-pi1 a {
	font-weight:bold;
	line-height:20px;
}




/* Allgemeine Klassen aus den Rahmen */
.border-bottom {
	background:url(../img/hDots.gif) left bottom repeat-x;
}
.border-right {
	background:url(../img/vDots.gif) right top repeat-y;
}
.dotted-cols {
	background:url(../img/bg_dotted-cols.gif) left top repeat-y;
}
.infomenu {
	height:39px;
	width:149px;
	background:url(../img/bg_menu.gif) right top repeat-x;
	position:absolute;
	top:462px;
	margin-left:10px;
	text-align:center;
	padding-top:13px;
}
.scrolling {
	height:290px;
	padding:10px 0;
	overflow:auto;
}
