#menu {
	display: none;
}

#page {
	width: 900px;
}

#header {
}

#menu2 {
}

#search {
}

.content {
	width: 900px;
	margin-top: 40px;
}
	
	#main_content {
		float: left;
		position: relative;
		
		width: 645px;
		height: 405px;
		
		overflow: hidden; /* so that playing with visibility:hidden does not result in scrollbars */
		
		background: rgb(210,210,205);
				
		font-family: "Trebuchet MS", Arial, sans-serif;
	}
		
		#main_content .entry-content div {
			margin: 0;
		}
	
		#main_content .text {
			position: absolute;
			top: 35px;
			left: 30px;
			
			width: 460px;
			height: 260px;

			background: rgb(210,210,205); /* required because fading without a background gives ugly effects in IE */
			
			text-align: left;
			color: white;
			font-size: 1.6em;
			line-height: 1.3em;
	
			margin: 0;
			padding: 0;
		}
			
			#main_content .text strong {
				background: none;
				font-weight: bold;
			}
			
		
		#main_content * {
			/* required to make the content within (divs) stretch out, so that #steuerung can be align at bottom:0 */
			position: relative;
			width: 100%;
			height: 100%;
		}
		
		#main_content p, #main_content table, #main_content ul, #main_content ol, #main_content hr, #main_content a {
			/*  Resetting width: 100%, height:100% for most important content elements so that p's won't stretch themselves out */
			margin-top: 0;	
		
        	width: auto;
			height: auto;
        }		

		
			#main_content #seite2, 
			#main_content #seite3, 
			#main_content #seite4, 
			#main_content #seite5 {
			/* Standardzustand der Seite beim Laden, wird durch jQuery definiert, also gibt es hier nichts zu tun */  
			}
			
			#main_content #seite5 #case_studies {
				width: 500px;
			
				margin-top: 3em;
			
            	font-size: 0.65em;
				line-height: 1.2em;              
            }
			
			#main_content #seite5 #case_studies hr {
				display: block;
				border: 0;
				border-style: none;
				border-bottom: 1px solid white; /* required for IE */
				margin-bottom: 5px;

				height: 1px;				
				width: 100%;
				
				background: white;
				
				position: relative;
				top: -0.4em;
            }
            
            #main_content #case_studies p {
            	position: relative;
            }
            
            #main_content #case_studies p.study {
				border-left: 3px solid rgb(70,160,40);
				padding-left: 7px;
			}
            
            #main_content #case_studies p a {
            	color: white;
            }

			#main_content #case_studies p a.more {
				position: absolute;
				right: 0;
				bottom: 0;
			}
		


	
		#steuerung {
			position: absolute;
			right: 0;
			bottom: 0;
			
			width: 140px;
			height: auto;
			
			padding: 17px 23px;
		}
		
			#steuerung a {
				display: block;
				width: 19px;
				height: 12px;
				float: left;
				overflow: hidden;
				
				margin-left: 7px;
				
				text-indent: 3000em;
				
				background: none;
				border: 1px solid white;
			}
			
			#steuerung a:hover {
				background: white;
			}
			
			#steuerung a.current_item {
				background: white;
			}
			
	#spalte_rechts {
		float: right;
	
		width: 230px;
		height: 405px;
		
		margin-left: 20px;
		
		position: relative;
	
		color: rgb(105,105,105);
	}
	
		#spalte_rechts p {
			margin: 0.6em 3px 0 3px;
			position: relative;
		}
		
		#spalte_rechts #about_me p a.more {
			position: absolute;
			right: 0;
			bottom: 0;
		}
		
		#spalte_rechts #about_me img {
			/* border: 1px solid rgb(210,210,205); */
			background: white;
			
			padding-bottom: 4px;
		}
		
		#spalte_rechts #about_me a:hover img {
			background: rgb(210,210,205);
		}
	
		#home_navi {
			position: absolute;
			bottom: 0;
			left: 0;
			
			background: white;
			width: 100%;
		}
		
			#home_navi ul {
				list-style-type: none;
				margin: 0;
				padding: 0;

				width: 100%;
			}
			
			#home_navi ul li {
				width: 100%;

				color: white;
				
				margin-top: 20px;
				
				font-family: "Trebuchet MS", Arial, sans-serif;
				font-size: 2.4em;
			}
			
			#home_navi ul li a {
				display: block;
				width: 208px;
				height: 100%;
				padding: 6px 11px;

				background: rgb(210,210,205);
				
				color: white;
				border: 1px solid white;
				
				position: relative;
				top: 1px;
			}
			
			#home_navi ul li a:hover {
				background: white;
				
				color: rgb(210,210,205);
				border: 1px solid rgb(210,210,205);
			}


#teaser_unten {
	margin-top: 40px;

	border-top: 1px solid rgb(210,210,205);

	padding-top: 40px;
}


#teaser_unten .teaserbox {
	position: relative;

	width: 256px;
	height: 160px;

	border: 1px solid rgb(210,210,205);
	border-top: 7px solid rgb(210,210,205);

	padding-left: 12px;
	padding-right: 12px;

	float: left;
	margin-right: 26px;

	margin-bottom: 50px;

	overflow: hidden;
}

#teaser_unten #teaser3 {
	margin-right: 0;
}


.teaserbox h4 {
	color: rgb(75,75,75);
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size:1em;
	font-weight:bold;
	letter-spacing:normal;
}

.teaserbox h4 a {

    text-decoration: none;

	position: absolute;
	top: 0;
	left: 0;

	width: 256px;
	height: 100%;

	padding-top: 1.65em;
	padding-left: 12px;
	padding-right: 12px;
}


.teaserbox p {
	color: rgb(105,105,105);
	line-height: 1.4em;
}

.teaserbox p a {
	color: rgb(105,105,105);
	text-decoration: none;

	background: transparent;

	margin-top: 5em;

	position: absolute;
	top: 0;
	left: 0;

	width: 256px;
	height: 100%;

	padding-left: 12px;
	padding-right: 12px;
}

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


#kontakt {
	clear: both;
	margin: 25px 3px 0 3px;
	
	color: rgb(105,105,105);
}

p a:hover {
	text-decoration: underline;
}


#footer {
	width: 100%;
	height: 51px;
	background: rgb(232,232,232) url(styles/torsten-liebig.de/footer-background.png) repeat-x;
	
	margin: 0;
	padding: 0;
	margin-top: 40px;
}

#footer div#footer_home {
	display: block;
	width: 900px;
	height: 51px;
	margin: 0 auto;
	
	background: url(styles/torsten-liebig.de/footer-schmuckbild.png) 0 1px no-repeat;
}

#footer_home p {
	text-align: right;
	padding-top: 2em;
	padding-right: 4em;
	
	font-weight: normal;
	color: #8A8A8A;
}

#footer_home p a {
	font-weight: normal;
	text-decoration: none;
	
	color: #2277dd;
	border: none;
}

#footer_home p a:hover {
	color: #2277dd;
	text-decoration: underline;
}

#footer small {
	/* Hiding the default text within the footer */
	display: none;
}

