/* ###### Main Elements ###### */

html, body{
	padding: 0px;margin: 0px;
	width: 100%; height: 100%;
	font-size: 12px; line-height: 15px;
	font-family: Arial, sans-serif;
	background: url(../images/background.jpg) no-repeat top center #000;
	color: #666;
	}
	
DIV#wrapper{
	width: 990px;
	margin: 0 auto;
	}
	
	DIV#logo{
		position: relative;
		padding: 15px 0 0 33px;
		margin-bottom: -30px;
		height: 34px;
		}
		
		DIV#logo A{
			display: inline; float: left;
			text-decoration: none;
			position: absolute; z-index: 100;
			}
			
			DIV#logo IMG.autodesk{
				position: absolute;
				top: 15px; left: 215px;
				}

	DIV#headerMenuPng{
		position: relative;
		background: url(../images/header_menu-trans.png) no-repeat top left;
		}
	
		DIV#headerMenu{
			background: url(../images/header_menu-trans.png) no-repeat top left;
			width: 990px; height: 44px;
			}
		
	DIV#flashHeader{
		width: 926px; height: 330px;
		background: #FFF;
		margin: 0 15px 0 15px;
		padding: 5px 17px 0 17px;
		}
		
		DIV#mainMenuPng{
			background: url(../images/main_menu-trans.png) no-repeat top left;
			}
		
			DIV#mainMenu{
				position: relative; z-index: 300;
				width: 955px; height: 80px;
				padding: 0 15px 0 3px;
				}
				
				DIV#search{
					position: absolute;
					top: 18px; right: 12px;
					background: url(../images/search.jpg) no-repeat top left;
					width: 97px; height: 21px;
					}
		
		DIV#subsite_line{
			margin: 0 0 0 15px;
			line-height: 4px; font-size: 4px;
			width: 960px; height: 4px; 
			}
	
	DIV#content{
		background: url(../images/content_gradient.png) repeat-x top center #FFF;
		width: 960px;
		margin: 0 15px;
		padding: 0 0 7px 0;
		position: relative; z-index: 10;
		}
		
		DIV#contentAreaLeft{ 
			display: inline; float: left; 
			width: 395px;
			margin-right: 15px;
			}
			
		DIV#contentAreaRight{ 
			display: inline; float: left; 
			width: 220px;
			}
			
			DIV#contentAreaRight P{
				font-style: italic;
				font-size: 11px;
				color: #999;
				}
		
		DIV#breadcrumb{
			font-size: 11px;
			color: #B3B3B3;
			margin: 1px 0 0 35px;
			}
			
		DIV#subsiteContentLeft{
			width: 630px;
			padding: 16px 12px 0 28px;
			display: inline; float: left;
			}
		
		DIV#contentLeft{
			width: 650px;
			padding: 16px 12px 0 8px;
			display: inline; float: left;
			}
			
		DIV#contentRight{
			width: 290px;
			display: inline; float: left;
			padding: 15px 0 0 0px;
			}
			
			DIV#right{
				padding-bottom: 10px;
				}
			
	DIV#footerMenuPng{
		background: url(../images/footer_top-trans.png) no-repeat top center #000;
		}
		
		DIV#footerMenu{
			width: 990px; min-height: 101px;
			}
			
			DIV#footerMenu IMG.logo{
				margin: 23px 0 0 5px;
				}
		
	DIV#footerBottom{
		background: url(../images/footer_bottom-trans.png) no-repeat top center;
		width: 990px; height: 37px;
		}


/* ###### Content HTML styles ###### */

DIV#content TABLE H1{ font-size: 1.8em; margin: 8px 0 8px 0; }
DIV#content TABLE H2{ font-size: 1.3em; margin: 8px 0 8px 0; }
DIV#content TABLE H3{ font-size: 1.2em; margin: 8px 0 8px 0; font-weight: bold;  }
DIV#content TABLE H4{ font-size: 1.1em; margin: 8px 0 8px 0; font-weight: bold;  }
DIV#content TABLE H5{ font-size: 0.9em; margin: 8px 0 8px 0; font-weight: bold;  }
DIV#content TABLE H6{ font-size: 0.8em; margin: 8px 0 8px 0; }

