@font-face {
	font-family: bordlr;
	src: url(../pics/1305.eot);
}

@font-face {
	font-family: bordlr;
	src: url(../pics/1305.ttf);
}

html, body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(100,100,100);
	background-color: rgb(220,220,220);
}

html {
	background-image: url(../pics/bg.png);
	background-repeat: repeat-x;
}

body {
	/* viewport ist 900, so dass auch der Schatten auf mobilen Geräten zu sehen ist.  */
	width: 870px;
	margin: 0px auto;
	box-shadow: 0px 0px 15px rgb(150,150,150);
	padding-bottom: 20px;
	background-color: rgb(255,255,255);
}

div.body {
	width: 850px;
	min-height: 15px;
	clear: both;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

div.sidebar {
	width: 200px;
	float: left;
	border-right: 1px solid rgb(220,220,220);
	margin-right: 20px;
}

div.mainpart {
	right: 0px;
	background-image: url(../pics/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

div.addressline {
	background-color: rgb(50,50,150);
	text-align: center;
	border: 1px solid rgb(0,0,0);
	color: rgb(220,220,220);
        min-height: 20px;
}

div.addresspart {
	width: 140px;
	float: left;
	background-color: rgb(50,50,150);
	color: rgb(220,220,220);
	font-family: bordlr;
        font-size: 1.2em;
	text-decoration: none;

}

div.slides {
	cursor: move;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 250px;
	overflow: hidden;
}

div.slider1_container {
	position: relative;
	top: 0px;
	left: 200px;
	height: 250px;
	box-shadow: 0px 0px 10px grey;
}

.copyright {
	color: rgb(220,220,220);
	text-align: right;
}

img {
	border: 0px;
}

.grey {
	background-color: rgb(150,150,150);
}

.lgrey {
	background-color: rgb(200,200,200);
}

h1, h2, h3 {
	font-family: bordlr;
	margin-bottom: 2px;
	color: rgb(50,50,50);
	letter-spacing: 1px;
	font-weight: normal;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.center {
	text-align: center;
}

.bgblue {
	background-color: rgb(50,50,150);
}

.bordlr_lgrey {
	color: rgb(220,220,220);
	font-size: 18pt;
	font-family: bordlr;
	text-decoration: none;
}

.navbar {
	margin-left: 13px;
	margin-right: 13px;
}

.showIE {
	display: none;
}

a {
    color: rgb(100,100,100);
    
}