/* CSS Document */


.dropdown {
	position:relative;
	margin: 0px;
	/*background:url("menu.png") bottom right no-repeat;*/
	font-size:14px;
	font-weight:bold;
	font-family:Garamond, Arial;
	color:#000000;
}
.dropdown:hover ul {
	display:block;
}
.dropdown ul {
	display:none;
	position:absolute;
	z-index:3;
	top:15px;
	left:-11px;
	margin:0;
	padding:0 0 3px 0;
	list-style:none;
	background-color:#997346;
	/*background:url("menubgbottom.png") bottom no-repeat;*/
}
.dropdown ul li {
	width:120px;
	margin:0;
	padding:10px 0 0 0;
	/*background:url("menubgtop.png") no-repeat;*/
}
.dropdown ul li+li {
	width:150px;
	margin:0;
	padding:0;
	background:transparent;
}
.dropdown ul li a {
	display:block;
	margin:0;
	padding:5px;
	padding-left: 12px;
	/*background:url("menubg.png") repeat-y;*/
	text-decoration:none;
}
.dropdown ul li a:hover {
	/*background:url("menubgover.png") repeat-y;*/
}

/* Dropdown slut */

body {
	background-color:#62381F;
}

a {
	text-decoration:underline;
	color:#000000;
	font-size:11px;
}

a:hover {
	color:#6D0F0F;
}

a:active {
	color:#6D0F0F;
}

td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	line-height:14px;
}
/*
td{
	font-family:Garamond, Arial;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
}
*/



ul{
	color:#000000;
	line-height: 1;
	list-style-image: url(../media/punkt.gif);
	margin-left: 17px;
}

H1{
	font-family:Garamond, Arial;
	font-size: 20px;
	font-weight: normal;
}

H2{
	font-weight: bold;
	font-size:16px;
}

H3{
	color: #9C0001;
	font-size: 12px;
	font-weight: bold;
}

.topGrafik {
	background-image:url(../media/bellman_topgrafik.gif);
	height: 162px;
}

.menu {
	height: 35px;
	background-image:url(../media/menu_backg.gif);
}
.menuText {
	/*height:35px;*/
	font-size:14px;
	font-weight:bold;
	font-family:Garamond, Arial;
	color:#000000;
	padding-right:15px;
}
.menuTextLeft {
	/*height:35px;*/
	font-size:14px;
	font-weight:bold;
	font-family:Garamond, Arial;
	color:#FF0000;
}
.underMenu {
	background-image:url(../media/top.gif);
	height:54px;
}
.leftMenu{
	font-family:Garamond, Arial;
	background-image:url(../media/left_menu.gif);
	vertical-align:top;
	height:477px;
	width:163px;
	padding-left:92px;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	line-height:35px;
}
.content{
	background-image:url(../media/content_backg.gif);
	background-repeat:repeat-y;
	vertical-align:top;
	padding-left: 12px;
	padding-right: 95px;
	}
.bottom{
	background-image:url(../media/bottom.gif);
	height:50px;
	}
.citat {
	font-size:14px;
	text-decoration:none;
}