
/* Global */

body
{
	margin: 0px;
	padding: 0px;
	background-color: #e7e7e7;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	overflow: auto;
	text-align: center;
	background-image: url(/Portals/_default/Skins/templates/images/bg.gif);
	background-repeat: repeat-x;
}

a:focus
{
	outline: none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

h3
{
	font-size: 1em;
	color: #5a5a5a;
	margin: 0 0 0.6em 0;
}

h3 a
{
	display: block;
	color: #000;
	text-decoration: none;
	padding: 0 0 0 9px;
	background-image: url(/Portals/_default/Skins/templates/images/link.gif);
	background-repeat: no-repeat;
	background-position: 0 -121px;
}

h3 a:hover
{
	
	color: #003399;
	background-position: 0 -2px;	
}

/* Site */


#shadow
{
	background-image: url(/Portals/_default/Skins/templates/images/onepixel.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 0px;
}

#site
{
	background-color: white;
	border: 10px solid white;
	font-size: 0.75em;
	margin-left: 0;
	margin-right: 0;
}

#navigation
{
	display: none;
}

#whitespace
{
	clear: both;
	width: 930px;
	height: 60px;
	text-align: right;
}

#whitespace img
{
	float: right;
	border: 0;
}

#head
{
	width: 930px;
	height: 100px;
	border: 0px solid #003399;
	background-color: #003399;
	text-align: left;
	color: white;
	background-image: url(/Portals/_default/Skins/templates/images/demo.jpg);
	background-repeat: no-repeat;
}


#breadcrumb
{
	
	display: none;
	font-size: 0.9em;
	color: #fff;
	width: 280px;
	height: 30px;
	margin-top: 10px;
	overflow: hidden;
	text-decoration: none;
	float: right;
	text-align: left;
}



/* Mainarea */

#mainarea
{
	width: 100%;
	height: auto;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	font-size: 1.06em;
	color: #5a5a5a;
}

#leftarea
{
	float: left;
	width: 65%;
	height: auto;
	margin-right: 10px;
	overflow: hidden;
}

#leftarea h1
{
	margin: 0 0 0.7em 0;
	padding: 0;
	font-size: 1.75em;
	font-weight: bold;
}

dnn_ContentPane
{
	
}

#rightarea
{
	float: left;
	width: 30%;
	height: auto;
	overflow: hidden;
}

#rightarea h1
{
	margin: 0 0 0.2em 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
}

dnn_RightPane
{
	
}


/* Fussbereich */


#bottom_top
{
	
	display: none;
	clear: both;
	width: 930px;
	height: 32px;
	background-color: #e7e7e7;
	background-image: url(/Portals/_default/Skins/templates/images/bg-bottom-top.gif);
	background-repeat: repeat-x;
	text-align: left;
	margin-bottom: 8px;
}

#bottom_top img
{
	float: right;
	margin: 10px 6px 0 5px;
	width: 80px;
	height: 15px;
	border: 0;
}

#bottom
{
	
	display: none;
	clear: both;
	width: 930px;
	height: 15px;
	text-align: left;
	color: #5a5a5a;
}

#bottom a
{
	text-decoration: none;
	color: #000;
}


/* Container */

.container
{
	height: auto;
	margin-bottom: 10px;
}

.container a
{
	text-decoration: none;
	font-weight: bold;
	color: #000;
	background-image: url(/Portals/_default/Skins/templates/images/link.gif);
	background-repeat: no-repeat;
	background-position: 0 -121px;
	padding-left: 9px;
}

.container a:hover
{
	color: #003399;
	background-repeat: no-repeat;
	background-position: 0 -2px;
}

#leftarea .container
{
	padding-top: 10px;
}

#rightarea .container
{
	width: 255px;
	padding: 7px 10px 12px 15px;
	background-image: url(/Portals/_default/Skins/templates/images/bg-container.gif);
	background-repeat: repeat-y;
}


/* Article und Teaser */

.article
{
	line-height: 1.5em;
}

.article ul
{
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 15px;
}

.article li
{
	list-style-type: none;
	background-image: url(/Portals/_default/Skins/templates/images/haken.gif);
	background-repeat: no-repeat;
	background-position: 0 0.25em;
	padding-left: 1.9em;
}

.ai_left
{
	float: left;
	margin: 5px 10px 5px 0;
	padding: 3px;
	border: 1px solid #d7d7d7;
	background: #fff;
}

.ai_right
{
	float: right;
	margin: 5px 0 5px 10px;
	padding: 3px;
	border: 1px solid #d7d7d7;
	background: #fff;
}

.datum
{
	font-size: 0.85em;
	margin: 0 0 0 9px;
}

.tooltip_news
{
	margin: 3px 3px 19px 3px;
}	















/* --- Sitemap --------------------------------------------------------------*/

.Sitemap
{
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: 10px;
}

.Sitemap a
{
	text-decoration: none;
}

.Sitemap a:hover
{
	text-decoration: none;
}

.Sitemap ul
{
	list-style: none;
	margin: 0;
	padding: 0 0 0 0px;
	border: none;
}

.Sitemap li
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.SitemapLink
{
	border-top: 1px solid #ffffff;
	margin: 0;
}

.SitemapLink a
{
	display: block;
	padding: 3px 0 3px 0px;
	text-decoration: none;
	width: 100%;
}

.SitemapLink a:hover
{
	background-color: #E5E9F1;
	text-decoration: none;
}



