.weather-top-container  {
	width: auto;
	padding: 3px;
	margin: 2px 0 0 0;
	background-color: #689CC9;
	}
	
.weather-top-row {
	color: #666666;
	font: verdana, arial, helvetica, sans-serif; 
	font-size: 10px;
	line-height: 15px;
	text-transform: none;
	font-weight: normal;
	width: auto;
	margin: 3px;
	padding: 3px;
	background-color: #b4cee4; 
	}

.weather-top-header, .shortcuts-top-header {
	color: #ffffff;
	font: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: bold;
	}
	
.weather-top-area {
	color: #666666;
	font: verdana, arial, helvetica, sans-serif; 
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	}
	
.weather-top-temp {
	width: 35px;
	}

.shortcuts-top-container {
	width: auto;
	padding: 3px;
	margin: 2px 0 0 0;
	}

.shortcuts-top-row {
	color: #666666;
	font: verdana, arial, helvetica, sans-serif; 
	font-size: 11px;
	line-height: 14px;
	text-transform: none;
	font-weight: normal;
	width: auto;
	margin: 3px;
	padding: 3px;
	background-color: #e2e2e2;
	}

.shortcuts-top-row, .shortcuts-top-row a:link, .shortcuts-top-row a:visited, .shortcuts-top-row a:active {
	color: #666666;
	text-decoration: none;
	}
	
.shortcuts-top-row a:hover {
	color: #999999;
	text-decoration: none;
	}

/* text */

html, body {
	background: #c2c2c2;
	padding: 0;
	margin: 0;
	}

table, tr, td, th  {
	color: #333333;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
	}

headline, h1, h2, h3, h4, h5 {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 14px; 
	color: #ff6600; 
	text-transform: none; 
	}

.bold, .bold a:link, .bold a:visited, .bold a:active {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #666666; 
	font-weight: bold; 
	text-decoration: none; 
	}

.bold a:hover { 
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	}

.light, .light a:link, .light a:visited, .light a:active {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	}

.light a:hover { 
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
	}

p, div {
	padding: 0;
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	line-height: 16px;
	text-align: left;
	}

hr { 
	background-color: #dddddd;
	color: #dddddd;
	border: #dddddd;
	height: 1px;
	}

/* css styled header */

.csc-header { 
	color: #FF6633;
	font-weight: bold;
	font-size: 12px;
	width: 100%;
	padding: 2px;
	background-color: #ffffff;
	text-transform: uppercase;
	border-right: 0px solid #FF6633;
	border-bottom: 1px solid #FF6633;
	}

/* css styled content mailform */

.csc-mailform {
	width: 100%;
	background-color: #eeeeee;
	border-left: 5px solid #cccccc;
	}

.csc-form-labelcell {
	padding: 3px;
	width: 40%;
	text-align: right;
	}

.csc-form-fieldcell {
	padding: 3px;
	width: 60%;
	text-align:left;
	background-color: #ededed;
	}

.csc-form-label { 
	}

.csc-form-comment { 
	}

.csc-form-radio { 
	}

.csc-form-label-req { 
	}

.csc-mailform-submit {
	background-color: #999999;
	color: #ffffff;
	border: 0px;
	}

/* tabellen */

.content-table {
	width: 100%;
	background-color: #eeeeee;
	border: solid 1px #cccccc;
}

.content-table th { 
	background-color: #dddddd;
}

#content td { 
	padding: 3px;
}

#content-main table { 
	padding: 3px;
}

.table-headline-line { 
	background-color: #ff9900;
	}
	
.table-headline-bg  { 
	background-color: #ffffff;
	}
	
.tr-head { 
	background-color: #dddddd;
	}
	
.tr-light { 
	background-color: #eeeeee;
	}

/* regular links */

a,a:link, a:visited, a:active { 
	color: #003399; text-decoration: underline; line-height: 16px;
	}

a:hover { 
	color: #003399; text-decoration: none; line-height: 16px;
	}

/* listenvormatierung */

#content ul, li { 
	padding: 0;
	margin: 0 0 0 12px;
	list-style-image: url(/fileadmin/templates/images/tmp_arrow.gif);
	list-style-position: outside;
	list-style-type: none; 
	vertical-align: text-bottom;
}

#content ul { 
	margin: 12px 0 12px 12px;
}

/* eingabefelder */

select, textarea, input { 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #dddddd;
	border: 0px solid #999999;
	}