DIV#content TABLE P{ margin: 3px 0 15px 0; }

DIV#content TABLE STRONG{ font-weight: bold; }
DIV#content TABLE EM{ font-style: italic; }

DIV#content TABLE UL{ list-style-type: circle; list-style-position: inside; margin: 10px 0; }
DIV#content TABLE UL UL,DIV#content TABLE UL OL{ margin: 10px 0 10px 10px; }
DIV#content TABLE OL{ list-style-type: decimal; list-style-position: inside; margin: 10px 0; }
DIV#content TABLE OL UL,DIV#content TABLE OL OL{ margin: 5px 0 5px 10px; }

DIV#content A{ text-decoration: underline; color: #333; }
DIV#content A:hover{ text-decoration: underline; color: #999; }

DIV#content INPUT[type=text], DIV#content TEXTAREA {
	border: 1px solid #999;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	padding: 3px;
	}
DIV#content INPUT[type=submit] { color: #000; }


/* ###### Breadcrumbs ###### */

.breadcrumbs A{
	text-decoration: none;
	color: #B3B3B3;
	font-size: inherit;
	font-style: normal;
	}
	
.breadcrumbs IMG {
	padding: 0 5px;
	}

/* ###### HeaderMenu ###### */

DIV#headerMenu UL{
	position: absolute;
	top: 25px;
	right: 66px;
	}
	
	DIV#headerMenu UL LI{
		display: inline; float: left;
		padding-right: 13px;
		}
		
		DIV#headerMenu UL LI A{
			font-size: inherit; font-family: inherit;
			color: #FFF;
			text-decoration: none;
			}


/* ###### Main Menu ###### */

DIV#mainNav{
	position:relative; z-index: 50;
	}

DIV#mainNav UL{
	position: absolute;
	top: 0px; left: 0px;
	}
	
	DIV#mainNav UL LI:hover{
		background: url(../images/menu_active.png) no-repeat top right;
		}
	
	DIV#mainNav UL LI.active_menu{
		background: url(../images/menu_active.png) no-repeat top right !important;
		}
		
		DIV#mainNav LI LI.active_menu{
			background: none !important;
			}
	
	DIV#mainNav UL LI{
		display: inline; float: left;
		background: url(../images/main_menu_line.png) no-repeat center right;
		height: 55px;
		position: relative;
		}
		
		DIV#mainNav UL LI A{
			font-size: 12px; font-family: inherit;
			text-decoration: none;
			color: #6D6E71;
			padding: 19px 34px;
			margin-top: 0;
			display: block;
			}
			
		DIV#mainNav UL LI:first-child A{
			padding 0 30px 0 0px !important;
			}
		
		DIV#mainNav UL LI DIV.sub_menu_wrapper{
					position: absolute;
					top: 33px; left: -17px;
					z-index: 200;
					}
		
			DIV#mainNav UL LI DIV.sub_menu_top{
				background: url('../images/menu_top.png') no-repeat top left;
				filter: progid:DXImageTransform.Microsoft.AlphaImageLoader('../images/x.gif');
				display: inline; float: left;
				width: 226px; height: 26px;
				}
				
			DIV#mainNav UL LI UL{
				background: url('../images/menu_slider.png') repeat-y bottom left;
				filter: progid:DXImageTransform.Microsoft.AlphaImageLoader('../images/x.gif');
				display: inline; float: left;
				margin: 0 0 0 4px; padding: 0 0 30px 0;
				position: static;
				width: 215px;
				}
				
			DIV#mainNav UL LI DIV.sub_menu_wrapper{
				display: none;
				}
			
			DIV#mainNav UL LI:hover DIV.sub_menu_wrapper{
				display: block;
				}
					
					DIV#mainNav UL LI UL LI, DIV#mainNav UL LI UL LI:hover, DIV#mainNav UL LI UL LI#current{
						background: none;
						display: block; float: none;
						margin: 0; padding: 5px 20px;
						height: auto;
						}
						
						DIV#mainNav UL LI UL LI A{
							border-top: 1px solid #333;
							color: #CCC;
							display: block;
							filter:alpha(opacity=100);
							padding: 13px 15px 0px 15px; margin: 0;
							width: 145px;
							}
						
						DIV#mainNav UL LI UL LI:first-child A{
							border: none;
							}
			
