/* 	Thema CSS
	V1.0
	(c) by Andreas Riedl
	
	Letzte Änderung: 25.04.2008
*/
	
/* ****************************************************************************** */

	.thema_leiste {	
		height:19px;
		margin:0px;
		padding-top:3px;
		padding-bottom:2px;
		overflow:hidden;
		font-size:10px;
		font-weight:600;
		text-indent:10px;
	}
	
		.tlgross {
			background-image:url("../pic/elements/leiste_gr.jpg");
			background-repeat:no-repeat;
			width:456px;
		}
		
		.tlklein {
			background-image:url("../pic/elements/leiste_kl.jpg");
			background-repeat:no-repeat;
			width:224px;
		}

	.thema_box {
		overflow:hidden;
		position:relative;
		display:block;
		padding:0px;
		margin-bottom:10px;
		margin-top:-5px;
		background-color:#eee;
	}
	
		.tbgross {
			width:456px;
		}
		
		.tbklein {
			width:224px;
		}
	
		
	.img_left {
		float:left;
		margin-right:10px;
		width:200px;
	}
	
	.img_right {
		float:right;
		margin-left:10px;
		width:200px;
	}
	
	.img_top {
		margin-bottom:0px;
		width:224px;
	}

	.thema_box p {
		text-align:left;
		padding:5px;
		font-size:12px;
/*

*/	}
	
	.thema_box a {
		border-width:1px;
		border-style:solid;
		border-color:#46677f;
		padding:3px;
		width:200px;
		color:#000;
	}
	
	.thema_box a:hover {
		background-color:#fff;
	}
	
	.thema_box a b {
		color:#46677f;
	}
	
	.thema_box h1 {

	}

/* ****************************************************************************** */

