@import url(layout.css);
@import url(navigation.css);
#sidebar div.logged-in{
	border: 2px ridge #FFCC33;
	padding: 5px;
	background-color: #FFCC00;
}

a:link{
	color: #0033CC;
}

a:visited{
	color: #642100;
}

a:hover{
	color: #FF6600;
}

div.artikel{
	width: 450px;
	padding: 10px;
	background-color: #F8F8F1;
	margin: 0 auto;
	border: 2px solid #F1F1E3;
}

div.artikel div.einleitung{
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #F1F1E3;
	margin-bottom: 10px;
}

ul.termine h2.datum{
	text-align: center;
	padding: 0 0 0 0;
	width: 50px;
	margin: 0 0 0 0;
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 26px;
	color: #7DC0FF;
	border-right: 1px dotted #7DC0FF;
	float: left;
	clear: left;
}

ul#nav_categories{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#nav_categories li{
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
}

ul#nav_categories a:link,
ul#nav_categories a:visited{
	padding: 10px 10px 10px 25px;
	display: block;
	float: left;
	width: 160px;
	border: 1px solid #CCDBF7;
	background-color: #F0F5FD;
	font-weight: bold;
	background-image: url(../gfx/icons/arrow_B_ver2.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

ul.termine{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.termine li.termin{
	padding: 0 0 20px 0;
}

ul.termine span.datum{
	font-weight: normal;
	font-size: 11px;
	color: #434343;
	display: block;
}

ul.termine div.beschreibung{
	margin: 0 0 0 60px;
}

ul.termine h2.datum small{
	display: block;
	font-size: 20px;
}

div.box-rechts{
	float: right;
	margin: 0 10px 20px 20px;
	background-color: #F0F5FD;
	border: 2px solid #CCDBF7;
	padding: 5px;
}

dl.artikelliste dt{
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 4px 0;
	background-image: url(../gfx/icons/arrow_B_ver2.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	clear: left;
}

dl.artikelliste dt.kategorie{
	font-size: 12px;
	font-weight: bold;
	margin: 30px 0 4px 0;
	background-image: none;
	background-position: 0 6px;
	background-repeat: no-repeat;
	padding: 0 0 0 0px;
}

dl.artikelliste dt span.datum{
	font-weight: normal;
	font-size: 10px;
	color: #434343;
	display: block;
}

dl.artikelliste dd{
	margin: 0;
	padding: 0 0 0 15px;
	color: #434343;
}

table.border{
	border-collapse: collapse;
	font-size: 12px;
	line-height: 180%;
}

table.border th{
	padding: 4px;
	border-bottom: 2px solid #CCDBF7;
	background-color: #F0F5FD;
	vertical-align: bottom;
}

table.border td{
	padding: 4px;
	border-bottom: 1px solid #E7EEFB;
	vertical-align: top;
}

table.border caption{
	border-bottom: 2px solid #79A2EA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	color: #184597;
}

#footer{
	font-size: 11px;
	color: #434343;
}

#footer a:link,
#footer a:visited{
	color: #434343;
}

p.paginate{
	border: 1px solid #E7EEFB;
	padding: 5px;
	margin: 20px 0 10px 0;
}

#footer p{
	margin: 0 0 6px 0;
}

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #0066CC;
	line-height: 30px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #0066CC;
	line-height: 25px;
}

#sidebar{
	font-size: 11px;
	line-height: 17px;
}

#sidebar p{
	margin: 0 0 5px 0;
}

#sidebar h2{
	font-size: 14px;
	font-weight: bold;
	margin: 20px  0 5px 0;
}