/* ###### Subsite Menu ###### */

DIV#subNav{
	display: inline; float: left;
	position: relative;
	top: 60px; left: 0;
	z-index: 30;
	}

DIV#subNav UL.menu{
	position: absolute;
	top: 50px;
	left: 15px;
	}
	
	DIV#subNav UL.menu{
		margin-top: 12px;
		height: 15px;
		}
		
		DIV#subNav UL.menu LI{
			background: url(../images/sub_menu_line.jpg) no-repeat top left;
			display: inline; float: left;
			}
		
	DIV#subNav UL.menu LI:first-child{
		background: none;
		}
		
		UL.menu LI A{
			font-size: 11px; font-family: inherit;
			text-decoration: none;
			color: #6D6E71;
			padding: 0 16px;
			display: block;
			}
			
/* ###### Footer Menu ###### */

DIV#footerMenu UL{
	background: none;
	position: static;
	width: 880px;
	margin: 7px 0 0 15px; padding: 0;
	display: inline; float: left;
	}
	
	DIV#footerMenu UL LI{
		margin: 12px 0 0 0;
		background: none;
		display: inline; float: left;
		padding: 0 30px 0 30px;
		width: 120px;
		font-size: 11px;
		background: url(../images/sub_menu_line.jpg) no-repeat top left;
		}
		
	DIV#footerMenu UL LI:first-child{
		background: none;
		}
		
	DIV#footerMenu UL LI A{
		padding: 0 !important;
		}
		
		DIV#footerMenu UL LI UL{
			display: block;
			position: static;
			width: 200px;
			padding: 0; margin: 8px 0 10px 0;
			width: 120px;
			}
			
			DIV#footerMenu UL LI UL LI{
				background: none;
				display: block; float: none;
				position: static;
				padding: 0; margin: 0;
				}
				
				DIV#footerMenu UL LI UL LI A{
					text-decoration: none;
					color: inherit;
					padding: 0; margin: 0;
					font-size: 10px;
					line-height: 19px;
					}


/* ###### Search Field ###### */

DIV#search INPUT{
	font-family: inherit;
	font-size: inherit;
	color: #6D6E71;
	border: none;
	padding: 0; margin: 0;
	background: none;
	width: 68px;
	margin: 4px 0 0 9px;
	display: inline; float: left;
	}
	
	DIV#search INPUT.loupe{
		position: relative;
		display: inline; float: left;
		width: 15px; height: 15px;
		border: none; background: none;
		margin: 4px 0 0 0; padding: 0;
		cursor: pointer;
		}
		
.search-magnifier{
	display: none !important;
	}
	
.search-close{
	display: none !important;
	}
	
.searchbox{
	width: 100px !important;
	background: none !important;
	}
	
.search-loader{
	background: none !important;
	}

/* YOOSEARCH */

.resultbox{
	border: none !important;
	margin: 20px 0 0 0 !important;
	right: -26px !important;
	}
	
	.resultbox-bg{
		border: 2px solid #999;
		border-bottom: none;
		}
		
	.resultbox-bl{
		border: 2px solid #999;
		border-top: none;
		}

/* ###### White Modules ###### */

DIV.whiteModuleWrapper{
	width: 282px;
	margin-bottom: 15px;
	}
	
	DIV.whiteModuleWrapper DIV.whiteModuleHeader{
		font-size: 15px;
		width: 259px;
		height: 21px;
		background: url(../images/white_module_header.png) no-repeat top left;
		padding: 7px 10px 0 13px;
		}
		
		DIV.whiteModuleWrapper DIV.whiteModuleHeader H3{
			font-size: 15px;
			font-weight: normal;
			line-height: 18px;
			}
	
	DIV.whiteModuleWrapper DIV.whiteModuleContent{
		background: url(../images/white_module_content.png) no-repeat bottom left;
		width: 252px;
		padding: 10px 15px 10px 15px;
		}

