@import url(stylesAreas.css);

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background/bg_cont_main.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;

}

/* Links */
a:link {color:#000000;}
a:visited {color:#000000;}
a:hover {color:#000000;}
a:active {color:#000000;}
a:focus {color:#000000;}

/* Headlines */
h1, h2, h3, p {
	margin-left: 4px;
}

h2, h3 {
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	vertical-align: top;
	font-weight: bold;
	margin-top: 20px;	
	margin-bottom: 0px;	
}

h3 {
	font-size: 11px;
	margin-top: 7px;	
}

img.h2 {
	clear: left;
	display: block;
	margin-top: 20px;	
	margin-bottom: 0px;		
}

img.h3 {
	clear: left;
	display: block;	
	margin-top: 0px;	
	margin-bottom: 6px;		
}

/* Text */
p {
	margin-bottom: 15px;
	margin-top: 0px;	
}

.picSubText  {
	margin-top: 10px;	
	margin-bottom: 0px;	
}

/* Foto, Graphik & Multimediaelemente */
embed, object, .img  {
	margin-top: 4px;
	margin-bottom: 2px;
}

.photo  {
	border: solid 1px #999999;
	margin-top: 8px;
	margin-bottom: 2px;
}

.photonoBorder {
	border-style: none;
}

.photoBorderMarginH2 {
	border: solid 1px #999999;
	margin-top: 24px;
	margin-bottom: 2px;
}

.photoBorderMarginH3 {
	border: solid 1px #999999;
	margin-top: 11px;
	margin-bottom: 2px;
}

.photoNoBorderMarginH2 {
	margin-top: 24px;
	margin-bottom: 2px;
}

.photoNoBorderMarginH3 {
	margin-top: 11px;
	margin-bottom: 2px;
}



