/*
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

 medebach.de relaunch 2004/2005
 printausgabe
 last change 2004-12-13 by marco menke
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

*/



html, body { 
	margin: 0px;
	padding: 0px;
	overflow: auto;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: small;
	height: 100%;
	overflow: auto;
	background-color: transparent;
}
img {
	border: 0px;
}
h1, h2, h3 {
	padding: 0px;
	margin: 0px;
}



/*
_________________________________________

Linker Hintergrundteil
_________________________________________
*/

#links {
	display: none;
}
#linksuntengrafik {
	display: none;
}



/*
_________________________________________

Oben
_________________________________________
*/

#oben {
	display: none;
}



/*
_________________________________________

Navigationen
_________________________________________
*/

#navigation1 {
	display: none;
}
#navigation2 {
	display: none;
}
#navigation3 {
	display: none;
}



/*
_________________________________________

Navigationspunkte
_________________________________________
*/

.navigationspunkte {
	display: none;
}
.navigationspunkteaktiv {
	display: none;
}



/*
_________________________________________

Quicklinks
_________________________________________
*/

#quicklinkleiste {
	display: none;
}



/*
_________________________________________

Container-DIV
_________________________________________
*/

#contentcontainer {
	width: auto;
	height: auto;
}

#contentcontainer h1 {
	font-size: x-large;
	margin-bottom: 10px;
	border-bottom: 1px solid black;
}

/*
_________________________________________
_________________________________________
_______Definitionen für Templates_________
_________________________________________
*/


/*
_________________________________________

Definitionen für das Template btb (BildTextBild)
_________________________________________
*/

h1.btb_header {
	margin-left:140px;
	margin-top:10px;
	width:350px;
}


.btb_bilderrechts {
	float:left;	
	width:125px;
	
}
.btb_bilderlinks {
	float:left;
	width:125px;
	
}
.btb_text {
	float:left;
	width:350px;
	margin-left:15px;
	margin-right:15px;
	text-align:justify;	
}
.btb_bilderlinks img {
	margin-bottom:12px;
}
.btb_bilderrechts img {
	margin-bottom:12px;
}

/*
_________________________________________

Definitionen für das Template bt (BildText)
_________________________________________
*/

h1.bt_header {
	margin-left:140px;
}

.bt_bilderlinks {
	float:left;
	width:125px;
}
.bt_bilderlinks img {
	margin-bottom:12px;
}

.bt_text {
	float:left;
	width:490px;
	margin-left:15px;
	text-align:justify;	
}


/*
_________________________________________

Definitionen für das Template bt (TextBild)
_________________________________________
*/

h1.tb_header {
	margin-left:0px;
	width:490px;
}

.tb_bilderrechts {
	float:right;	
	width:125px;
}
.tb_bilderrechts img {
	margin-bottom:12px;
}

.tb_text {
	float:left;
	width:490px;
	margin-right:15px;
	text-align:justify;	
}