/* ###### Black Modules ###### */


DIV.blackModuleWrapper{
	display: inline; float: left;
	width: 354px;
	margin: 10px 16px 0 -3px;
	}
	
	DIV.blackModuleWrapper DIV.blackModuleHeader{
		width: 334px;
		height: 21px;
		background: url(../images/black_module_header.jpg) no-repeat top left;
		padding: 7px 10px 0 15px;
		}
		
		DIV.blackModuleWrapper DIV.blackModuleHeader H3{
			font-size: 15px; color: #B3B3B3;
			font-weight: lighter;
			line-height: 18px;
			}
	
	DIV.blackModuleWrapper DIV.blackModuleContent{
		background: url(../images/black_module_content.jpg) no-repeat bottom left;
		width: 324px;
		padding: 10px 15px 20px 15px;
		}
		
		DIV.blackModuleWrapper DIV.blackModuleContent IMG{
			margin: -10px 0 5px -10px;
			}

/* ###### Black Modules 2 ###### */

DIV.blackSmallModuleWrapper{
	display: inline; float: left;
	width: 280px;
	margin: 10px 0 0 0;
	}
	
/* Just for subpage modules */
DIV#contentRight DIV.blackSmallModuleWrapper{
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
	}
	
	DIV.blackSmallModuleWrapper DIV.blackSmallModuleHeader{
		width: 258px;
		height: 21px;
		background: url(../images/black_module_header_small.png) no-repeat top left;
		padding: 7px 10px 0px 12px;
		}
		
		DIV.blackSmallModuleWrapper DIV.blackSmallModuleHeader H3{
			font-size: 15px; color: #B3B3B3;
			font-weight: lighter;
			line-height: 18px;
			}
	
	DIV.blackSmallModuleWrapper DIV.blackSmallModuleContent{
		background: url(../images/black_module_content_small.png) no-repeat bottom left;
		width: 253px;
		padding: 10px 15px 20px 12px;
		}
		
		DIV.blackSmallModuleWrapper DIV.blackSmallModuleContent IMG{
			margin: -10px 0 5px -10px;
			}
			

/* ###### Front page content Module ###### */
DIV.frontpageContent{
	background: url('../images/flash_map.png');
	padding: 20px 180px 20px 20px;
	width: 450px; height: 150px;
	}
	
	DIV.frontpageContent H2{
		font-size: 18px;
		margin-bottom: 10px;
		}
	
	DIV.frontpageContent P{
		margin: 5px 0 15px 0;
		}
		
	DIV.frontpageContent A{
		color: #666 !important;
		font-weight: bold;
		text-decoration: none !important;
		}
			

/* ###### Joomla Specific Styles ###### */

#contentLeft .article_separator{
	line-height: 0 !important;
	height: 0 !important;
	display: none !important;
	}

.article_separator{
	display: none;
	}

.blog .article_separator{
	display: block;
	width: 100%;
	background: url(../images/aktuelt_seperator.png) repeat-x;
	}

.componentheading{
	display: none;
	font-size: 17px;
	padding: 0 0 10px 0; margin: 0;
	}
	
.contentheading{
	font-size: inherit; color: inherit;
	font-weight: bold;
	padding: 0 0 0 0;
	}
	

#webzoo{
	float: right;
	}
#webzoo A{
	font-size: 10px;
	display: block;
	margin: 10px 15px 0 0;
	color: #333;
	text-decoration: none;
	}
#webzoo A:hover{
	color: #666;
	}

HTML DIV#content A.readon{
	color: #666;
	display: block;
	text-decoration: none;
	font-style: italic;
	padding: 0px 0px 10px 0;
	}
	
