@charset "UTF-8";
/**
	* CSS Include File for Duedder Reisen GmbH
	* start.css for page rendering
	* (c) 2009 Thorsten W�st
	* www.ziddex.de
 */
 
@media all
{
	
	* { margin:0; padding: 0 }

	body {
		font-size: 11px;
		color: #000000;
		text-align: left;
		font-family: verdana;
		background: #012D6A url(../img/background/wide_background.jpg) repeat-x left top;
	}	

	a {
		color:#525252;
		text-decoration:underline;		
	}
	
	a:hover{
		color:#000;
		text-decoration:underline;	
	}
	
	a.pdfdownload {
		color:#525252;
		text-decoration:underline;		
		background: url(../img/background/pdf.jpg) no-repeat left top;
		padding:0 0 0 15px;
	}
	
	a.pdfdownload:hover{
		color:#000;
		text-decoration:underline;	
		background: url(../img/background/pdf.jpg) no-repeat left top;
		padding:0 0 0 15px;
	}
	
	/*whole page definitions*/
	#pageframe{
		width: 955px;  
		min-width:inherit; 
		border:0px solid #666;
		max-width:none;
		margin: 0 auto;
		margin-top:0px;
		text-align:left;
		posit#ion:relative;
		background:#fff;
	}	
	
	body { text-align: center }

	/*Clearfix Methode for correct Floats - http://www.jassesnee.de/easyclear/*/
   .clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden
	}
	
	/* (needed for Safari ) */
	.clearfix { display: block }
	
	/*header definition*/
	#header{
		width:955px;
		/*height:50px;*/
		border:0px solid red;
		padding:20px 0 8px 0;
	}			
	
	#widthimg{
		width:955px;
		/*height:50px;*/
		border:0px solid red;
		padding:0;	
		background: #fff url(../img/background/topimgbox.jpg) no-repeat 17px 0;
	}
	
	#maincontent{
		width:955px;
		/*height:50px;*/
		border:0px solid red;
		padding:0 0 0 0;
		/*background: #fff url(../img/background/contentRowTop.jpg) no-repeat 17px 0;	*/
		margin-top:3px;
	}
	
	#footer{
		width:955px;
		border:0px solid red;
		padding:0;	
		background: url(../img/background/footerback.gif) repeat-x left top;	
	}
	
	
	
	
	
	
}