﻿body, p, td, tr, ul, li
{
	font: normal 10pt Tahoma;
	background-color:#CAD2E3;
}
.blau {
	background-color:#020242;
	font: bold 10pt Tahoma;
	color:#FFFFFF;
	}
.weiss {
	background-color:#FFFFFF;
	font: bold 10pt Tahoma;
	color:#000000;
	}
.weiss2 {
	background-color:#FFFFFF;
	font: normal 10pt Tahoma;
	color:#000000;
	}
.mittel {
	background-color:#C4C1D3;
	font: bold 10pt Tahoma;
	color:#000000;
	}
.mittel2 {
	background-color:#C4C1D3;
	font: normal 10pt Tahoma;
	color:#000000;
	}
.rot {
	background-color:#FF0000;
	font: bold 10pt Tahoma;
	color:#000000;
	}
.gelb {
	background-color:#FFFF00;
	font: bold 10pt Tahoma;
	color:#000000;
	}
.gruen {
	background-color:#33CC33;
	font: bold 10pt Tahoma;
	color:#000000;
	}
h1 {font: bold 14pt Tahoma}
h2 {font: bold 12pt Tahoma}
h3 {font: bold 10pt Tahoma}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.boldbuttons_blue{
background: transparent url('images/roundedge-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
}
a:link.boldbuttons_blue, a:visited.boldbuttons_blue, a:hover.boldbuttons_blue, a:active.boldbuttons_blue {
color: white; /*button text color*/
}
a.boldbuttons_blue span{
background: transparent url('images/roundedge-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
a:hover.boldbuttons_blue { /* Hover state CSS */
text-decoration: underline;
}

a.boldbuttons_red{
background: transparent url('images/roundedge-red-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
}
a:link.boldbuttons_red, a:visited.boldbuttons_red, a:hover.boldbuttons_red, a:active.boldbuttons_red {
color: white; /*button text color*/
}
a.boldbuttons_red span{
background: transparent url('images/roundedge-red-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
a:hover.boldbuttons_red { /* Hover state CSS */
text-decoration: underline;
}

a.boldbuttons_green{
background: transparent url('images/roundedge-green-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
}
a:link.boldbuttons_green, a:visited.boldbuttons_green, a:hover.boldbuttons_green, a:active.boldbuttons_green {
color: white; /*button text color*/
}
a.boldbuttons_green span{
background: transparent url('images/roundedge-green-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
a:hover.boldbuttons_green { /* Hover state CSS */
text-decoration: underline;
}

a.boldbuttons_gray{
background: transparent url('images/roundedge-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
}
a:link.boldbuttons_gray, a:visited.boldbuttons_gray, a:hover.boldbuttons_gray, a:active.boldbuttons_gray {
color: white; /*button text color*/
}
a.boldbuttons_gray span{
background: transparent url('images/roundedge-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
a:hover.boldbuttons_gray { /* Hover state CSS */
text-decoration: underline;
}



.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
