/* makronetz - CSS */
body { 
	margin: 0; 
	padding: 0;
	background-image: url( /fileadmin/makronetz/_images/background001.png );
}

/*** BODY ***/
#body {
	font-family: Verdana, sans-serif;
	width: 960px;
	float: left;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 20px;
	/* seite zentrieren */	
	position:absolute;
	margin-left:-480px;
	left:50%;
}

/*** ***/
#body p {
	margin-bottom: 5px;
}

/*** HEADLINES ***/
/*
h1 {
	font-family: Verdana, Georgia;
        font-size: 16px;
	color: black;
	line-height: 20px;	
}

h2 {
	font-family: Verdana, Georgia;
        font-size: 14px;
	color: black;
	line-height: 16px;	
	margin-top: 30px;
}

h3 {
	font-size: 12px;
	color: black;
	line-height: 14px;
	margin-top: 25px;	
}
*/

/*** content-main ***/
#content-main {
	width: 960px;
	margin-top: 10px;
}



/* classes */
.clear{ clear: both; }
.bold{ font-weight: bold; }
.italic{ font-weight: italic; }
.bodytext{ align: justify; }
.nothing{ width: 0px; height: 0px; }
.glossary{ color: #333333; }

/* T3-classes */
.csc-textpic-text {
	margin-bottom: 40px;
}


/* image-subtitle */
.image-subtitle {
	font-size: 9px;
	color: #333333;
}
.csc-textpic-caption {
	font-size: 9px;
	color: #666666;
	text-align: center;
	padding-bottom: 25px;
}
.csc-textpic-image .img {
	border: 1px solid #000000;
}


