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

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

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

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

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

a:active {
	text-decoration: none;
	color: #E2007A;
}

a:hover {
	text-decoration: none;
	color: #F49AD1;
}

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: #E2067A;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 20px;
}

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

h3 {
	font-size: 14px;
	padding-bottom: 4px;
}

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

/*------------------------ 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: 200px;
	width: 400px;
	position: relative;
	background-image: url(img/kunst-blume.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 3;
	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;
}

