/****************************************************************/
/* Content Elemente																							*/
/* Vision Pool GmbH	- TP																				*/
/****************************************************************/

/**************** Typo3 Standardinhaltselemente *****************/
.contentbox-default{
	padding-right:10px;
	margin:0px;
	margin-bottom:15px;
}	

.contentbox-default ul{
	margin-top:8px;
	margin-bottom:8px;
}

.contentbox-border-bottom{
	padding:0px;
	margin:0px;
	margin-bottom:15px;
}

.contentbox-nopadding{
	padding:0px;
	margin:0px;
}

/*****************************************************************/


/********************** DAM Downloads Tabelle********************/
.tx-damdownloads-pi1-list td{
	padding-right:10px;
	padding-bottom:10px;
}
/********************** DAM Downloads Tabelle ENDE ***************/

/****    page Teaser     ****/
.pageteaser{
	float:left;
	width:360px;
	
	margin-right:5px;
	margin-bottom:5px;
	
	background-color:#B9DCA4;
}

.pageteaser .image{
	float:left;
	
	width:130px;
	height:90px;
	background-color:#007E31;
}

.pageteaser .textcontainer{
	float:left;
	
	width:225px;
	height:90px;
	margin-left:5px;
}


.pagehometeaser{
	float:left;
	width:130px;
	
	margin-right:5px;
	
	background-color:#B9DCA4;
}

.pagehometeaser .image{
	width:130px;
	height:90px;
	background-color:#007E31;
}

.pagehometeaser .textcontainer{
	width:225px;
	height:90px;
}

.pagehometeaser .textcontainer{
	width:120px;
	height:90px;
	margin-left:0px;
	padding:5px;
}

/************************************/



/************* Zweispalten *********/
.zweispaltencontainer{
	/* width:890px; */
	width:725px;
	height:auto;
	
	padding-left:10px;
}

.zweispaltencontainer .links{
	float:left;
	/* width:440px; */
	width:360px;
}

.zweispaltencontainer .rechts{
	float:left;
	/* width:445px; */
	width:365px;
}


.zweispaltenhomecontainer{
	width:548px;
	height:auto;
}

.zweispaltenhomecontainer .links{
	float:left;
	width:443px;
	margin-right:5px;
}

.zweispaltenhomecontainer .rechts{
	float:left;
	width:100px;
}
/***********************************/


/******************************************************************/
/* Bildergallery																									*/
/******************************************************************/
/*** Devable Image Gallery Start ***/
.tx-devablegallery-pi1 { 
	margin:0px; 
	padding:0px;
}
#overview, #list {}

#overview .element, #list .element {
	float: left;
	margin: 0px 6px 6px 0px;
	width:150px;
	height:auto;
	
	border:1px solid #006932;
	background-color: #006932;
}

#overview .element .thumb, #list .element .thumb {
	width:150px;
	height:113px;

	text-align:center;

	border-bottom:1px solid #006932;
}
#overview .element .description, #list .element .description{ 
	width:auto;
	height:50px;
	
	line-height:20px;

	color: #FFFFFF; 
	text-align: center; 
	
	background-color:#006932;
}

#overview .element .description a, #list .element .description a{ 
	color:white;
	text-decoration:none;	
}

#list .element .actions a {
	display:block;
	width:170px;
	height:20px;
	
	line-height:20px;
	color: #89004e;
	text-decoration: none;
}
#list .element .actions a:hover { 
	color: white; 
	background-color:#89004e;
}


#details { float: left; }
#navigation { margin-top: 5px; }

#navigation a, #back a {
	color: #8C0000;
	text-decoration: none;
}

#navigation a:hover, #back a:hover { color: #000000; }
#navigation .inactive { color: #C0C0C0; }
/*** Devable Image Gallery End ***/
/******************************************************************/
