/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

html, body{
	padding:0px;
	height:100%;
	width:100%;
}

#flashbox{
	display:none;
	background:#fff;
	
}

strong{ font-weight:strong; }
em{ font-style:italic; }
a:focus{ outline:none; }

#flashbox *{
	position:absolute;
}

.page{
	display:none;
}

.noflash .page{
	display:block;
}

.noflash #Agentur, .noflash #Mission, .noflash #Leistungen, .noflash #Blog, .noflash #Kontakt, .noflash #Impressum{
	display:none;
	position:absolute;
	overflow:hidden;
	color:#fff;
}

.page .content{
	width:450px;
	position:absolute;
	top:50px;
	left:50px;
}

.noflash #Start img{
	margin:auto;
	padding-top:100px;
	display:block;
}

.page .content h1{
	font-size:40px;
	margin-bottom:30px;
}

.page .content h2{
	font-size:28px;
}

.page .content p{
	text-align:justify;
	margin-bottom:10px;
	line-height:24px;
}

.page .content p a{
	text-decoration:underline;
	color:#fff;
}

.page .content p a:hover{
	text-decoration:none;
}

.page .closeLink{
	background:#707681;
	text-transform:uppercase;
	position:absolute;
	right:0px;
	top:50px;
	height:20px;
	line-height:20px;
	width:88px;
	color:#fff;
	font-size:13px;
	display:block;
	text-align:center;
	text-decoration:none;
}

.noflash #Impressum{
	display:block;
	position:absolute;
	right : 0px;
	top:0px;
	width : 0px;
	overflow:hidden;
	height:100%;
	background : #D3D7DA;
	color:#84878C;
	
}


.noflash #Impressum .closeLink{
	display:none;
}

.noflash #Impressum .content{
	width : 300px;
}

.noflash #Impressum p{
	font-size:12px;
	line-height:14px;
}

#closeImp{
	display:none;
}

.noflash #closeImp{
	display:none;
	position:absolute;
	right : 400px;
	bottom:50px;
	height:20px;
	line-height:20px;
	width:88px;
	color:#fff;
	font-size:13px;
	
	text-align:center;
	text-decoration:none;
	background:#93B7C9;
	text-transform:uppercase;
}

.noflash #impBox{
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:absolute;
	background:#fff;
	display:none;
}

.impLink{
	position:absolute;
	right : 0px;
	bottom:50px;
	height:20px;
	line-height:20px;
	width:88px;
	color:#fff;
	font-size:13px;
	display:block;
	text-align:center;
	text-decoration:none;
	background:#93B7C9;
	text-transform:uppercase;
}

