@charset "iso-8859-1";

/* Here's the global styles of the page */
body {
	font-family: sans-serif;
	background: #ffffff url(images/page_bg.jpg) repeat-x;
	margin-top: auto;
}

table {
	width: 800px;
}


td {
	vertical-align: top;
}


a, a:link, a:visited {
	color: #0000CD;
	text-decoration: none;
}
a:hover {
	color: #2c77e5;
	text-decoration: underline;
}
h5 {
	margin-bottom: 6px;
	margin-top: 6px;
}


/*Here is the content section. Leadin is the header, and content is the content.*/
.leadin {
	background-color: #f0f0f0;
	font: bold 100% Tahoma;
	font-variant: small-caps;
	padding-left: 8px;
	color: #b81005;
	border: 1px solid #317be8;
	border-bottom: solid 1px #317be8;
	padding-bottom: 1px;
}

.content {
	background-color: #f9f9f9;
	font: 95% MS Sans Serif;
	color: #000022;
	border: 1px dotted #317be8;
	padding: 8px;
	padding-top: 2px;
}

.boxtitle {
	background-color: White;
	font: bold 90% MS Sans Serif;
	color: #d80000;
	padding-bottom: 0px;
	text-align: center;
}

.boxcontent {
	background-color: White;
	font: normal 82% tahoma;
	color: #000022;
	padding-bottom: 0px;
	text-align: center;
}

.boxcontent img {
	border: none;
}
.boxtitle a, .boxtitle a:link, .boxtitle a:visited {
	color: #d80000;
}

.boxtitle a:hover {
	color: #2c77e5;
	text-decoration: underline;
}

.contact a, .contact a:link, .contact a:visited {
	background-color: #f9f9f9;
	color: #d80000;
}

.contact a:hover {
	background-color: #f9f9f9;
	color: #2c77e5;
	text-decoration: underline;
}


/* Posted and closed are for news blips.*/
.posted {
	font: normal 82% MS Sans Serif;
	color: #666666;
}
.closed {
	text-align: justify;
}



.footer {
	background-color: #f9f9f9; 
	padding: 2px; 
	font: normal 72% tahoma; 
	color: #666666; 
	border: solid 1px #eeeeee; 
	margin-top: 6px;
}

#marqueecontainer{
position: relative;
width: 200px; /*marquee width */
height: 90px; /*marquee height */
background-color: white;
overflow: hidden;
border: 3px red;
padding: 2px;
padding-left: 4px;
}

/* The menu style */
table.menu {
	background-image: url(images/menu_bg.jpg);
	font-family: Tahoma;
	font-size: 90%;
	font-weight: bold;
	width: 800px;
	color: #2c77e5;
}
.menu a {
	font: bold 90% tahoma;
	color: Blue;
	text-decoration: none;
}

.menu a:link {
	color: Blue;
	text-decoration: none;
}
.menu a:visited {
	color: Blue;
	text-decoration: none;
}
.menu a:hover {
	color: #2c77e5;
	text-decoration: underline;
}

.motiv {
	color: #2c77e5;
	font-weight: bold;
}

#noubox{
position: relative;
float: right;
width: 200px; /* width */
height: 35px; /* height */
background-color:#6699ff;
overflow: hidden;
border: 3px red;
padding: 2px;
padding-left: 5px;
font: normal tahoma;
font-weight: bold;
color: white;
text-align: center;
}

#noubox a, #noubox a:link, #noubox a:visited, #noubox a:hover {
	color: white;
}

#telefonbox{
position: relative;
float: left;
width: 150px; /* width */
height: 100px; /* height */
overflow: hidden;
border: 3px red;
padding: 2px;
padding-left: 5px;
font-weight: bold;
font: tahoma;
text-align: center;
color: #2c77e5;
}

#mailfaxbox{
position: relative;
float: left;
width: 200px; /* width */
height: 40px; /* height */
overflow: hidden;
border: 3px red;
padding: 2px;
padding-left: 5px;
font-weight: bold;
font: tahoma;
text-align: center;
color: #2c77e5;
}
