/*
================================
Skin styles for DotNetNuke
================================
*/

/* Zentrierung der Seite */
body, html {width: 988px; margin: 0 auto;}


body {
	background-color: #EEEEEE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow:scroll;
}
.pagemaster {
/*	width: 100%;*/
	height: 100%;
	border: none;
}
.skinmaster {
	width: 988px;
	height: 100%;
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
.contentpane {
	width: 640px;
	height: 100%;
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 0px;
}
.date {
	width: 260px;
}
.login {
	text-align: right;
}
body, table, td {
	font-family:'Arial';
	font-size:15px;
	font-weight:normal;
	color:#424345;
}

.menu.title { /* li */
	text-transform:uppercase;
}


UL LI   {
	list-style-image:url('li.gif');
	margin-left:18px;
}

UL UL LI {
list-style-image:url('lili.gif');
}


/* Menu links */

#menu {overflow:hidden;height:auto;width:190px;white-space:nowrap;background-color:#transparent;margin-left: 78px; margin-right: 32px;padding:0px;padding-bottom:20px;float:left;}
#menu,#menu *{font:11px Arial; font-weight:bold; color:black; text-transform:uppercase; vertical-align:middle;}

* html #menu {margin-left: 40px; margin-right:0px;} /* IE6 Pixelbug; ggf. margin-right noch anpassen*/
*+html, * html #menu {margin-left: 78px; margin-right:32px;}

#menulist a, .menulista a {
	font:11px Arial; font-weight:bold; color:black; text-transform:uppercase; vertical-align:middle;
	text-decoration: none;
}

#menulist ul {
	width:190px;
	overflow:hidden;
	margin-left:55px;
}

* html #menulist ul {overflow:auto;margin-left: 100px;} /* IE6*/

*+html, * html #menulist ul {
	margin-left: 95px;
}



/*
Hauptmenu statisch
*/

#nav a {
	width:101px;
	height:64px;
	display: table-cell;
	padding-top:39px;
	text-decoration: none;
	font-family: Arial;
	font-size: 0.8em;
	font-variant: small-caps;
	color: #424345;
}

*+html, * html #nav a {
	padding-top:41px;
}

#nav a:hover {background-position: 0px -64px;}

#nav1 a {
	background: url("Nav1.gif") 0px 0px no-repeat;
	width: 103px;
}

#nav2 a {
	background: url("Nav2.gif") 0px 0px no-repeat;
}

#nav3 a {
	background: url("Nav3.gif") 0px 0px no-repeat;
}

#nav4 a {
	background: url("Nav4.gif") 0px 0px no-repeat;
}

#nav5 a {
	background: url("Nav5.gif") 0px 0px no-repeat;
}

#nav6 a {
	background: url("Nav6.gif") 0px 0px no-repeat;
	width: 108px;
}