﻿/*
IT im Unternehmen Stylesheet
---------------------------------------
*/

/*
Body Elements
---------------------------------------
*/

body
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size:12px;
    line-height:130%;
    color: #000000;
    background-color: #ffffff;
    margin-left:0px;
    margin-top:5px;
}

/*
Inline Elements
---------------------------------------
*/

a:link
{
	color: #0066CC;
	text-decoration: none;
}

a:active
{
	color: #0066CC;
	text-decoration: none;	
}

a:visited
{
	color: #0066CC;
	text-decoration: none;	
}

a:hover
{
	color: #0066CC;
	text-decoration: underline;	
}

/*
Navigation Elements
---------------------------------
*/
	
a:link.head2
{
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
	
a:active.head2
{
	color: #000000;
	text-decoration: none;
}

a:visited.head2
{
	color: #000000;
	text-decoration: none;
}

a:hover.head2
{
	color: #000000;
	text-decoration: underline;
}

a:link.h
{
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
	
a:active.h
{
	color: #000000;
	text-decoration: none;
}

a:visited.h
{
	color: #000000;
	text-decoration: none;
}

a:hover.h
{
	color: #000000;
	text-decoration: underline;
}				

/*
Layout 
---------------------------------------
*/

div#Mother
{
	width: 956px;
	margin-left: 0px;
	position:relative;
}

div#ContentLeft
{
	float:left;
	width:430px;
	position:relative;
	margin-left:20px;
	margin-right:10px;
}

div#ContentRight
{
	float: left;
	width: 340px;
	position: relative;
	background-color: #F9F9F9;
}

div#TableContent
{
	float:left;
	position:relative;
	margin-left:20px;
}


div#Bar
{
    width: 858px;
    height: 20px;
	background: url(../images/grd1.gif);
	background-color: #eeeeee;
	font-size:11px;
    line-height:110%;
}

div#Bar a:link
{
	color: #000000;
	text-decoration: none;
}

div#Bar a:active
{
	color: #000000;
	text-decoration: none;
}

div#Bar a:visited
{
	color: #000000;
	text-decoration: none;
}

div#Bar a:hover
{
	text-decoration: underline;	
}

div#Bar0
{
    width: 858px;
    height: 5px;
	background-color: #ffffff;
}

div#Bar1
{
    width: 858px;
    height: 30px;
	background: url(../images/grd2.gif);
}


.BarLeft
{
	width: 429px;
	height: 20px;
	background-color: #eeeeee;
	color: #999999;
	font-size: 11px;
	line-height: 170%;
	margin-bottom: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #dddddd;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #dddddd;
}

.BarRight
{
	width: 339px;
	height: 20px;
	background-color: #eeeeee;
	color: #999999;
	font-size: 11px;
	line-height: 170%;
	margin-bottom: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #dddddd;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #dddddd;
}


/*
Ads
---------------------------------------
*/

div#LeaderBoard
{
	position:relative;
	margin-left:20px;
}

div#MessageArea
{
	position:relative;
	text-align:center;
}

div#MessageArea2
{
	position:relative;
	text-align:center;
}


/*
Search
---------------------------------------
*/

#suche
{
	position: relative;
	left: 220px;
	top: 0px;
	height:70px;
	font-size: 9px;
    line-height:110%;
	color: #fff;
}

#suche #at
{
	position: relative;
	top: 10px;
	left: 50px;
	font-size: 9px;
	line-height: 110%;
	color: #fff;
	background-color: #013D73;
	width: 150px;
	font-weight: bold;
}

#suche #se
{
	position: relative;
	top: 10px;
	left: 53px;
	font-size: 9px;
	color: #000;
	width: 136px;
}

#suche #submit
{
	position: relative;
	top: 14px;
	left: 54px;
}

.wpcat
{
	position: relative;
	font-size: 9px;
	color: #000;
	width: 236px;
}


.wpse
{
	position: relative;
	font-size: 9px;
	color: #000;
	width: 208px;
}

.wpsubmit
{
	position: relative;
	top: 4px;
	left: 0px;
}

/*
Navigation
---------------------------------------
*/

div#B1
{
    width: 858px;
    height: 10px;
}

div#Background
{
    width: 858px;
    height: 98px;
    background: url(../images/bgmonster.jpg);
	background-color: #003c72;
}

ul#Navigation
{
    margin: 0;
    text-align: center;
    padding-left: 20px;
    line-height:110%;
    font-size: 11px;
    padding-top: 1px;
}

ul#Navigation li
{
    list-style: none;
    float: left;
    position: relative;
    margin: 0;
    padding: 0px 0px 0px 2px;

}

ul#Navigation a
{
    display: block;
    padding: 2px 4px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid white;
    color: white; 
    background-color: black;
    text-align: left;
}

li a#selected
{
    border-color: white;
    border-left-color: white;
    border-top-color: white;
    color: white;
    background-color: gray;
}

ul#Navigation a:hover
{
    border-color: white;
    border-left-color: white;
    border-top-color: white;
    color: white;
    background-color: gray;
    text-decoration: underline;
}

li a#selected 
{
    color: black;
    background-color: white;
}

/* -- sub nav -- */

ul#SubNavigation
{
    clear: both;
    position: relative;
    top: 8px;
    margin: 0;
    text-align: center;
    padding-left: 17px;
    line-height:110%;
    font-size: 11px;
}

ul#SubNavigation li
{
    list-style: none;
    float: left;
    position: relative;
    margin: 0;
    padding: 0px 0px 0px 4px;
    color: #888;
}

/* -- breadcrumbs -- */

ul#BreadCrumb
{
    clear: both;
    position: relative;
    top: 10px;
    margin: 0;
    text-align: center;
    padding-left: 17px;
    line-height:110%;
    font-size: 11px;
}

ul#BreadCrumb li
{
    list-style: none;
    float: left;
    position: relative;
    margin: 0;
    padding: 0px 0px 0px 4px;
    color: #888;
}

/* -- etc -- */

.textimage {
	margin-right: 10px;
	margin-bottom: 4px;
}

.textimage2 {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 4px;
}

.newsimage {
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 4px;
}


.listimage {
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 4px;
}



#VnuNetwork
{
    float: left;
    border: 1px solid;
    border-color: #cccccc;
    background-color: silver;
    padding-left:3px;
    padding-right:2px;
    line-height:110%;
    font-size: 11px;
}

.footersmall
{
	font-size: 9px;
	margin-left:20px;
}

.small
{
	font-size: 9px;
}


.head
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.head2
{
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}


h2
{
	font-weight: bold;
	font-size: 16px;
	line-height:120%;
	/*margin-top: 0px;*/
}

h1
{
	font-weight: bold;
	font-size: 11px;
	color: #999999;

}

h1#news
{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height:120%;
	
}

h1#newslist
{
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 2px;
	line-height:120%;
	
}

h2#list
{
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 2px;
	line-height:120%;
	
}


.hsg
{
	font-size: 11px;
	color: #000000;
}

.whitepaperul
{
	
	position:relative;
	top: -6px;
	margin-left: 0px;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 2px;
	padding-right: 8px;
	font-size: 12px;
	line-height: 160%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	list-style-image: url('../images/itu_knowledgebase.gif');
}


.sidebarul
{
	
	position:relative;
	top: -6px;
	margin-left: 4px;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 2px;
	padding-right: 8px;
	font-size: 12px;
	line-height: 160%;
	list-style-image: url('../images/itu_liste.gif');
}

.morenewsul
{
	position:relative;
	top: 0px;
	margin-left: 4px;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 2px;
	padding-right: 8px;
	font-size: 12px;
	line-height: 160%;
	list-style-image: url('../images/itu_liste.gif');
}

.grey
{
	color: #999999;
}

.tag
{
	color: #CC0000;
}

.color
{
	color: #CC0000;
}


.colorhead
{
	font-size: 12px;
	color: #CC0000;
}


/*
box
----------------
*/


.navBoxComparison
{
	margin: 0;
	padding: 5px;
	background-color: #EEE;
	border: solid 1px #EEE;
}

.navBoxComparison h4
{
	margin: 2px 0 5px 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 11px;
	color: #CC0000;
}

.navBoxComparisonList
{
	margin: 5px 0 0 0;
	padding: 5px;
	background-color: #fff;
	border: solid 1px #ccc;
}

.navBoxComparison ul
{
	list-style: none;
	margin:0;
	padding-left:0px;
}

.navBoxActive
{
	margin:5px 0px;
	padding:5px;
	background-color: #fff;
	border: solid 1px #ccc;
}

.navBox
{
	margin: 0;
	padding: 5px;
	background-color: #EEE;
	border: solid 1px #EEE;
}

.navBox h4
{
	margin: 2px 0 5px 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 11px;
	color: #CC0000;
}

.navBoxList
{
	margin: 5px 0 0 0;
	padding: 5px;
	background-color: #fff;
	border: solid 1px #ccc;
}

.spLeft
{
	height:12px;
	width:430px;
	font-size:1px;
	clear:both;
}

.spRight
{
	height:12px;
	width:340px;
	font-size:1px;
	clear:both;
}


/*
table vnunet.de
----------------
*/

.vnubestenliste

	{
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #000000;
	}
	
	
.hred

	{
	color: #CC0000;
	font-weight: bold;
	background-color: #FFFFFF;
	border:1px solid #CC0000;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
	}

.red

	{
	color: #CC0000;
	font-weight: bold;
	border:1px solid #999999;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
	}
	

.hblack

	{
	font-weight: bold;
	background-color: #FFFFFF;
	border:1px solid #000000;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
	}


.black

	{
	border:1px solid #999999;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
	}	


.vnutest

	{
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #000000;
	}

.tbhead

	{
	}

.zhe

	{
	font-weight: bold;
	background-color: #FFFFFF;
	border:1px solid black;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
	}

.zpn

	{
	font-weight: bold;
	background-color: #FFFFFF;
	border:1px solid black;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
	}

.zgw

	{
	color: #CC0000;
	font-weight: bold;
	background-color: #FFFFFF;
	border:1px solid #CC0000;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
	}	

.ztw

	{
	font-weight: bold;
	background-color: #FFFFFF;
	border:1px solid black;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
	}

.dzhe

	{
	font-weight: bold;
	background-color: #FFFFFF;
	border:1px solid #999999;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
	}

.dzpn

	{
	font-weight: bold;
	background-color: #FFFFFF;
	border:1px solid #999999;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
	}	

.dzgw

	{
	color: #CC0000;
	font-weight: bold;
	background-color: #FFFFFF;
	border:1px solid #999999;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
	}

.dztw

	{
	background-color: #FFFFFF;
	border:1px solid #999999;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
	}	
	
/* menu */

.topMenu {
}

.submenu {
  background-color: #eeeeee;
  border-width: 1px;
  border-style: solid;
  border-color: #AAAAAA;
  padding: 0px;
}

.topItemNormal {
  background-image: url(images/css/btn1.gif);
  background-repeat: no-repeat;
  font-family: Tahoma;
  font-size: 11px;
  color: #eeeeee;
  cursor: pointer;
  width: 100px;
  height: 32px;
  padding-left: 5px;
  padding-right: 5px;
}

.topItemOver {
  background-image: url(images/css/btn2.gif);
  background-repeat: no-repeat;
  font-family: Tahoma;
  font-size: 11px;
  color: #eeeeee;
  cursor: pointer;
  width: 100px;
  height: 32px;
  padding-left: 5px;
  padding-right: 5px;
}

.itemNormal {
  cursor: pointer;
  background-color: #eeeeee;
  padding: 5px 15px 5px 15px;
  width: 200px;
}

.itemOver {
  cursor: pointer;
  background-color: #eeeeee;
  padding: 5px 15px 5px 15px;
  width: 200px;
}

.itemTextNormal {
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  width: 100%
}

.itemTextOver {
  font-family: Verdana;
  font-size: 11px;
  color: #eeeeee;
  width: 100%
}

.menu {
width:200px; 
font-size:0.85em;
position:relative;
z-index:100;
}

.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

.menu ul ul {
width:150px;
}

.menu li {
float:left;
width:150px;
position:relative;
}

.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#eeeeee; 
width:139px; 
height:20px; 

padding-left:10px; 
line-height:20px;
}

* html .menu a, * html .menu a:visited {
width:150px;
w\idth:139px;
}

.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#eeeeee url(../../graphics/drop.gif) bottom right no-repeat;

}

.menu ul ul a.drop:hover{
background:#eeeeee url(../../graphics/drop.gif) bottom right no-repeat;
}

.menu ul ul :hover > a.drop {
background:#eeeeee url(../../graphics/drop.gif) bottom right no-repeat;
}

.menu ul ul ul a, .menu ul ul ul a:visited {
background:#eeeeee;
}

.menu ul ul ul a:hover {
background:#eeeeee;
}

.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:20px;
left:0; 
width:150px;
}

* html .menu ul ul {
top:20px;
t\op:20px;
}

.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}

.menu ul ul ul.left {
left:-150px;
}

.menu table {position:absolute; top:0; left:0;}

.menu ul ul a, .menu ul ul a:visited {
background:#eeeeee; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px

}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#eeeeee;
}

.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#eeeeee;
}

.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}

.menu ul :hover ul ul{
visibility:hidden;
}

.menu ul :hover ul :hover ul{ 
visibility:visible;
}