/* ~~~ Grundeinstellungen ~~~ */

*  {
	margin: 0;
	padding: 0;
	outline-style: none;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;}

body    {
	color: black;
	font-size: 100.01%;
	background: #e66c00;
	background-image: url(images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;}
	
body.index    {
	background-image: url(images/bg-index.gif);}

body.profil    {
	background-image: url(images/bg-cloud.gif);}
	
body.prints    {
	background-image: url(images/bg-prints.gif);}

p      {
	font-size: 80%;
	font-style: normal;
	text-align: left;
	vertical-align: top;}

p + p {
	padding-bottom: 7px;}

h1 + p {
	padding-bottom: 0px;}
	
p + h1 {
	padding-bottom: 15px;}

b  {
	font-weight: bold;}

h1   {
	font-size: 120%;
	color: #e66c00;
	text-align: left;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 20px;}      

a   {
	font-size: 100%;
	font-weight: bold;
	color: #e66c00;
	text-decoration: none;}

a:hover   {
	font-size: 100%;
	font-weight: bold;
	color: #f7a964;}

table   {
	border: none;
	text-align: left;
	width: 540px;}

td   {
	padding: 10px;
	vertical-align: top;
	text-align: left;}

.tabelledatum   {
	padding-left: 0px;
	width: 20%;}

#tableprints {
	width: 468px;}

#tableprints, #tableprints td, #tableprints tr, #tableprints table, #tableprints img {
	padding: 0px;
	border: 0px;
	margin: 0px;}


/* ~~~ Divisions  ~~~ */


#profilgesucht    {
	position: absolute;
	margin-left: -500px;
	text-align: center;
	top: 0px;
	left: 50%;
	width: 1000px;
	height: auto;}

#logo   {
	position: fixed;
	width: 203px;
	height: 800px;
	margin-left: -500px;
	left: 50%;
	background: url(images/logo.png) no-repeat;
	padding-top: 0px;
	padding-left: 0px;}
	
#profil    {
	position: fixed;
	left: 50%;
	margin-left: 133px;
	width: 367px;
	height: 826px;
	background: url(images/profil-r.png) right no-repeat;}
	
#silhuette    {
	position: fixed;
	left: 50%;
	margin-left: 247px;
	width: 253px;
	height: 800px;
	background: url(images/silhuette.png) right no-repeat;}


#hand-fp    {
	position: fixed;
	text-align: left;
	top: 0px;
	left: 51%;
	margin-left: 240px;
	width: 601px;
	height: 877px;
	background: url(images/hand-fp.png) right no-repeat;}
	



/* ~~~ Content ~~~ */	
	
#contentpic, #contenttext  {
	position: relative;
	text-align: left;
	top: 0px;
	left: 50%;
	margin-left: -240px;
	width: 500px;
	height: 100%;
	padding-top: 65px;
	border: 0px yellow solid}
	
#contenttext   {
	padding-top: 60px;}
        
#w3c {
      position: absolute;
		left: 50%;
		margin-left: -465px;
		bottom:5%;
      width: 100px;
      height: 80px;}

/* ~~~ Navigation ~~~ */	

#navi {
	position: relative;
	width: 187px;
	top: 220px;
	padding-right: 17px;
	text-align: right;}	

#menu li {
	color: white;
	line-height: 30px;
	text-align: right;
	list-style: none;}

#navi a   {
	font-size: 14px;
	padding-right: 0px;
	color: white;
	margin-right: 30px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;}

#navi a:hover   {
	color: #cccccc;}

#menue img	{
	padding-left: 10px;
	margin-right: 10px;
}
