:link { color: rgb(0, 129, 179) } /* for unvisited links */
:visited { color: rgb(0, 129, 179) } /* for visited links */ 
:hover { color: rgb(98, 172, 56) } /* when mouse is over link */
:active { color: rgb(98, 172, 56) } /* when link is clicked */

/* MAIN BODY */

/* Anfang */
/* Font Styles */

h1 a {
	color: #326ea1;
	font-weight: 100;
	font: 15px Arial, 'Helvetica', Verdana, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
/*	display: block; */
}
h1 {
	color: #326ea1;
	font-weight: 100;
	font: 15px Arial, 'Helvetica', Verdana, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
}
h2, h2 a {
	color: #326ea1;
	font-weight: 100;
	margin: 0;
	padding: 0;
}
h3, h3 a {
	color: #326ea1;
	font-weight: 100;
	margin: 15px 0 0px 0;
	padding: 0;
}
h4 {
	color: #326ea1;
	font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

ol, form {
	margin: 0;
	padding: 0;
}
p {
	line-height: 1.7em;
	text-align: justify;
}
.entry {
	line-height: 1.3em;
	text-align: justify;
}
small {
	font-size: 10px;
}
#page {
	background: transparent;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 810px;
}
/* Font Styles */
/* Ende */

body {
	margin: 0px;
	font-family: "Trebuchet MS", "Calibri", "Lucida Grande", Tahoma, sans-serif;
	font-size: 11px;
}

#container {
	height: 500px;
	width: 100%;
	position: absolute;
	top: 50%;
	margin: -250px 0 0 0;
	background: #fffff;
	text-align: center;
}
	
#image {
	height: 100px;
	width: 350px;
	position: relative;
	top: 85%;
	left: 50%;
	margin: -250px 0 0 -200px;
	background: #fffff;
}


#text {
	height: 20px;
	width: 350px;
	position: relative;
	top: 136%;
	left: 50%;
	margin: -250px 0 0 -200px;
	background: #fffff;
	text-align: center;
}


/* ------ */
/* Extras */
/* ------ */

/* Anfang*/
/* Oberes Menü */

#top {
	background: #4b4e52;
	border-bottom: 1px solid #dd4003;
	height: 34px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
#topbar {
	height: 34px;
	width: 810px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
ul.topmenu {
	background: transparent;
	float: left;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}
ul.topmenu li {
	float: left;
}
ul.topmenu li a {
	float: left;
	display: block;
	height: 34px;
	padding: 9px 20px 0 0px;
	color: #cbcbcb;
	text-decoration: none;
}
ul.topmenu li a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* Oberes Menü*/
/* Ende */

/* Anfang */
/* mitscrollendes Image oben Rechts */


body { 
background-attachment: fixed;
background-image: url(http://www.mbtab.de/v3/frontpage/tabv30/img/stripe.png);
background-repeat: no-repeat;
background-position: left bottom;
float: top;
}

/* mitscrollendes Image oben Rechts */
/* Ende */