/*    CSS    */

/*
* @author	Sebastian Müller <post@produktivbuero.de>
* @version	Versionsnummer (1.0)
*/

/* ---------------------------- */
/* GENERAL */
/* ---------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #535245;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	background: #EEECD1 url(images/mas-inhalt-hintergrund.gif) repeat-y;
	background-position: center;
}

a, a:visited {
	color: #535245;
}

a:hover {
	color: #000000;
}

h1 {
	font-size: 16px;
}

h2 {
	margin-top: 30px;
	font-size: 14px;
}

h3, h4, h5, h6 {
	margin: 0;
	font-size: 12px;
}

p {
	margin: 10px 0;
	line-height: 160%;
}

label {
	width: 150px;
	min-width: 150px;
	font-weight: bold;
	display: block;
}

input, select, textarea {
	padding: 2px;
	font-size: 11px;
	color: #4A4A4A;
	width: 250px;
	background: #EFEFEF;
}

input {
	
}

select {
	padding: 0;
}

textarea {
	font-family: Verdana, sans-serif;
}

ul {
}

li {
	line-height: 160%;
}

img {
	border: none;
}

table {
	font-size: 11px;
	text-align: left;
}

td {
	margin: 10px 0;
	padding-right: 15px;
	line-height: 160%;
	vertical-align: top;
}

/* ---------------------------- */
/* LAYOUT */
/* ---------------------------- */
#position {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	background: url(images/mas-inhalt-hintergrund.gif) repeat-y;
}

#header {
	height: 75px;
	background: url(images/mas-kopf-startseite.jpg) no-repeat;
}

#printheader {
	display: none;
}

#headercontact {
	display: none;
}

#left {
	width: 300px;
	float: left;
}

#navigation {
	min-height: 190px;
	display: block;
}

#service {
	padding: 30px 30px;
	min-height: 366px;
	background: #E0DEC0 url(images/mas-service-hintergrund.jpg) no-repeat;
	display: block;
}

#right {
	margin-left: 300px;
	background: #F9F9F9;
}

#visual {
	height: 105px;
	width: 460px;
	background: url(images/mas-bild-startseite.jpg) no-repeat;
}

#breadcrump {
	margin-bottom: 30px;
	padding: 0 30px;
}

#content {
	padding: 0 30px;
	overflow: hidden;
}

#footer {
	margin-top: 30px;
}

#printbutton {
	display: none;
}

/* ---------------------------- */
/* STYLES */
/* ---------------------------- */
#navigation a.nav00, #navigation a.nav00:visited {
	margin: 0;
	padding: 0 30px;
	height: 32px;
	color: #FFF004;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 32.3px;
	background: #888665;
	border-bottom: 1px solid #EEECD1;
	display: block;
}

#navigation a.nav00:hover, #navigation a.nav00_on {
	margin: 0;
	padding: 0 30px;
	height: 32px;
	color: #FFF004;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 32.3px;
	background: #535245;
	border-bottom: 1px solid #EEECD1;
	display: block;
}

#content img {
	border: 1px solid #535245;
}

/* ---------------------------- */
/* KLASSEN */
/* ---------------------------- */
.imagebox {
	padding: 5px 0;
	width: 240px;
	overflow: hidden;
}

.imagebox img {
	margin-top: 3px;
	border: 1px solid #535245;
}

.infobox {
	padding: 5px 0;
	width: 240px;
	overflow: hidden;
}

.print {
	
}

.note {
	padding: 0 6px;
	border: 1px solid #535245;
	background: #EFEFEF;
}
.sub {
	
}

.sub img {
	margin-top: 3px;
}

.catalog_entries {
	margin-bottom: 10px;
	width: 250px;
	padding: 0 6px;
	border: 1px solid #535245;
	background: #EFEFEF;
	list-style-type: none;
}

.catalog_list {
	margin: 0;
	padding: 0;
}

.catalog_entries a {
	width: 100%;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.list {
	width: 100%;
}

.list th {
	padding: 5px;
	font-weight: bold;
	border-top: 1px solid #535245;
	border-bottom: 1px solid #535245;
	background: #EFEFEF;
}

.list td {
	padding: 0 5px;
	margin: 0;
	border-bottom: 1px solid #535245;
}

.sitepages {
	font-weight: bold;
}

.site {
	color: #EFEFEF;
	padding: 2px;
	margin-left: 6px;
	border: 1px solid #535245;
	background: #535245;
}

.sitelinks {
	text-decoration: none;
	padding: 2px;
	margin-left: 6px;
	border-top: 1px solid #535245;
	border-bottom: 1px solid #535245;
	background: #EFEFEF;
}
.thone {
}

.thtwo {
	width: 80px;
	text-align: right;
}

.refer {
	font-size: 60%;
	vertical-align:super;
}

.footnote {
	font-size: 80%;
	color: #AFAFAF;
}