@charset "utf-8";
/*--------------------------------------------------
CSS Document - Romantikmaler Falk Anders
Autor: Dina Vier
Beginn: 02.01.2015
----------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
/*----------------------------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 140%;
	width: 90%;
	height: auto;
	margin: 3%;
	color: #999999;
	text-align: center;
	background-image:url(pics/pics-by-dina4artcore.jpg);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: right top;
	background-color: #000000;
}
/*----------------------------------------------------------*/
#header{
	position: static;
	top: 0px;
	height: auto;
	width: 98%;
	padding: 1%;
	text-align: center;
}
/*----------------------------------------------------------*/
#content{
	width: 98%;
	float: left;
	padding: 1%;
}
/*----------------------------------------------------------*/
h1 {
	font-size: 140%;
}
h2 {
	font-size: 120%;
	font-style: oblique;
	padding-bottom: 1%;
}
em {
	font-size: 120%;
}
h2  img{
	margin-bottom: -1%;
}
p{
	position: relative;
	padding:2%;
	width: auto;
	float: left;
}
p img {
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	margin: 2px;
}
#center {
	position: center;
}
/*----------------------------------------------------------*/
#footer{
	width: 98%;
	height: auto;
	padding: 1%;
	font-style: oblique;
	position: static;
	clear: both;
}
#footer p{
	text-align: center;
}
#cleardiv{
	clear: both;
	position: relative;
}
/*----------------------------------------------------------*/

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

