﻿/*
##############################################################
# BASICS 
##############################################################
*/

body {
	padding: 0px; 
	margin: 0px;
	background: #dfdfdf;
}


.inbody {
	position: relative;
	padding: 0px; 
	margin: 0px;
	background: linear-gradient(135deg, #f0f0f0 0%, #55ff55 100%);
	background-repeat: no-repeat;
	background-attachment:fixed;
}	

/*
##############################################################
# HEADER 
##############################################################
*/

#header {
	position: relative;
	margin: auto;
	top: 10px;
	width: 900px;
	height: 215px;
	background-color: #ffffff;
	
}

	#headertop {
		position: relative;
		height: 25px;
		background-color: #f0fff0;
	}
	
		#headercopyright {
			position: relative;
			top: 6px;
			left: 15px;
			height: 19px;
		}
		
		#headerimprint {
			position: absolute;
			top: 4px;
			right: 15px;
			height: 21px;
		}
	
	
	#headercontent {
		position: relative;
		height: 180px;
		background-image: url(./images/background_header.png);
		background-repeat: no-repeat;
		background-position: right center; 
	}
		
		#headercontentlogo {
			position: absolute;
			top: 10px;
			left: 20px;
			height: 160px;
			width: 160px;
			background-repeat: no-repeat;
		}

		#headercontenttitle {
			position: absolute;
			top: 10px;
			right: 20px;
			width: 400px;
			text-align: right;
			float:right;
		}
			#headercontenttitle1 {
				position: absolute;
				top: 30px;
				right: 20px;
				width: 300px;
			}

			#headercontenttitle2 {
				position: absolute;
				top: 90px;
				right: 20px;
				width: 400px;
			}

/*
##############################################################
# NAVIGATION 
##############################################################
*/

#navigation {
	position: relative;
	margin: auto;
	top: 10px;
	width: 900px;
	height: 40px;
	background-color: #a0ffa0;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ffffff;
	font-style: italic;
	text-decoration: none;
	vertical-align: center;
	line-height: 40px; 
}



/*
##############################################################
# CONTENT
##############################################################
*/

#contentcontainer {
	position: relative;
	margin: auto;
	padding: 10px;
	top: 10px;
	width: 880px;
	background-color: #ffffff;
}

	#content {
		position: relative;
		background-image: url(./images/lotus.png);
		background-size: contain;
		background-position: 50% 100%;
		background-repeat: no-repeat;
	}
	
	#contentbubbles {
		position: relative;
		margin: auto;
		width: 230px;
		float: left;
		background-position: bottom;
		/*background-image: url(./images/bg_kachel.jpg);*/
		background-repeat: repeat-y;
		
	}
	
		#contentbubblescontent {
			position: relative;
			margin: 0;
			left: 15px;
			top: 5px;
		}
		

/*
##############################################################
# CONTENT
##############################################################
*/

#footer {
	position: relative;
	margin: auto;
	top: 10px;
	height: 25px;
	width: 900px;
	background-image: url(./images/bg_bottom.jpg);
}


/*
##############################################################
# STUFF 
##############################################################
*/

.shadow {
	/*box-shadow: 2px 2px 2px 4px #dfdfdf;*/
	box-shadow: 4px 4px 5px 0px #dfdfdf;
}

#clr1 { 
	clear: both; 
}

#clr2 { 
	clear: both; 
}

#clr3 { 
	clear: both; 
}
'