@charset "utf-8";
/*
CSS Document für purestyle-permanent-makeup
Autor: Dina Vier (dina4artcore)
Beginn: 20.02.2013
Letzte Änderung: 20.02.2013
*/

*{
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: auto;
}
body {
	background-color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 100%;
	line-height: 150%;
}
#main {
	height: 700px;
	width: 800px;
	background-color:#FFFFFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-top: 5px;
	position: relative;
	border: thin ridge #FFFFFF;
	}
	
/*******kopfbereich*******/
#header {
	height: 100px;
	width: 800px;
	background-image: url(bilder/covergirl_header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #9A0B7D;
	-webkit-border-radius: 20px 20px 0px 0px;
	border-radius: 20px 20px 0px 0px;
	position: relative;
}
#header img {
	margin-left: -10px;
	margin-top: -10px;

	}
.invisible {
	display: none;
}
/*******navigation*******/
#navi {
	position: relative;
	height: 300px;
	width: 200px;
}
#navi ul li {
	list-style-type: none;
	padding-bottom: 2px;
	padding-top: 2px;

}
#navi ul li a:link {
	background-color:#990099;
	color:#FFFFFF;
	margin-left: -45px;
	padding: 10px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}
#navi ul li a:hover,
#navi ul li a:active {
	background:#FF00FF;
	color:#fff;
}
#navi ul li a:visited {
	color:#CCCCCC;
}

/*******hauptinhalte*******/
#content {
	height: 400px;
	width: 800px;
	position: relative;
	top: 150px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#left {
	height: 400px;
	width: 210px;
	position: relative;
	float: left;

}
#inhalt {
	height: 400px;
	width: 550px;
	position: relative;
	color: #333333;
	margin-top: -80px;
	margin-right: 40px;
	float: right;
}
#inhalt table td {
	text-align: left;
	vertical-align: bottom;
}
#inhalt table {
	float: none;
}
#clearDiv {
	clear: both;
}
h1 {
	font-size: 150%;
	line-height: 140%;
	color: #666666;
}

/*******Linkverhalten*******/
a:link {
	color: #990066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #FF00FF;
}
a:active {
	text-decoration: none;
}
