/**
* Headlines
*/
.typography h1, 
.typography h2, 
.typography h3, 
.typography h4, 

.typography h6 {
	font-size:				1.3em;
	font-weight:			bold;
	margin-bottom:			15px;
}

.typography h5{
	font-size:				1.1em;
	font-weight:			normal;
	margin-bottom:			10px;
}

.WidgetHolder h3 {
	font-size:				1.0em;
	font-weight:			bold;
	margin-bottom:			10px;
}

.typography h2{
	color:					#f29719;
}

/**
* Paragraph
**/
.typography p {
	margin-bottom:			10px;
}

/**
* Links
*/
.typography a {
	color:					#333;
	text-decoration:		underline;
}

.typography a:hover {
}

.typography h3 a {
	color:					#000;
	text-decoration:		underline;
	font-weight:			bold;
	font-size:				0.8em;
}

a.image_link {
	margin-top:				5px;
	width:					77px;
	height:					22px;
	text-align:				center;
	padding:				2px 0px;
	float:					right;
	background:				url(../images/bg_image_link.gif) no-repeat;
	text-decoration:		none;
}

img {
	border:				none;
}

/**
* Image alignment
*/
.typography img.right {
	float:				right;
	padding:			0px 0px 10px 10px;
}

.typography img.left {
	float:				left;
	padding:			0px 10px 10px 0px;

}

.typography img.leftAlone {
	display:			block;
	margin:				0px 0px 20px 0px;
}

.typography img.center {
	float:				none;
	margin-left:		auto;
	margin-right:		auto;
	margin-bottom:		20px;
	display:			block;
}
.typography img {
	border:				none;
}

/**
* Other alignments used in the wysiwyg editor
*/
.typography .left {
	text-align:			left;
}
.typography .center {
	text-align:			center;
}
.typography .right {
	text-align:			right;
}

/**
* Lists
*/
.typography  ul, .typography ol {
	margin:				20px;
}

.typography ul li, .typography ol li {
	margin:				0px 10px;
}

.typography table td{
	padding:			3px;
}

/**
Teamseite
**/

.employee_photo img{
	border: 2px solid #bfbfbf;
}

.typography table td p {
	margin:			0px;
	padding:		0px;
}