/* CSS Document */

/*
Gestaltung:		Muriel Willborn
Design für:		http://art-of-portrait.ch
Version:		0.1
Datum:			15. Juli 2008
*/


body {
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	margin:0;
	background-color: #000000;
}


/*Ab hier werden alle Links definiert*/

a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:active {
	border: 0px;
	text-decoration: none;
	color: #FF0000;
}

a.navi:link {
	text-decoration: none;
	color: #FFFFFF;
}

a.navi:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.navi:hover {
	text-decoration: none;
	color: #FF0000;
}

a.navi:active {
	text-decoration: none;
	color: #FF0000;
}


/*Ab hier werden alle Ebenen definiert*/

.box {
	height: auto;
	position: absolute;
	width: 950px;
	margin-top:50px;



}

#navigation {
	position:absolute;
	height:20px;
	left:250px;
	color: #FFFFFF;
	font-size:16px;
}

#navigation li{
	display:inline;
	margin-left: 50px;
}

#navigation ul{
	padding: 0px;
	margin: 0px;
}

.space {
	height: 1px;
	width: 100%;
	float: left;
	background-color:#FFFFFF

}
.content {
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	height: 350px;
	width: 100%;
	background-color:#000000;
	overflow:auto;

}

.content_home {
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	height: 350px;
	width: 100%;
	background-image:url(../images/home_weiss.jpg);
	overflow:auto;

}

.slogan {
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	height: 200px;
	width: 100%;
	background-color:#OOOOOO;


}
.foot {
	float: right;
	height: 50px;
	width: 100%;
	background-color:#OOOOOO;
	font-size:11px;
	color: #666666;
}

/*Ab hier werden andere Tags definiert*/



.gallery_small {
	border-color:#FFFFFF;
	width: 80px;
	height: 80px;

}



h6 {
	font-size: 150%;
}

h5 {
	color: #FF0000;
	font-size: 100%;
	font-weight: normal;
	line-height: normal;
}

h4 {

	color: #FFFFFF;
	font-size: 120%;
	font-weight: lighter;
}

h3 {

	color: #FFFFFF;
	font-size: 180%;
	font-weight: lighter;
}



.titel {
	color: #FF0000;
	

}

.navi_rot {
	color: #FF0000;
	font-size: 16px;
	

}
