<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/* development by thomas engl - design office */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background-color: #fff;
	font-family: Tahoma, Geneva, Arial, Lucida Grande, Verdana, sans-serif;
	font-size: 12px;
	color: #484848;
}

html, body {
	margin: 0 5px;
	height: 100%;
}

img {
	border: none;
}

ul {
	list-style:none;
}

a:active, a:focus, input[type="image"] {
	outline: 0;
}

p a {
	text-decoration: none;
	color: #484848;
}

p a:hover {
	text-decoration: underline;
	color: #6ebb20;
}

p b {
	font-weight: bold;
	color: #6ebb20;
}

/* fonts */
@font-face {
    font-family: 'tomasiniBold';
    src: url('../fonts/tomasini-bold-webfont.eot?') format('eot'),
         url('../fonts/tomasini-bold-webfont.woff') format('woff'),
         url('../fonts/tomasini-bold-webfont.ttf') format('truetype'),
         url('../fonts/tomasini-bold-webfont.svg#webfontp9InZn3x') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tomasiniRegular';
    src: url('../fonts/tomasini-webfont.eot?') format('eot'),
         url('../fonts/tomasini-webfont.woff') format('woff'),
         url('../fonts/tomasini-webfont.ttf') format('truetype'),
         url('../fonts/tomasini-webfont.svg#webfontDZuaYwN5') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* layers */

#page {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 760px;
}

#header {
	position: relative;
	padding: 20px 0 0 0;
	width: 100%;
	height: 55px;
}

#logo {
	z-index: 1;
	float: left;
	width: 200px;
	height: 55px;
}

#logo a {
	text-decoration: none;
}

#tomasini {
	display: block;
	width: 177px;
	height: 52px;
	background: url(../images/tomasini177x52.png?v=2) top left no-repeat;
}

#tomasini:hover {
	display: block;
	width: 177px;
	height: 52px;
	background: url(../images/tomasini177x52.png?v=2) bottom left no-repeat;
}

#menu {
	position: relative;
	float: left;
	width: 360px;
	height: 55px;
}

#language {
	position: absolute;
	top: 20px;
	right: 0;
	width: 200px;
	text-align: right;
	display: block;
	background: url(../images/underlinelanguage.png) left bottom no-repeat;
}

#language a {
	float: right;
	display: block;
	padding: 2px 1px;
	width: 56px;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	font-family: tomasiniRegular, Calibri, Tahoma, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background: #fff;
	color: #484848;
	border: 1px solid #adaeb0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(fileadmin/css/PIE.htc);
	
}

#language a:hover, #menu a:focus {
	background: #6ebb20;
	color: #fff;
	text-decoration: none;
	border: 1px solid #6ebb20;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(fileadmin/css/PIE.htc);
}

.green {
	color: #6ebb20;
}

.ir {
	float:left;
	width:1px;
	height:1px;
	overflow:hidden;
}

#imagelayer {
	position: absolute;
	z-index: 1;
	height: 140px;
	width: 760px;
	top: 75px;
	left: 0;
	background: #6ebb20;
	overflow: hidden;
}

#above {
	position: relative;
	z-index: 3;
	clear: both;
	padding: 85px 215px 0 215px;
	width: 330px;
	height: 55px;
	background: url(../images/abovebg.png) no-repeat;
}

.forcedown {
	width: 330px;
	position: absolute;
	bottom: 5px;
}

#row {
	clear: both;
	z-index: 3;
	width: 100%;
	height: 340px;
	min-height: 340px;
}

#middle {
	float: left;
	width: 360px;
	height: 340px;
	min-height: 340px;
}

#left {
	float: left;
	padding: 0;
	width: 200px;
	height: 340px;
	min-height: 340px;
	text-align: right;
}

#content {
	position: relative;
	padding: 5px 15px;
	width: 330px;
	height: 110px;
	min-height: 110px;
}

#below {
	position: relative;
	padding: 5px 15px;
	width: 330px;
	height: 210px;
	background: #eee;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	behavior: url(fileadmin/css/PIE.htc);
}

#right {
	float: left;
	padding: 0;
	width: 200px;
	height: 340px;
	min-height: 340px;
}

#below li {
	display: block;
	padding: 0 0 15px 0;
	/*background: url(../images/listbutton.png) no-repeat top left;*/
}

#below li a {
	text-decoration: none;
	color: #484848;
}

#below li a:hover {
	text-decoration: underline;
	color: #6ebb20;
}	

#special {
	clear:both;
	margin: 5px 0;
	width: 360px;
	height: 20px;
	padding: 5px 200px;
}

#social {
	float: left;
	width: 180px;
}

#browse {
	float: right;
	width: 180px;
}

#browse a {
	float: right;
	margin-left: 5px;
	display: block;
	padding: 3px 3px;
	width: 54px;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	font-family: tomasiniRegular, Calibri, Tahoma, Verdana, Geneva, sans-serif;
	font-size: 12px;
	background: #eee;
	color: #484848;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(fileadmin/css/PIE.htc);
}

#browse a:hover {
	background: #6ebb20;
	color: #fff;
	text-decoration: none;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(fileadmin/css/PIE.htc);
}

.facebookLink, .twitterLink {
	float: left;
	margin-right: 5px;
	display: block;
	padding: 3px 3px;
	width: 54px;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	font-size: 12px;
	background: #eee;
	color: #484848;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(fileadmin/css/PIE.htc);
}

.facebookLink:hover, .twitterLink:hover {
	background: #6ebb20;
	color: #fff;
	text-decoration: none;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(fileadmin/css/PIE.htc);
}

