/* @override http://aaretubing.ch/assets/templates/aaretubing_red/css/editor.css */

#content h1 {
	color: #e50000;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 15px;
	font-size: 1.2em;
}

#content h2 {
	color: #0870a5;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 10px;
	margin-top: 15px;
	border-top-width: 1px;
}

h2.hinweis {
	padding: 10px 10px 10px 62px;
	color: #00568c;
	border: 1px solid #aee0e5;
	background: #cef5fa url(../bilder/sun.gif) no-repeat 17px 16px;
	line-height: 1.5em !important;
	-moz-border-radius:8px;
	-webkit-border-radius: 8px;
	text-shadow: white 0 1px 0px;
	margin-bottom: 15px !important;
}

.tabelle {
	color: black;
	width: 100%;
	background-color: #e8e8e8;
	border-collapse: separate;
	margin-bottom: 20px;
}
.tabelle th{
	text-align: left;
	color: black;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.3em;
	border-bottom: 1px solid silver;
	background-color: #fbfbfb;
	padding-bottom: 5px;
}
.tabelle td{
	padding: 15px;
	border-top: 1px solid white;
	border-bottom: 1px solid silver;
}
.tabelle tr td:nth-child(1){
	background-color: #dedede;
	font-weight: bold;
}
.tabelle tr:nth-child(2) td{
	font-weight: bold;
	color: gray;
	padding: 7px 7px 7px 15px;
}