.submit {
	background-color: #666666;
	color: #ffffff;
	border: 0px;
	}

#submit {
	background-color: #666666;
	color: #ffffff;
	border: 0px;
	}

.caption { 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: right;
	background-color: #ffffff;
	}

.pathnav a:link, .pathnav a:visited, .pathnav a:active {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	text-transform: none;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	line-height: 30px;
	}

.pathnav a:hover {
	color: #dddddd;
	}

/* fotogalerie */

.gallery-pic { 
	background-color: #e2e2e2; 
	text-align:center; 
	padding-bottom:5px; 
	padding-top:5px;
	}

a.gallery-pic:hover { 
	background-color: #666666; 
	text-align:center; 
	padding-bottom:5px; 
	padding-top:5px;
	}

/* boxen */

#area {
	padding: 0; 
	margin: 0; 
	width: 960px; 
	height: auto; 
	text-align: left; 
	background-color: #ffffff;
	border: solid 1px #ffffff;
	}

#navigation {
	margin: 0;
	padding: 0;
	width: 960px; 
	height: 25px; 
	background-color: #888e9e;
	border-top: solid 1px #ffffff;
	}

#emotion {
	padding: 0; 
	margin: 0; 
	width: 960px; 
	height: 150px; 
	background-color: #ffffff;
	}

#content {
	padding: 0; 
	margin: 0px 10px 10px 10px; 
	width: 940px; 
	background-color: #ffffff;
	overflow: hidden;
	}
	
#content-main {
	padding: 0; 
	margin: 0;
	width: 620px; 
	background-color: #ffffff;
	}

#content-right {
	float:right;
	padding: 0;
	margin: 0;
	width: 300px;
	background-color: #ffffff;
	}

#path {
	padding: 0;
	margin: 0;
	width: 490px;
	height: 30px;
	position: absolute;
	left: 10px;
	top: 110px;
	}

#meta {
	padding: 0; 
	margin: 0; 
	width: 960px; 
	height: 25px; 
	text-align: center; 
	background-color: #999999;
	border-top: solid 1px #999999;
	}

#lang {
	padding: 0; 
	margin: 0;
	width: 150px; 
	height: 5px; 
	text-align: center; 
	margin-top: 0px; 
	float: left; 
	line-height: 25px;
	position: absolute;
	left: 10px;
	top: 5px;
	}

#picture {
	padding: 0;
	margin: 0;
	width: 500px;
	height: 150px;
	text-align: left;
	background-color: #e2e2e2;
	position: absolute;
	left: 1px;
	top: 1px;
}

#shortcuts {
	padding: 0;
	margin: 0;
	width: 198px;
	height: 150px;
	text-align: left;
	background-color: #cccccc;
	position: absolute;
	left: 502px;
	top: 1px;
}

#weather {
	padding: 0;
	margin: 0;
	width: 260px;
	height: 150px;
	text-align: left;
	background-color: #689cc9;
	position: absolute;
	left: 701px;
	top: 1px;
}

/* menu */

#nav, #nav ul {
	width: auto;
	list-style: none;
	line-height: 18px;
	background: #888e9f;
	color: #ffffff;
	font-weight: bold;
	padding: 0;
	border: solid #ffffff;
	border-width: 0px 0;
	margin: 0 0 1em 0;
	display: block;
	z-index:99;
	}

#nav ul {
	border-width: 0px 0;
	display: block;
	z-index:99;
	}
 
#nav a {
	display: block;
	width: auto;
	color: #ffffff;
	list-style: none;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
	z-index:99;
	}
 
#nav a.menuparent  {
	background: url(/fileadmin/templates/images/tmp_arrow.gif) no-repeat 90% 40%;
	}
 
#nav li {
	float: left;
	padding: 0;
	width: auto;
	display: block;
	z-index:99;
	}
 
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 210px;
	font-weight: normal;
	border-width: 0px;
	margin: 0;
	display: block;
	background: #999999;
	z-index:99;
	}
 
#nav li li {
	width: 210px;
	display: block;
	z-index:99;	
	}
 
#nav li ul a {
	width: 210px;
	padding-left: 3px;
	display: block;
	font-size: 11px;
	z-index:99;	
	}
 
#nav li ul ul {
	margin: 0 0 0 20px;
	z-index:99;	
	}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}
 
#nav li:hover, #nav li.sfhover {
	background: #999999;
	color: #ffffff;
	}

#nav li li:hover, #nav li li.sfhover {
	background: #808080;
	}
