* {
	font-family: Arial,Helvetica,Sans-Serif;
}
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial,Helvetica,Sans-Serif;
	color: #443;
	text-align: left;
}
form {
	display: inline;
}
img, table {
	border: 0px;
}
th { 
	text-align: left;
}
input.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #443;
	margin: 0px;
}
textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #443;
	margin: 0px;
}
a {
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* sonstige fontstyles */
.standard {
	color: #443;
}
.white {
	color: #ffffff;
}
.blue {
	color: #0033CC;
}
.green {
	color: #66cc00;
}
.grey {
	color: #665;
}
.small {
	font-size: 11px;
}
.big {
	font-size: 13px;
}


/* footer und legal */
#footer {
	clear:both;
	width:756px;
	padding:2em 5px 0 0;
	margin:0 10px 2em 0px;
	border-top:10px solid #fff;
	text-align:left;
}
#footer p {
	clear:both;
	color:#665;
	border-top:1px solid #CCCCBB;
	padding:6px 0 0 0;margin:0;
	font-size:11px;
}
#footer ul {
	clear:both;
	list-style-type:none;
	border:none;
	border-top:1px solid #CCCCBB;
	padding:2px 0 0 0;
	margin:0 0 2px 0;
}
#footer ul li {
	float:left;
	padding:0 0 3px 0;
	margin:0;
}
#footer ul li a {
	background:url(/pool/pics/bullet.gif) no-repeat;
	background-position:0px 2px;
	padding:0 5px 0 15px;
	font-size:11px;
	text-decoration:none;
	color:#14D;
}
#footer ul li a:hover {
	text-decoration:underline;
}
.footer {
	color: #665;
}


/* pagecontainer */
.pagecontainer {
	text-align: left;
	position: relative;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 18px;
}


/* graue linien, egal welche breite */
.line_grey {
	height: 1px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	background-image:  url(/pool/pics/grey_line_1pix.gif);
	background-position: bottom center;
	background-repeat: repeat-x;
}

/* Abstaende  */
.bottommargin2 {
	margin-bottom: 2px;
}		
.bottommargin6 {
	margin-bottom: 6px;
}		
.bottommargin10 {
	margin-bottom: 10px;
}		
.bottommargin12 {
	margin-bottom: 12px;
}		
.bottommargin15 {
	margin-bottom: 15px;
}		
.bottommargin18 {
	margin-bottom: 18px;
}		
.bottommargin20 {
	margin-bottom: 20px;
}		


/* alles fuer den header */
div#header {
	height: 84px;
	width: 756px!important;
	padding: 0px !important;
	margin-right:12px !important;
	float:left;
}
.logo_nokia {
	margin-top: 30px;
	margin-left: 6px;
	float: left; 
	border: 0px;
}
#header
.searchContainer {
	display:inline;
	float:right;
	margin-top:5px;
}

.searchIcon {
	margin-right:8px;
}
.searchText {
	vertical-align:top;
	height:14px;
	margin-top:7px;
	width:95px;
}
.goButton {
	vertical-align:top;
	margin-top:7px;
}
.search_sitetext {
	position:relative;
	display:block;
	font-size:11px;
	line-height:11px;
	margin-top:0px;
	color:#44AA11!important;
}
.first {
	background-image:none!important;
}
.breadcrumb_container {
	float:right;
	position:relative;
	height:30px;
	display:block;
	width:635px;
}
.nokia_breadcrumb {
	float:right;
	list-style-type:none;
	list-style-position:outside;
	margin-top:2px;
}
.nokia_breadcrumb li {
	float:left;
	display:block;
	background:url(/pool/pics/breadcrumb_icon_1.gif) no-repeat 0 3px;padding-left:11px;
	font-size:11px;
	color:#665;
}

.nokia_breadcrumb li a {
	padding-right:3px;
}



/* td linke navi */
ul.sidenavi, ul.sidenavi * {
    color: #14D;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
}

span.navi_L3, div.navi_L3, span.navi_L4, span.navi_L5 {
	color: #443;
}

a.navi_L3, a.navi_L4, a.navi_L5 {
    text-decoration: none;
}

a:visited.navi_L3, a:visited.navi_L4, a:visited.navi_L5 {
    text-decoration: none;
}

a:hover.navi_L3, a:hover.navi_L4, a:hover.navi_L5 {
    text-decoration: underline;
}

ul.sidenavi {
    margin-left: 11px;
    margin-top: 24px;
}

.navi_L3 {
    font-weight: bold;
}
ul.navi_L4 {
	padding-top: 5px;
	padding-left: 6px;
}

ul.navi_L5 {
	padding: 10px 0 10px 6px;
}

li.navi_separated, div.navi_separated {
    border-bottom: 1px solid #CCB;
    padding-bottom: 4px;
    padding-top: 4px;
}
li.navi_separated_last, div.navi_separated_last {
    padding-top: 4px;
}
div.navi_padding_top {
    padding-top: 4px;
}



/* png hack */
.png {
visibility: expression('hidden'); 
behavior: url('/pool/pics/pngbehavior.htc');
}
