*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#005aa2;
	margin:0px;
	padding:0px;
}

body {
	background-image:url(../img/dr_back_verlauf.gif);
	background-repeat:repeat-x;
	background-color:#ececec;
}
#head{
	margin:21px 0 0 0;
	height:187px;
	background-image:url(../img/dr_back_lines_top.gif);
	background-repeat:repeat-x;
}

#logo_partner{
	float:left;
	width:330px;
	height:187px;
}
#logo_sap{
	margin:0 0 0 729px;
	width:219px;
	height:187px;
}

#content{
	margin:20px 0 0 0;
	height:586px;
	background-image:url(../img/dr_back_content.jpg);
	background-repeat:no-repeat;
}

#box_top_left, #box_top_middle, #box_top_right{
	height:112px;
	width:263px;
	padding:0 15px 0 15px;
	background-image:url(../img/dr_box_top.png);
	background-repeat:no-repeat;
	text-align:center;
	vertical-align: middle;

}

#box_top_left h2, #box_top_middle h2, #box_top_right h2{
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}

/* This is the transparent box */
#box_bottom {
	width:268px;
	border-left: 1px solid #6a6c6b;
	border-right: 1px solid #6a6c6b;
	border-bottom: 1px solid #6a6c6b;
	background: rgba(255, 255, 255, 0.7);
}

/* This is the container which set text to solid color.
position: relative used for IE */
#box_bottom #inner_left , #box_bottom #inner_middle , #box_bottom #inner_right{
	position:relative;
	padding: 10px 10px 0px 10px;
	color: #005aa2;
	text-align:left;
	font-size:12px;
}

#footer{
	margin:10px 0 0 0;
	height:60px;
	background-image:url(../img/dr_back_lines_bottom.gif);
	background-repeat:repeat-x;
	padding:20px 0 20px 20px;
	font-weight:bold;
	text-transform:uppercase;
}

/*---------------------
Footer-Navigation
-----------------------*/
#footer ul {
	list-style-type: none;
	margin:0;
	padding:3px 0 0 0;
}
#footer ul li{
	float:left;
	margin:0 10px 0 0;
	padding:0;
	display: inline;
}
#footer ul li a{
	margin:0;
	padding:0;
	text-decoration:none; 
	height:20px;
}
#footer ul li.footermenu_no a,
#footer ul li.footermenu_no a:visited{
	color:#005aa2;
}
#footer ul li.footermenu_no a:hover,
#footer ul li.footermenu_act a{
	color:#b7b7b7;
}
/*---------------------
RTE
-----------------------*/
a.linkpfeil{
	text-decoration:none;
	height:19px;
	display:block;
	margin:0;
	padding:0 0 0 20px;
	background-image:url(../img/dr_box_bottom_pfeil.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	/* Problem im IE8 mit Darstellung
	text-transform:uppercase;
	
	font-weight:bold;
	*/
	font-size:12px;
}
a:hover.linkpfeil{
	color:#b7b7b7;
}

a.toplink{
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}
a:hover.toplink{
	color:#b7b7b7;
}

a.hometextlink{
	text-decoration:none;
	font-size:12px;
}
a:hover.hometextlink{
	color:#b7b7b7;
	/*
	text-decoration:underline;
	*/
}

