/* -------------------------------------------------- */
/* CSS StyleSheets - OPAG Online Promotin AG          */
/* -------------------------------------------------- */

/******************************************************
	Index:
  
	0) Page
	1) Content

  
******************************************************/


/* ----------------------------------------------------
	0) Page
*/
	#visual_html {
		width:963px;
	}


/* ----------------------------------------------------
	1) Content
*/

	
	/* Teaser */
	h2.teaser {
		border:none;
		margin:0;
		margin-bottom:1em;
		padding:0;
	}
	h2.teaser small {
		float:right;
	}
	h2.teaser a {
		color:black;
		text-decoration:none;
		font-size:20px;
	}
	
	.teaserBlock {
		height:320px;
		padding:7px;
		margin-bottom:2em;

		background:url(/img/pages/home/teaser/title_bg.png) repeat-x top;
		background-color:white;
		border:1px solid #ddd;

		/* Browser Radius Variety (!) ***************/
		border-radius:.5em;
		-moz-border-radius:.5em;
		-webkit-border-radius:.5em;
		/* /Browser Radius Variety (!) ***************/
	}
	.teaserBlock p {
		margin-top:0;
		color:gray;
	}

	/* Kategorien */
	.categoryBlock {
		float:left;
		
		padding-right:1.1em;
		padding-top:0;
	}
	.categoryBlock_last {
		clear:left;
	}
	.categoryBlock a.category {
		display:block;
		width:155px;
		
		padding:3px 5px;
		margin:5px 1px;
		text-decoration:none;
		
		color:black;
		background:url(/img/pages/home/category/bg.png) top repeat-x;
		background-color:#F1F1F1;
		border:1px solid #DEDEDE;
		
		/* Browser Radius Variety (!) ***************/
		border-radius:.3em;
		-moz-border-radius:.3em;
		-webkit-border-radius:.3em;
		/* /Browser Radius Variety (!) ***************/
	}
	.categoryBlock a.category:hover {
		border-color:#aaa;
	}
	.categoryBlock a.category .img {
		height:100px;
		
		margin:2px 0;
		
		background-position:center center;
		border:3px solid white;
	}
	
	.categoryBlock a.more {
		padding-left:6px;
	}

/* -------------------------------------------------- */
/* END OF FILE                                        */
