
body {	
	margin:0px;padding:0px;
}

.content_main {
	background-color: #ffffff;
	padding-top:0px;
}

#Streich_TopHeader
{
	background-image: URL(img/Streich_Header_MitBalken.jpg);
	background-repeat: no-repeat;
	height:307px;
	width: 743px;
}
#Streich_TopHeader2
{
	background-image: URL(img/Streich_Header_OhneBalken.jpg);
	background-repeat: no-repeat;
	height:307px;
	width: 743px;
}

.leftpane_topline {
	margin-left:24px;
	background-image: URL(img/bot_menu.jpg);
	background-repeat: no-repeat;
	width: 216px;
 }

.leftpane {
	height: 100%;
	padding-left: 10px;
}

.content_maincontainer {
	padding-top: 0px;
}

.content_topline {
	background-image: URL(img/px.gif);
	background-repeat: repeat-y;
	width: 484px;
	padding-right: 15px;
	padding-left: 7px;
	text-align: right;
	
}

.content_content {
	background-image: URL(img/px.gif);
	background-repeat: repeat-y;
	width: 484px;
	padding-right: 8px;
	padding-left: 7px;
}

.contentpane {
	padding-left: 20px;
}

.content_bottom {
	Background-Image: URL(img/px2.gif); 
	height: 5px; 
	background-repeat: no-repeat;
	width: 484px;
}

.footer_links_left {
	Background-Image: URL(img/bot_left.gif); 
	width: 12px;
	height: 46px;
}

.footer_links_middle {
	Background-Image: URL(img/bot_px.gif);
	width: 724px;
	height: 46px;	
}
.footer_links_menu {
	margin-top: 2px;
	margin-left: 5px;
}

.links_bottom, .links_bottom a, .links_bottom a:link, links_bottom a:active, .links_bottom a:visited, .links_bottom a:hover {
	text-align: center;
	font-family:Tahoma;
	font-size:11px;
	color:#5B5B5A;
	text-decoration: none;
}

.footer_links_right {
	Background-Image: URL(img/bot_right.gif); 
	width: 22px;
	height: 46px;
}

.SysTabsContainer {
	text-align: center;
}

.SysTabs {
	font-family:Tahoma;
	font-size:11px;
	color:#5B5B5A;
	text-decoration: none;
}


/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* GENERAL */
/* Modulttitel */
.Head   {
	text-align: left; 
	text-decoration:none;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold; 
	color:#5B5B5A;
}

/* Titel in Admin und Bearbeitungsseiten */
.SubHead    {
	text-align: left; 
	text-decoration:none;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold; 
	color:#5B5B5A;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	text-align: left; 
	text-decoration:none;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold; 
	color:#5B5B5A;
}

/* Normale Texte  */
.Normal {
	text-align: left; 
	text-decoration:none;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal; 
	color:#5B5B5A;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton, A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active, A.CommandButton:hover  {
}
    
    
/* button style for standard HTML buttons */
.StandardButton     {

}

#TopLinks {
	top: 107px;
	left: 50px;
	padding-left: 0;
	margin-left: 0;
	width: 160px;	
	position: relative;
}
#TopLinks li {
	list-style: none;
	margin: 0;
	padding: 3px;
	border-bottom: 1px dotted #B8BBBF;
}
#TopLinks li a {	
	color: #046BE1;
	background-image: URL(img/haus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 7px 5px 35px;
	font: normal 12px Tahoma, verdana, lucida, sans-serif;
	background-color: Transparent;
	text-decoration: none;
	font-weight: bold;
}
#TopLinks li.TopLinkSelected a 
{
	background-image: URL(img/haushover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #046BE1;
	padding: 5px 7px 3px 35px;
	font: normal 12px Tahoma, verdana, lucida, sans-serif;
	background-color: Transparent;
	text-decoration: none;
	font-weight: bold;
}
#TopLinks li.TopLinkBreadCrumb a 
{
	background-image: URL(img/haushover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #046BE1;
	padding: 5px 7px 3px 35px;
	font: normal 12px Tahoma, verdana, lucida, sans-serif;
	background-color: Transparent;
	text-decoration: none;
	font-weight: bold;
}
#TopLinks li a:hover 
{
	background-image: URL(img/haushover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #F9803E;
	padding: 5px 7px 3px 40px;
	font: normal 12px Tahoma, verdana, lucida, sans-serif;
	background-color: Transparent;
	text-decoration: none;
	font-weight: bold;
}


