/*********************************************************************
 ***
 ***  Allgemeine Tags
 ***
 *********************************************************************/

a
{
	text-decoration: none;
	color: #e48b00;
	font-weight: bold;
}

h1 {font: bold 20px/26px Arial, sans-serif; color: #e48b00; text-align: left;}
h2 {font: bold 16px/23px Arial, sans-serif; color: #e48b00; text-align: left;}
h3 {font: bold 14px/20px Arial, sans-serif; color: #e48b00; text-align: left;}


p
{
	text-align: justify;
}


li
{
	margin-bottom: 5px;
	text-align: left;
}

img
{
	border: none;
	vertical-align: top;
}

.img-box-left {	float: left; padding-right: 20px; }
.img-box-right { float: right; padding-left: 20px; }
.img-box-center {	clear: both; }

.iframe
{
	width: 100%;
	border: none;
}

.red {color: #930904;}
.orange {color: #e48b00;}
.bold {font-weight:bold;}

/*********************************************************************
 ***
 ***  Allgemeine Klassen
 ***
 *********************************************************************/

.small {font-size: 10px;}

/*********************************************************************
 ***
 ***  Templates
 ***
 *********************************************************************/

.person-1-1,
.person,
.kv,
.ware
{
	background: #EFEFEF;
	margin-bottom: 15px;
	padding: 5px;
	width: 275px;
	float: left;
}

.person,
.kv
{
	width: 100%;
}

.person-img,
.person-text-1-1,
.person-text,
.kv-text,
.ware-text
{
	float: left;
}

.person-img
{
	text-align: left;
	width: 87px;
	height: 130px;
	float: left;
	overflow: hidden;
}

.kv-img,
.ware-img
{
	text-align: center;
	width: 130px;
	height: 130px;
	float: left;
	overflow: hidden;
	background: #d3d5d2;
}

.person-text-1-1,
.person-text,
.kv-text,
.ware-text
{
	width: 170px;
	margin-left: 5px;
	text-align: left;
	overflow: hidden;
}

.ware-text {width: 130px;}

.person-text {width: 435px; margin-left: 10px;}
.kv-text {width: 405px; margin-left: 10px;}

.person-function,
.kv-name,
.ware-name
{
	font-size: 13px;
	font-weight: bold;
}

