/*
--------------------------------------------------------
 Allgemeine Styles
--------------------------------------------------------
*/

*{
	font-family			: verdana;
	font-size			: 7pt;
	color				: #000;
}

img {
	border				: 0px;
}


.breaker {
	clear				: both;
}

a {
	text-decoration		: underline;
}

.more {
	text-decoration		: none;
}

.more:hover {
	text-decoration		: underline;
}


#full_page_area {
	
}

#header {
	height				: 56px;
	margin-bottom		: 1px;
}

#header #left {
	height				: 56px;
	float				: left;
}

#header #left img{
	border				: 0px;
}

#header #middle {
	display				: none;
}

#header #right {
}

#content {

}

#content #left {
	display				: none;
}

#content #middle {
	margin-top	: 10px;
}

#content #right {
	display				: none;
}


#footer {
	display				: none;
}

#branding {
	display				: none;
}

/* ---------------------------- */
/* Breadcrumb					*/
/* ---------------------------- */

#breadcrumb {
	margin-top			: 7px;
	margin-left			: 0px;
}

#breadcrumb a {
	text-decoration		: none;
}

#breadcrumb a:hover {
	text-decoration		: underline;
}
/*
--------------------------------------------------------
 abc bar
--------------------------------------------------------
*/
#abc_menu {
	display	: none;
}
.abc_menu_item {
	display	: none;
}
/* ---------------------------- */
/* Inhalt						*/
/* ---------------------------- */

h1 {
	font-size			: 10pt;
	clear				: both;
}
h2 {
	font-size			: 10pt;
}

h3 {
	font-size			: 8pt;
	font-weight			: normal;
	text-decoration		: none;
}

.printversion {
	display				: none;
}

.contentelement {
	clear:both;
}

.contentelement_half {
clear:both;
}

.contentelement_half_content {
	clear:both;
}

.contentelement_half h2{
	clear:both;
}

/* ---------------------------- */
/* Inhalt						*/
/* ---------------------------- */
.imgDefault1 {
	float				: left;
	margin-right		: 30px;
	margin-bottom		: 30px;
	border				: solid 1px #666;
}

.imgDefault2 {
	float				: left;
	margin-right		: 30px;
	margin-bottom		: 30px;
	border				: solid 1px #666;
	width				: 160px;
}


.content_snippet_service_button {
	width				: 100%;
	padding-left		: 10px;
	background-color	: #eee;
	float				: left;
	margin-right		: 4px;
	margin-bottom		: 4px;
	height				: 18px;
}

/*
--------------------------------------------------------
 Styles für die ecards
--------------------------------------------------------
*/
.ecard_thumb {
	width			: 200px;
	margin-left		: 10px;
	margin-right	: 20px;
	margin-top		: 0px;
	margin-bottom	: 10px;
	border			: black solid 1px;
	float			: left;
}
.ecard_headline{
	margin-top		: 10px;
	font-size		: 11pt;
}
.ecard_view {
	margin-left		: 10px;
	margin-top		: 10px;
	margin-bottom	: 10px;
	
}
#ecard{
	margin-left		: 10px;
}
#sender_name,
#sender_email,
#recipient_email {
	width			: 300px;
	margin-bottom	: 5px;
}
#message {
	width			: 470px;
	height			: 150px;
}
