@charset "utf-8";
/* CSS Document */

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #336666;
	}

h1 a {
	text-decoration: none;
	color: #336666;
	}

h1 a:hover {
	text-decoration: underline;
	}
	
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #336666;
	}

.artikel {
	margin-bottom: 30px;
	}

.artikel p {
	margin-left: 10px;
	}

.bold {
	font-weight: bold;
	}

.normal {
	font-weight: normal;
	}

.green {
	color:#090;
}

.red {
	color:#F00;
}

.unselected {
	background-image: none;
	color: #000;
}

.selected {
	color: #FFF;
	background-image: url(/media/images/select-bg.png);
	background-repeat: repeat-x;
}

.tr-mf {
	background-color: #f8e3e3;
}

.tr-gf {
	background-color: #a3ffa3;
}

.tr-of {
	background: none;
}

.tr-wf {
	background-color: #e3ebf8;
}

a.bg-link {
	color: #333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	text-decoration: underline;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-position: top left;
	background-repeat: no-repeat;
	}
	
a.bg-link:hover {
	text-decoration: none;
	}

.highlight {
	/*background-color: #f1dada;*/
	background-image: url(/media/images/highlight-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
}

a {
	color: #1457a7;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}

.scrollup {
	background-image: url(/media/images/icons/bullet_arrow_up.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	display: block;
	}
	
.ptitle {
	font-size: 16px;
	font-weight: bold;
	color: #336666;
	border-bottom: 2px solid #336666;
	}
	
	
.textbutton {
	background-color: #e5efff;
	border: 1px solid #ccccff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	color: #000;
	display: -moz-inline-box;
	display: inline-block;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 2px;
	padding: 1px 8px;
	text-decoration: none;
}
 
a.textbutton:hover {
	background-color: #e5e5ff;
	cursor: pointer;
	color: #000 !important;
}

a.textbutton:active {
	background-color: #ccccff;
}

.texthighlight {
	background-color: #f3eb16 !important;
	background-image: url(/media/images/patterns/texthighlight.gif) !important;
	background-position: bottom !important;
	text-shadow: #ffff99 1px 1px 0 !important;
	color: #000 !important;	
	padding-left: 4px;
	padding-right: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 5px;
}

a.smallbutton {
	background-image: url(/media/images/layout/form-sprite.png);
	background-position: 0 -420px;
	background-repeat: no-repeat;
	padding-bottom: 1px;
	padding-top: 2px;
	padding-left: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	display: block;
	float: left;
}

a.smallbutton:hover {
	text-decoration: underline;
}
