<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">label {
	font-weight: 200;
}

legend {
	margin-bottom: 0px;
	font-size: 14px;
	color: var(--main);
}

#header_container {
	background: url(../../../images/header_1900x395.png) no-repeat center;
	width: 98%;
	margin: 0.2% auto 0.2% auto;
	height: 390px;
	border-radius: 20px;
}

#header_maserati_dreizack {
	width: 20%;
	margin: 5% 0 0 3%;
	display: inline-block;
	background-repeat: no-repeat;
}

#header_maserati_kfz {
	display: inline-block;
}

#header_maserati_text {
	float: right;
	display: inline-block;
	margin: 10% 0 0 0;
}

#header_container ul.top_links {
	text-align: right;
	margin: 14% 16% 0 0% !important;
	
	font-weight: bold;
}

#header_container ul.top_links a.search {
	background-position: 0 0;
}

#header_container ul.top_links a.memberlist {
	background-position: 0 -20px;
}

#header_container ul.top_links a.calendar {
	background-position: 0 -40px;
}

#header_container ul.top_links a.help {
	background-position: 0 -60px;
}

#header_container ul.top_links a.portal {
	background-position: 0 -180px;
}

#header ul.header_menu {
	margin: 15.5% 0 0 46%;
	list-style: none;
}

#header ul.header_menu li {
	margin: 0 7px;
	display: inline;
}

#header ul.header_menu li a {
	padding-left: 20px;
	background-image: url(../../../images/headerlinks_sprite.png);
	background-repeat: no-repeat;
	display: inline-block;
	line-height: 16px;
}

/* Start Headerlinks */
#header_container_links {
	height: 33px;
	background-color: #000;
	border-radius: 20px;
	margin-bottom: 3px;
	padding: 7px 0px;
	
	width: 98%;
}

.header_portal {
	background-image: url(../../.././images/icons/portal.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #fff;
}

.header_forum {
	color: #fff;
	background-image: url(../../.././images/icons/people.png);
	background-repeat: no-repeat;
	background-position: left;
}

.header_calendar {
	background-image: url(../../.././images/icons/calendar.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #fff;
}

.header_memberlist {
	background-image: url(../../.././images/icons/users.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #fff;
}

.header_help {
	background-image: url(../../.././images/icons/help.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #fff;
}

.header_coffee {
	background-image: url(../../.././images/icons/coffee_fontane.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 8% 0% 0% 92.5%;
}

.header_search {
	background-image: url(../../.././images/icons/search.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #fff;
}

.header_usermap {
	color: #fff;
	background-image: url(../../.././images/icons/map.png);
	background-repeat: no-repeat;
	background-position: left;
}

a.header_forum:link {
	color: #fff;
}

a.header_forum:visited {
	color: #fff;
}

a.header_forum:active {
	color: #fff;
}

a.header_forum:hover {
	color: #fff;
}

.selfpage {
	background: #fefdff;
	width: 96%;
	hyphens: auto;
	text-align: justify;
	padding: 15px 15px 15px 15px;
	border: 2px solid #f7ac52;
	border-radius: 10px;
}

.selfpage_begruessung {
	background: #ffffff;
	width: 96%;
	hyphens: auto;
	text-align: justify;
	margin: auto auto;
	border: 2px solid #f7ac52;
	border-radius: 10px;
	padding: 0px 20px 15px 20px;
}

.sondertext_mehrzeilig {
	color: #0000ff;
	margin: 1% 8% 0% 8%;
	text-align: justify;
	hyphens: auto;
	padding: 7px 10px 7px 10px;
	border: 5px dotted #d56c2c;
	border-radius: 10px;
	
	font-size: 12px;
}

#sideinfo_usermap {
	width: 175px;
	color: #fff;
	display: inline-block;
	float: right;
	border: 4px dotted;
	border-color: #c56c2c;
	border-radius: 20px;
	margin-top: -2.5%;
	padding: 6px 2px 4px 8px;
	height: auto;
	text-align: justify;
	hyphens: auto;
	
	font-size: 12px;
}

#back_top {
	position: fixed;
	bottom: 60px;
	margin-left: 92%;
}

#back_top span {
width: 32px;
height: 32px;
display: block;
background: url(../../.././images/button_up.png);
}

#statistic {
	margin: -9% 1% -1.6% 2%;
	height: auto;
	z-index: 1;
	float: right;
	
	width: 150px;
}

/* checkboxen-registration */
.check_agree {
	min-width: 10%;
}

input#ag_privacy, 
input#ag_tou,
input#ag_forumrules {
	width: 20px;
	-moz-appearance: None;
	-webkit-appearance: none;
	height: 20px;
	background-image: url(../../.././images/icons/checkbox_no.png);
	background-size: 20px 20px;
	background-position: Center Center;
	border: none;
	outline: 2px #ff0000 solid;
	vertical-align: Middle;
}

input#ag_privacy:checked, 
input#ag_tou:checked,
input#ag_forumrules:checked {
	width: 20px;
	border: none;
	outline: 2px #008600 solid;
	height: 20px;
	background-size: 20px 20px;
	background-image: url(../../.././images/icons/checkbox_ok.png);
}

#forward_down {
	position: fixed;
	bottom: 95px;
	margin-left: 92%;
}

#forward_down span {
width: 32px;
height: 32px;
display: block;
background: url(../../.././images/button_down.png);
}

.selfpage_rss_feed {
	background: #f5f5f5;
	width: 100%;
	margin-top: 6px;
	hyphens: auto;
	text-align: justify;
	padding: 15px 5px 5px 15px;
	border: 1px solid var(--main);
	display: inline-block;
	border-radius: 10px;
	
	font-size: 14px;
}

#seitenende {
}

</pre></body></html>