body
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	/* background-image: url(../img/bg.png); */
}

img {border:0;}

/* layout */

#container
{
	width: 100%;
	margin: 0px;
	margin-top: 70px;
	padding: 0px;
	border: 0px;
	background-image: url(../img/konsole.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#konsole
{
	width: 1012px;
	height: 579px;
	margin: auto;
	padding: 0px;
	border: 0px;
}
#konsole_oben
{
	height: 77px;
	width: 1012px;
	float: none;
	clear: both;
	margin: 0px;
}

#konsole_mitte {
	height: 425px;
	width: 1012px;
	margin: 0px;
}
#menu
{
	position: relative;
	left: 0px;
	top: 1px;
	width: 208px;
	height: 425px;
	float: left;
	margin-right: 20px;
}

#buttons_links
{
	position: relative;
	width: 72px;
	height: 425px;
	float: left;
}

#display
{
	position: relative;
	width: 640px;
	height: 425px;
	float: left;
}

#buttons_rechts
{
	position: relative;
	width: 72px;
	height: 425px;
	float: left;
}

#display_crop
{
	height: 360px;
	margin: 0px;
	overflow: hidden;
	background-color: #fff;
}

/* buttons */


a.button
{
	display: block;
	width: 72px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
}

a.button:hover
{
	background-position: -72px 0;
}

a.button:active {
	background-position: 0 0;
}
a.button:visited {
	background-position: 0 0;
}

#buttons_links_1
{
	margin-top:37px;
	background-image: url(../img/button_links_1_bg.gif);
}

#buttons_links_2
{
	background-image: url(../img/button_links_2_bg.gif);
}

#buttons_links_3
{
	background-image: url(../img/button_links_3_bg.gif);
}

#buttons_rechts_1
{
	margin-top:37px;
	background-image: url(../img/button_rechts_1_bg.gif);
}

#buttons_rechts_2
{
	background-image: url(../img/button_rechts_2_bg.gif);
}

#buttons_rechts_3
{
	background-image: url(../img/button_rechts_3_bg.gif);
}

/* html content */


#textblock
{
	font-family: helvetica, arial;
	height: 400px;
	font-size: 12px;
	line-height: 15px;
}


#textblock p, #textblock h1
{
	margin: 0px 20px 7px 40px;
}

h1 { font-size: 14px; }

.small {
	font-size: 10px;
	line-height: 12px;

}

/* subnavigations-anchors in der seite */

#subnav
{
	position: relative;
/*	margin: 15px 0px 20px 40px;*/

	font-weight: bold;
	font-size: 22px;
	left:472px;
	top:292px;
}

.pager
{
	display: inline;
	padding: 5px 9px 5px 9px;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;
}

a.pager
{
	color: #000000;
	background-color: #FF0;
}
a.pager:hover
{
	color: #ff0;
	background-color: #000;
}
a.pager:active
{
	color: #000000;
	background-color: #FF0;
}

#pager a:visited
{
	color: #000000;
	background-color: #FF0;
}


.pager_selected
{
	display: inline;
	padding: 5px 9px 5px 9px;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;
	color: #ff0;
	background-color: #000000;
}