#facebook {
	float: left;
	margin-right: 5px;
    width: 18px;
    height: 18px;
    text-decoration: none;
    display: block;
    background: url(../images/facebook18.png) 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(fileadmin/css/PIE.htc);
}

#facebook:hover, #facebook:active {
    background-position: 0 18px;
}

#twitter {
	float: left;
	margin-right: 5px;
    width: 18px;
    height: 18px;
    text-decoration: none;
    display: block;
    background: url(../images/twitter18.png) 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(fileadmin/css/PIE.htc);
}

#twitter:hover, #twitter:active {
    background-position: 0 18px;
}

#footer {
	clear: both;
	padding: 10px 0;
	height: 25px;
	width: 760px;
	position:relative;
}
#tomasinisquare{width:53px;height:53px;position:absolute;bottom:22px;right:0;background:url(../images/tomasinisquare.png?v=2) center center no-repeat;}

#footer p {
	font-family: tomasiniRegular, Calibri, Tahoma, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #484848;
	text-transform: lowercase;
	text-align: center;
}
	
#footer p a {
	text-decoration: none;
	color: #484848;
	padding: 0;
}

#footer p a:hover {
	text-decoration: underline;
	color: #6ebb20;
}

#footer p img {
	padding: 0 3px;
}

/* menu */

#menu ul {
	list-style: none;
}

#menu li {
	float: left;
	display: block;
	width: 100px;
	background: url(../images/underlinemenu.png) right bottom no-repeat;
}

#menu li a {
	display: block;
	padding: 3px;
	width: 54px;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	font-family: tomasiniRegular, Calibri, Tahoma, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background: #adaeb0;
	color: #484848;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(fileadmin/css/PIE.htc);
	overflow: hidden;	
}

#menu li a:hover, #menu li a:focus {
	background: #6ebb20;
	color: #fff;
	text-decoration: none;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(fileadmin/css/PIE.htc);
}

#menu li.current a {
	background: #6ebb20;
	color: #fff;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(fileadmin/css/PIE.htc);
}

#menu li.current a:hover {
	text-decoration: none;
	background: #6ebb20;
	color: #fff;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(fileadmin/css/PIE.htc);
}


#menu li.current ul {
	list-style: none;
	position:absolute;
	border: none;
	padding: 0;
	top: 33px;
	left: 0;
	width: 500px;
}

#menu li.current li {
	float: left;
	position: relative;
	display: block;
	border: none;
	margin: 0;
	padding: 0 35px 0 0;
	width: auto;
	height: 12px;
	color: #ADAEB0;
	background: url(../images/underlinesubmenu.png) right bottom no-repeat;
}

#menu li.current li.last {
	background: none;
}

#menu li.current li a, #menu li.current li.last a, #menu li.current li a:visited, #menu li.current li.last a:visited {
	width: auto;
	border: none;
	margin: 0;
	padding: 0 2px;
	color: #ADAEB0;
	background: #fff;
	text-decoration: none;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	behavior: none !important;
}

#menu li.current li a:hover, #menu li.current li a:focus, #menu li.current li.last a:hover, #menu li.current li.last a:focus {
	text-decoration: none;
	color: #6ebb20;
	background: #fff !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	behavior: none !important;
}

#menu li.current li.current a, #menu li.current li.current a:visited {
	color: #6ebb20;
	background: #fff !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	behavior: none !important;
}

/* menu dritte ebene*/

#ebene3 {
	list-style: none;
}

#ebene3 li {
	display: block;
}

#ebene3 a {
	display: block;
	padding: 0 0 0 40px;
	margin: 10px 0 0 0;
	background: url(../images/ebene3.png) 0 1px no-repeat;
	width: auto;
	border: none;
	text-decoration: none;
	font-family: tomasiniRegular, Calibri, Tahoma, Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #adaeb0;
}

#ebene3 a:hover, #ebene3 a:focus {
	color: #6ebb20;
	background-position: 0 -29px;
	text-decoration: none;
	border: none;
}

#ebene3 li.active a {
	color: #6ebb20;
	background-position: 0 -29px;
	text-decoration: none;
}

#ebene3 li.active a:hover {
	color: #6ebb20;
	background-position: 0 -29px;
	text-decoration: none;
}

/* headers */

h1,h2,h3,h4,h5 {
	font-family: tomasiniRegular, Calibri, Tahoma, Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
}

h1 {
	font-size: 40px;
	color: #484848;
}

h2 {
	font-size: 15px;
	color: #6ebb20;
	text-transform: none;
}

h3 {
	font-size: 38px;
	color: #484848;
}

h4 {
	font-size: 26px;
	color: #484848;
}



/* outdated browsers */
#ie6 {
	position: absolute;
	z-index: 9999;
	top: 110px;
	width:100%;
	height: 50px;
	background: #ff0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

/* loginformular */

form fieldset {
	border: none;
	padding: 5px 0 5px 0;
}

form fieldset legend {
	display: none;
}

.submit {
	margin-top:5px;
	padding: 5px;
	background: #6ebb20;
	color: #fff;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(fileadmin/css/PIE.htc);
	cursor: pointer;
}

/* Prinzipien Spalten */

#leftcol {
	margin-top: 10px;
	width: 110px;
	height: auto;
	float: left;
	padding-right: 20px;
	font-size: 11px;
	line-height: 1.8;
}

#rightcol {
	margin-top: 10px;
	width: 200px;
	height: auto;
	float: right;
	font-size: 11px;
	line-height: 1.8;
}</pre></body></html>