body {
	background-color: rgb(215,218,189);
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body, td, p, h1,h2,h3,h4,h5,h6,li,span,div,table {
	font-family : Arial;
	color : rgb(0,80,120);
	font-size : 10pt;
	font-weight : 500;
}

table.rahmen {
	width : 100%;
	height: 128px;
	background-image : url(../_grafik/bannerhintergrund.jpg);
}

table.inhalt {
	background-color: rgb(215,218,189);
}

table.inhaltrahmenaussen{
	border-width : 3px;
	border-color : rgb(0,80,120);
	border-style : solid;
	background-color : rgb(245,237,198);
}

table.inhaltrahmeninnen{
	border-width : 1px;
	border-color : rgb(191,56,23);
	border-style : solid;
	background-color : rgb(245,237,198);
}


td {
	vertical-align : top;
}

td.rahmen{
	vertical-align : middle;
}

td.unten{
	vertical-align : bottom;
	font-weight : 300;
	font-size : 7pt;
	text-align : center;
}

td.urlaub{
	font-size : 11pt;
	font-weight : 700;
	color: rgb(191,56,23);
}

h2 {
	font-size : 30pt;
	font-weight : 900;
	text-align : center;
}

h1 {
	font-weight : 700;
	font-size : 18pt;
	text-align : center;
}

h3 {
	font-weight : 600;
	font-size : 16pt;
	text-align : center;
	color : rgb(191,56,23);
}
h4 {
	font-weight : 600;
	font-size : 16pt;
	text-align : center;
}

a:link {
	font-weight: bold;
	color: rgb(0,80,120);
}

a:active {
	font-weight: bold;
	color: rgb(0,80,120);
}

a:visited {
	font-weight: bold;
	color: rgb(0,80,120);
}

a:hover{
	font-weight: bold;
	color: rgb(191,56,23);
}

a.link_klein{
	font-size : 7pt;
}


