<!--
/* ############################ */
/* basic			*/
/* ############################ */
-->

	html, body {
		background-color: #9c9c9c;
		font-size: 11px;
		margin: 0px;
		width: 100%;
		font: 0.80em arial, verdana, tahoma, helvetica, sans-serif;
		color: #ffffff;
        	padding: 0px;
		line-height: 5px;
        	width: 1120px;

	}
	
	a:link {
		color: #ffffff;
		text-decoration:none;
	}

	a:visited {
		color: #ffffff;
		text-decoration:none;
	}

	a:active {
		color: #ffffff;
		text-decoration:none;
	}
	
	a:hover {
		color: #ffae00;
		text-decoration:none;
	}


	h1 {
		color: #ff0000;
		font-family: Arial, 'Trebuchet MS', Sans-Serif;
		font-weight: bold;
		font-size: 16px;
		padding-bottom: 2px;
		padding-left: 10px;
		border-bottom: 2px solid #ededed;			
	}

	h2 {
		color: #ffae00;
		font-family: Arial, 'Trebuchet MS', Sans-Serif;
		font-weight: bold;
		font-size: 14px;
		padding-bottom: 2px;
		padding-left: 20px;
		border-bottom: 2px solid #ededed;	
		padding-top: 10px;		
	}


	h3 {
		color: #ffae00;
		font-family: Arial, 'Trebuchet MS', Sans-Serif;
		font-weight: bold;
		font-size: 12px;
		padding-bottom: 2px;
		padding-left: 25px;
		border-bottom: 2px solid #ededed;	
		padding-top: 10px;		
	}

	h4 {
		color: #ffffff;
		font-family: Arial, 'Trebuchet MS', Sans-Serif;
		font-weight: bold;
		font-size: 12px;
		padding-bottom: 2px;
		padding-left: 25px;
		border-bottom: 2px solid #ededed;	
		padding-top: 10px;		
	}


	#bild_rahmen {
		border: 2px solid #ffffff;
	}

	#bild_rahmen:hover {
		border: 2px solid #ffae00;
	}



   table, td, tr { 
	color: #ffffff; 
	font-family: verdana, Arial, sans-serif; 
	font-size: 11px;
   }
   
   #top {
       width: 100%;
       height: 32px;
       background-image: url('http://www.wallpaper-page.eu/images/top_bg.jpg');
       * width: expression(document.body.clientWidth < 950 ? "950px": "100%" );
   }
   
   #header {
       width: 100%;
       height: 111px;
       background-image: url('http://www.wallpaper-page.eu/images/header.jpg');
       background-color: #000000;
       background-repeat: no-repeat;
   }
   
   #navi {
       width: 100%;
       height: 30px;
       background-image: url('http://www.wallpaper-page.eu/images/navibg.jpg');
   }

   #content {
   }
   
   	   #links {
	       float: left;
	       width: 185px;
	   }
	   
	   #rechts {
	       float: right;
	       width: 150px;
	   }
	   
	   #main {
	   	float: auto;
           	margin-left: 190px;
           	margin-right: 155px;
	   }

	   #main_wallpaper {
	   	float: auto;
           	margin-left: 0px;
           	margin-right: 0px;
	   }	   

    #copyright {
        clear: both;
        background-image: url('http://www.wallpaper-page.eu/images/copyright_bg.jpg');
        width: 100%;
        height: 30px;
    }
