﻿/****
	GENERAL SCREEN CSS FILE
		****

html {
	height:auto;
	margin: 0;
	padding: 0;
	
}

body {
	height:auto;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;		
	color: #000;
	text-align: center;
	background-repeat:no-repeat;
	background-position:top center;
}

/****
	PSEUDO
		****/
		
			#top {
				position: relative;
				padding: 0;
				margin:0;
			}

			
			
/****
	CONTAINER
		****/
			#colright,#colleft{
				display:none;
			}
			#container #colmiddle{
				float:none;
				width:1000px;
				margin: 0px; 
				padding:0px;
			}
/****
	HEADER
		****/
			#header {
				 display:none;
			}			
			
				/*** MENU ***/
			 #menu  {
				 display:none;
			 }
			#bottommenu {
				display:none;
			 }
			
			/*** MENU2 ***/
		
			#menu2 {
				display:none;
			}
		/*** SEARCH ***/
			
			#search  {
				display:none;
			}
		/*** LANGUAGE ***/
			
			#lang  {
				display:none;
			}
		/*** DEVELOPING THE FUTURE ***/

			#developing  {
				/*display:none;*/
			}
			
			
		/*** LOGO ***/

			#logo {
				position: absolute;
			}

		/*** MEDIA ***/
	
			#media {
				position: absolute;			
				margin: 89px 0 0 750px;
			}

		/*** FONTSIZE ***/
			
			#fontsize  {
				display:none;
			}
			
		/*** SITELINKS ***/
		
			#sitelinks  {
				display:none;
			}
			
			#printpage{
				display:none;
			}

		/*** TOPS ***/
			
			#printtop {
				display:none;
			}
			#reiter{
				display:none;
			}
			.ids_project_ueberblick{
				display:none;
			}
       		.ids_project_zimmermenu{
				display:none;
			}
			.groundplan_big{
				display:none;
			}
			.ids_project_topmenu{
				display:none;
			}
			.ids_project_topheadline{
				display:block;
			}
			#topprintinfo{
				width:920px;
				height:auto;
				overflow:visible;
			}
			#container {
				height:inherit !important; 
				height:auto;  
				overflow:visible !important; 
			}
			.ids_project_groundplanbig{
				display:block;
			}
			.ids_project_topleft {
				display:none;
			}
			.ids_project_topright {
				float:left;
			}
			#ids_project_topcontent{
				float:left;
			}