@charset "UTF-8";
/* CSS Document */

/*------------------------ CSS RESET ------------------------------------
-----------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

ul,
ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#submenu a:active, #submenu a:hover
{
	text-decoration: none;
	color: #66b8dc;
}

#submenu a.aktiv {
	font-weight: bold;
	color: #66b8dc;
	font-size: 22px;
}

img,
a img {
	border: none;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
}


/*------------------------ SCHRIFT / GRÖSSE------------------------------
-----------------------------------------------------------------------*/


h1,
h2,
h3 {
}

h1 {
	font-size: 18px;
	color: #66b8dc;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 20px;
}

h2 {
	font-size: 14px;
	color: ##66b8dc;
	font-weight: bold;
	padding-bottom: 6px;
}

h3 {
	font-size: 14px;
	color: #66b8dc;
	padding-bottom: 4px;
}

h4 {
	color: #66b8dc;
}

.maedels {
	font-family: "Comic Sans MS", cursive;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	color: #E2067A;
}

.auffallend {
	font-family: "Comic Sans MS", cursive;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	color: #66b8dc;
	line-height: 35px;
}

.gross {
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #66b8dc;
	line-height: 35px;
}

.fett {
	
	font-weight: bold;
}

/*------------------------ LAYOUT ---------------------------------------
-----------------------------------------------------------------------*/
#submenu {
	position: relative;
	height: 300px;
	width: 300px;
	min-height: 300px;
	font-size: 18px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#text {
	width: 705px;
	min-height: 300px;
	height: auto;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
	position: relative;
}

#text_bodypainting {
	width: 705px;
	min-height: 300px;
	height: auto;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 450px;
	padding-left: 20px;
	position: relative;
}


#content {
	height: auto;
	width: 1080px;
	position: relative;
	min-height: 400px;
	margin-top: 25px;
}

#bereich {
	height: 170px;
	width: 294px;
	position: relative;
	background-image: url(img/events-kringel.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 5;
	margin-top: -75px;
	margin-left: 300px;
}

#foto {
	height: 360px;
	width: 350px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 100;
	background-image: url(img/claudia-frei.png);
	margin-bottom: 45px;
}

.umbruch {
	clear: both;
}