/* GENERAL STYLES */
/* GENERAL STYLES */
.body {
	/* used as class instead of tag because of backend rendering */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #7e7d7d; 
	background-color: #ffffff;
	margin-top: 0px; 
	text-align: center;
}

#pageCanvas {
	background-color: #ffffff;
	margin-bottom: 10px;
}

#bodyCanvas {
	width:898px;
	clear:both;
	/*margin-bottom: 5px;*/
}

#footerCanvas {
	width: 898px;
	clear: both;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #ffc728;
	background-color: #fffee8;
	margin-top: 5px;
	padding-top: 3px;
	/*margin-bottom: 5px;*/
}

.breadcrumbs {
	font-size: 10px; 
}

.contentBox {
	width: 700px; 
	margin: 10px auto 0px; 
	padding: 10px; 
	text-align: left; 
	border: solid 1px #00fdd0;
}
.columnBox {
	border: 1px solid #ffc100;
	background-color: #fffee8;
	padding: 5px;
	margin-top: 1px;
	margin-bottom: 9px;
	height: auto;
}

.columnBoxTitle {
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background: url(/media/design/CoulmnBoxTitleBack.png) repeat-x;
	width: 100%;
	padding: 2px;
	margin-bottom: 2px;
}
.columnBoxTitleLink {
	color: #ffffff;
	text-decoration: none;
	cursor: hand;
	display: block;
}
.columnBoxTitleLink:hover {
	color: #ffc100;
}
.columnBoxTitle_dev {
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #ffffff;	/*#00b88b #00d09d;*/
	/*background-color: #00d09d;*/
	background: url(/media/design/CoulmnBoxTitleBack.png) repeat-x;
	width: 100%;	/*150px 100%*/
	padding: 2px;
	margin-bottom: 2px;
}


.leftNaviListItem {
	font-size: 10px;
	margin-top: 2px;
	padding-right: 0px;
	vertical-align: top;
}
.leftColumnListItem {
	font-size: 10px;
	margin-top: 2px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 2px;
	vertical-align: top;
}

.rightColumnListItem {
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
	vertical-align: top;
}

.footer {
	font-size: 10px;
	text-align: center;
}

.small {
	font-size: 10px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 2px;
}

.coloredText {
	 color: #029159;
}

.highlightText {
	background-color: #fffe8a;
	color: red;
	white-space: nowrap;
}

.commercialPakage {
	background-color: #fffee8;
}

a {
	color: #0000ff;
}

a:hover {
	color: #007896;
}
a.selected {
	font-weight: bold;
}
a.rss {color:#ffffff; text-decoration:none; font-size:smaller; vertical-align:-5%; padding:1px .2em 1px 15px; background:#e4732e url(/media/design/rss.gif) 1px 50% no-repeat; border:1px solid #cc5500;}
a.rss:hover {color:#ffffff; background-color: #f99a38;}

.orangeLink {
	/*color: #ffc728;*/
	font-weight: bold;
}

abbr {
	border-style: none; /* vCards und vEvents */
}

/* EDITOR PROPERTIES */
h1 {
font-size: 18px;
color: #444444;
margin-top: 5px;
margin-bottom: 5px;
}

h2 {
font-size: 14px;
color: #444444;
margin-top: 1px;
margin-bottom: 3px;
clear: both;
}

.greenBox {
border: solid 1px #029159;
padding: 5px;
}

