﻿/* CSS-Layout */

body h1 h2 h3  {
	font-family:Arial, Helvetica, Sans-Serif;
	color:black;
	background: #FFFFFF;
}

#adminbar {
	width: 780px;
	background-color: #FFFFFF;
}

#container {
	margin: 10px 20px;
}


/* Header */

#header_logo_left {
	text-align:left;
	vertical-align:bottom;
	/*background:url('../../Images/vea/header_logo_middle.jpg') repeat-x;*/


}

#header_logo_right {
	/*width:97%;
	text-align:right;
	background:url('../../Images/vea/header_logo_middle.jpg') repeat-x;*/

}


#content {
	/*border-right: 1px #0000CD solid;*/
	padding: 15px 10px 10px 15px;
}

#content_divider_left {
	/*width:3px;
	background:#FF8300 url('../../Images/vea/gradient-full.jpg') repeat-x;*/
	
	/*width:1px;
	background:#000000  repeat-x;*/
}

#divider_top {
	
	height: 16px; 
	/*
	background: #0000CD url('../../Images/vea/stripes.gif') no-repeat right
50%;*/;
	background: url('../../Images/vea/balken_obenNEU.jpg') no-repeat;
}
#divider_bottom {
	height: 20px;
	 /*
	 
	 background: #0000CD url('../../Images/vea/stripes.gif') no-repeat right
50%;*/;
	background: url('../../Images/vea/balken_obenNEU.jpg') no-repeat;
}

/* Footer */

#footer_left {
	/*background: #58597F url('../../Images/vea/footer_endnavigation.gif') no-repeat left bottom;*/
/*background: #0A5ABC no-repeat left bottom;*/
background: url('../../Images/vea/sidebar_untenNEU.jpg') no-repeat;
}

#footer_divider_left {
	/*background-color:#FF8300;*/
	/*background-color:#0000CD;*/
	/*background-color:#000000;*/
}

#footer_right {
	padding: 0 2px;
}

#copyright {
	font-size: x-small;
	color: #0000CD;
	text-align: left;
}

/* Navigation left */

.navlinks a {
	/* Farbe von schwarz auf weiß setzen
	color:#333333;*/
	color:#FFFFFF;

}

.small {
	font-size:x-small;
}

.navlinks a:hover {	
	text-decoration:underline;
}

.navlinks {
	/*font-family:Arial, Helvetica, Sans-Serif;*/
	/*font-family:Calibri;*/
	font-family:Arial;
	/*font-weight:bolder;*/
	font-weight:normal;
	font-size:small;
	/*Neu: Farbe von schwarz auf weiß setzen */
	/*color:#333333;*/	
	color:#FFFFFF;
}

.navheader {
}

.adminmenu{
font-size:8pt;
text-align:right;

/*Neu: Farbe von grün auf blau setzen
background-color:#E9FFD2;*/
/*background-color:#0A5ABC;*/
background-color:#FFFFFF;

padding:2px 10px 2px 5px;
}

.adminmenu a{
text-decoration:none;
color:#666666;


}

.adminmenu{
text-decoration:none;
/*color:#666666; */
/*color:#FFFFFF; */
color:#73A7FD;

}

.adminmenu a:hover{
text-decoration:underline;
/*Neu: Farbe von schwarz auf weiß setzen
color:#FFFFFF;*/
color:#000000;

}


#navigation {
	/*background: #FDD1A2 url('../../Images/vea/gradient-soft.jpg') repeat-x;*/
	/*background: #0A5ABC  repeat-x;*/
	background: url('../../Images/vea/sidebar_kachelNeu.jpg') repeat-y;
	height:400px;
	width:190px;
}

.AspNet-TreeView {
	padding: 10px 0px 40px 25px;
}

.AspNet-TreeView ul {
		list-style: none;
		margin-left: 0;
		padding-left: 0;
		border: none;
}

.AspNet-TreeView li {
		margin-left: 0;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
		padding-left :0;
}

.AspNet-TreeView li a {
		display: block;
		text-decoration: none;
		font-weight:bold;
		width: 100%;
}

.AspNet-TreeView li>ul {
		/*padding-left:20px;*/
		padding-left:10px;
		/*list-style-type:circle;*/
		list-style-type:none;
}

.AspNet-TreeView-Root>ul {
	font-size:80%;
}

.AspNet-TreeView-Root ul {
	font-size:80%;
}

.AspNet-TreeView-Root ul {
		/*padding-left:20px;*/
		padding-left:10px;
		/*list-style-type:circle;*/
		list-style-type:none;

}

.AspNet-TreeView-Leaf {
	 list-style-image:none;
}

.AspNet-TreeView-Root {
	/* list-style-image: url('../../Images/vea/old/navBullet.gif'); */
	/*list-style-type:disc;*/
	list-style-type:none;
}

li.AspNet-TreeView-Selected a {
	text-decoration:underline;
	font-weight:bold;
}
li.AspNet-TreeView-Selected li a {
	text-decoration:none;
	font-weight:bold;
}

/*
.AspNet-TreeView-ChildSelected a{
	text-decoration:underline;
	font-weight:bold;
}
*/


/* Print Preview 

@media print {
#adminbar, #header_right, #divider_top, #navigation, #divider_bottom, #footer_left, #footer_right {
	display:none;
	visibility:hidden;
}

#content {
	border-width:0;
}

}

*/



/* Only show current menu entries */
.AspNet-TreeView-Root ul{
	display:none;
}

.AspNet-TreeView-ChildSelected ul, .AspNet-TreeView-Selected ul {
	display:block;
}


