#head {
    margin: 15px 0 0 0;
}
#webcontent {
    margin  : 15px 0 0 33px;
    width   : 535px;
}

/* überschrift 1*/
h1{
   font-family: Arial;
   font-size: 11pt;
   font-weight: bold;
   margin-bottom: 4px;
}
/* überschrift 2*/
h2{
   font-family: Arial;
   font-size: 12pt;
   font-weight: bold;
   margin-bottom: 4px;
}
h3{
   font-family: Arial;
   font-size: 14pt;
   font-weight: normal;
   color: #ED1C24;
   margin-bottom: 4px;
}
h4{
   font-family: Arial;
   font-size: 12pt;
   font-weight: bold;
   color: #7D7A7A;
   margin-bottom: 4px;
}
p, td, ul{
   color: #000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
}
ul{
	padding-bottom: 1px;
}
.pictableleft{
	padding: 0px 25px 10px 0px;
}
/* Portalseite */
	#main{
		margin:30px 0 0 100px;
		padding: 5px 5px 5px 5px;
		border: 0px solid #000;
		width: 625px;
		height: 320px;
		background-color: #D7D7D7;
	}
	#main a{
		padding: 0px 2px 0px 2px;
	}
	#a4{
		padding: 0px 2px 0px 2px;
	}
	/* Portalseite */
	
#marker{ /* Javascript Ticker */
	  	position: relative;
	  	top: -50px;}
#tick{
	margin: 10px 0 0 100px;
	width: 625px;
	border: 0px solid #000;
}	

/* ******************************************************* */
td.picsubphotographer
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-style : italic;
	background : #eeeeee;
	padding : 2px 4px 2px 4px;
}
td.picsubtitel 
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	background : #eeeeee;
	border-right: 4px solid #ED1C24;
	border-top: 1px solid #fff;
	padding : 4px 4px 4px 4px;
}
table.pictableleft {
	float: left;
	margin: 3px 5px 5px 0;
	border: 1px solid #ddd;
	background-color: #ddd;
}
table.pictableright {
	margin: 0 0 5px 5px;
	border: 1px solid #ddd;
	background-color: #ddd;
}
/* ******************************************************* */

.floatright{float:right;}
.floatleft{float:left;}