/*
**  Dateiversion: 18.12.06  
**  Datei       : ddi-layout.css
**  Funktion    : Struture und Layout-Stylesheet
**  Autor		: Peter Rozek - think green

**  Inhalt
	S T R U C T U R E - Basics
		Suche
		Homepage
		Textbereich Artikel
		
	S T R U C T U R E - Homepage
		Linke Spalte
			Bildteaser
			Standardteaser
			Standardteaser mit Bild
		Rechte Spalte
		
	S T R U C T U R E Article
		Select Menu Galerieauswahl
		
	S T R U C T U R E Footer
	F O R M A T I E R U N G Homepage
		Basics for all
		Formatierung Homepage columnleft
		weiter links Linke Spalte
		Formatierung Homepage columnright
		weiter links Rechte Spalte
	
	F O R M A T I E R U N G Article
	F O R M A T I E R U N G gallery
	F O R M A T I E R U N G Navigation
	
	Erg�nzungen von zwex
*/

/* S T R U C T U R E - Basics
------------------------------------------------- */
#container {
	text-align: left;
	position: relative;
	margin: 0 auto;
	width: 810px;
}
#keyvisual {
	position: relative;
	padding: 0 0 8px 0;
}
#claim {
	position: absolute;
	top: 0;
	right: 0;
}
/* Suche */
#suche {
	position: absolute;
	top: 103px;
	left: 519px;
}
#such_head_eingabe input.feld {
	background: transparent;
	border: 1px solid #B23000;
	font-size: 0.7em;
	height: 14px;
	padding: 2px 5px 0;
	margin: 0;
	width: 143px;
}
#such_head_eingabe input.knopp {
	background: #B23000 url("../images/knopp-arrow.gif") no-repeat right center;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 0.7em;
	vertical-algin: middle;
	padding: 2px 4px 2px 1px;
	margin: 0 0 0 -5px;
	height: 18px;
	width: 52px;
}
/* Suche End */
#wrapper {
	background: transparent url("../images/bg-container-3.gif") repeat-y bottom left;
	height: 1%;
	margin: 0 0 5px 0;
	position: relative;
}
#navi {
	background: #B12F00;
	float: left;
	padding: 8px 0 195px 0;
	width: 185px;
}
.discovering {
	margin: 5px 0 0 0;
}
#discover_slogan p {
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0px 14px 0px;
}

/* Homepage */
#content {
	background: transparent url("../images/bg-content.gif") repeat-y bottom left;
	border-top: 1px solid #B23000;
	float: right;
	padding: 0 0 12px 0;
	width: 625px;
}
#article, #gallery {
	border-top: 1px solid #B23000;
	float: right;
	width: 625px;
}
/* Textbereich Artikel */
#inhalt {
	padding: 26px 183px 122px 22px;
	height: 1%;	
	border-right: 1px solid #d8977f;
}

#content #columnleft {
	border-right: 1px solid #B23000;
}
#content #columnleft, #article #columnleft, #gallery #columnleft {
	float: left;
	width: 312px;
}
#content #columnright, #article #columnright, #gallery #columnright {
	float: left;
	width: 312px;
}

/* S T R U C T U R E - Homepage
-------------------------------------------------*/

/* Linke Spalte */
/* Bildteaser */
#columnleft .teaserbild {
	clear: both;
	padding: 0 0 0 10px;
	margin: 0 0 19px 0;
}
#columnleft .bildteaser img {
	float: left;
}
.bildteaser .mitte {
	border: 1px solid #fff;
	border-width: 0 1px;
}
/* Standardteaser */
#columnleft .teaser {
	clear: both;
	padding: 0 0 0 10px;
	margin: 0 0 4px 0;
}
/* Standardteaser mit Bild */
.teasertext {
	display: block;
	float: left;
	width: 146px;
	height: 7.19em;
	position: relative;
}
/* Rechte Spalte */
#columnright .teaser {
	clear: both;
	padding: 0 0 4px 10px;
}
#columnright .teaser_work {
	background: transparent url("../images/ddi-work.jpg") no-repeat bottom right;
	border-bottom: 1px solid #B23000;
	clear: both;
	position: relative;
	padding: 0 0 4px 10px;
	height: 202px;
}
#columnright .newsletter {
	background: transparent url("../images/bg-newsletter-teaser.gif") top left;
	border: 1px solid #930;
	border-width: 1px 0;
	position: relative;
	height: 1%;
}
#columnright .teaserblog {
	border-bottom: 1px solid #B23000;
	position: relative;
	height: 1%;
}

/* S T R U C T U R E Article
-------------------------------------------------*/
/* Bildteaser */
#article .bildteaser img {
	border-left: 1px solid #fff;
	float: left;
}
.breadcrumbs {
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	margin: 15px 0 19px 0;
}
.breadcrumbs ul,
.breadcrumbs li {
	display: inline;
	float: left;
}

/* S T R U C T U R E gallery
-------------------------------------------------*/
#simple_gallery {
	padding: 14px 0 0 22px;
}
/* Select Menu Galerieauswahl */
.gallerymenu {
	border: 1px solid #B23000;
	font-size: 0.7em;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	margin: 48px 0 0 22px;
	width: 205px;
	height: 80px;
	overflow: auto;
}
.gallerymenu ul li {
	margin: 5px 9px 12px;
}

/* S T R U C T U R E Footer
-------------------------------------------------*/
#footer {
	border-top: 1px solid #B23000;
	padding: 8px 0 100px 0;
}
.footerleft {
	float: left;
	width: 185px;
}
.footerright {
	float: right;
	width: 625px;
}

/* F O R M A T I E R U N G Homepage
-------------------------------------------------*/
/* Basics for all */
#content p, #article p, #gallery p, #footer p {
	font-size: 0.71em;
}

/* Formatierung Homepage columnleft */
#columnleft h2 {
/*	background: #F4E0A4; */
	background: #FFF;
	padding: 7px 9px 7px 9px;
	font-size: 0.925em;
}
#columnleft h2.secondheadline {
/*	background: #F4E0A4; */
	background: #FFF;
	padding: 7px 9px 7px 9px;
	margin: 0 0 0 0;
}
#columnleft .teaser h3, #columnleft .teaserbild h3 {
	border-bottom: 1px solid #930;
	padding: 7px 11px 2px;
	background: #F4E0A4;
}
#columnleft .teaser {
	background: #F4E0A4;
	margin: 0px;
	padding-bottom: 7px;
}
#columnleft .teaser p {
	letter-spacing: 0.25px;
	padding: 7px 20px 0 12px;
}
#columnleft .teaserbild p {
	letter-spacing: 0.25px;
	padding: 7px 12px 0 12px;
}
#columnleft .teaser img, #columnleft .teaserbild img {
	float: right;
}

/* weiter links Linke Spalte */
#columnleft .teaser a.morelink, #columnleft .teaserbild a.morelink {
	font-size: 0.715em;
	letter-spacing: 0.35px;
	text-transform: uppercase;
	padding: 0 13px 0;
}
#columnleft .teaser a.morelink {
	float: right;
	margin: 0 9px 0 0;
}
.teasertext a.morelink {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* Formatierung Homepage columnright */
#columnright h2.first {
	background: #F4E0A4;
	font-size: 1em;
	padding: 5px 9px 6px 20px;
	border-bottom: 1px solid #930;
}
#columnright h2 {
	background: #F4E0A4;
	padding: 6px 9px 8px 22px;
}
#columnright .teaserblog h2 {
	padding: 16px 9px 6px 21px;
	
}
#columnright .newsletter h2, #columnright .teaserblog h2 {
	background: transparent;
	letter-spacing: 1.3px;
}
#columnright .teaser_work h3, #columnright .teaser h3 {
	padding: 14px 9px 2px;
}
#columnright .teaser_work p {
	letter-spacing: 0.25px;
	padding: 3px 20px 0 10px;
}
#columnright .teaser p {
	letter-spacing: 0.25px;
	padding: 8px 20px 0 11px;	
}
#columnright .newsletter p {
	letter-spacing: 0.25px;
	padding: 3px 20px 37px 22px;
}
#columnright .teaserblog p {
	letter-spacing: 0.25px;
	line-height: 1.35em;
	padding: 0 25px 39px 22px;
}

/* weiter links Rechte Spalte */
#columnright .teaser a.morelink {
	float: right;
	font-size: 0.715em;
	letter-spacing: 0.35px;
	text-transform: uppercase;
	padding: 1px 20px 12px 0;
}
.morelink_2 {
	background: #930;
	font-size: 0.75em;
	font-weight: bold;
	letter-spacing: 1px;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 7px 5px 7px 9px;
	width: 142px;
}
#columnright .teaserblog a.morelink_2 {
	background: #930;
	font-size: 0.75em;
	font-weight: bold;
	letter-spacing: 1px;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 7px 5px 7px 9px;
	width: 142px;
}
a.morelink_2 {
	color: #fff;
	text-decoration: none;
}
a:hover.morelink_2, a:focus.morelink_2, a:active.morelink_2{
	color: #000;
	text-decoration: none;
}

/* F O R M A T I E R U N G Article
-------------------------------------------------*/
#article p.gallerylink {
	color: #B23000;
	clear: both; 
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 0.95px;
	text-transform: uppercase;
	padding: 5px 9px 8px 20px;	
}
#article p.brochure {
	padding: 23px 150px 21px 23px;
	letter-spacing: 0.5px;
	height: 60px;
}
#columnright p.pdflink {
	background: #F4E0A4;
	color: #930;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 5px 6px 6px 21px;
	width: 147px;
}
#inhalt h1,
#inhalt h3,
#inhalt h4 {
	margin: 0 0 10px 0;
}
#inhalt h2 {
	font-weight: bold;
	letter-spacing: 0.9px;
	margin: 0 0 10px 0;
	font-size: 0.925em;
}
#inhalt p {
	margin: 0 0 10px 1px;
	letter-spacing: 0.35px;
}
.articleliste {
	margin: 50px 0 0 0;
}
.articleliste li {
	border-bottom: 1px solid #930;
	font-size: 0.71em;
	letter-spacing: 0.4px;
	padding: 7px 0 9px 0;
}
.articleliste li a.active {
	color: #000;
}
.articleliste li a {
	color: 930;
	text-decoration: none;
}
.articleliste li a:hover, .articleliste li a:focus, .articleliste li a:active {
	color: #000;
	text-decoration: none;
}

/* F O R M A T I E R U N G gallery
-------------------------------------------------*/
#gallery #columnleft h2 {
	background: transparent;
	color: #000;
	letter-spacing: 0.7px;
	padding: 19px 10px 10px 22px;	
}

#gallery p {
	padding: 0 20px 10px 23px;
	letter-spacing: 0.35px;
}
#description p {
	border-bottom: 1px solid #B12F00;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	color: #930;
	font-size: 0.825em;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}
.thumbnail {
/*	background: #FEF6E3;*/
	width: 150px;
	height: 150px;
	float: left; 
	text-align: center;
	margin: 0 10px 40px 0;
}
.thumbnail a {
	font-size: 11px;
	text-decoration: none;
}
.thumbnail img.pt {
	margin-top: 42px;
}
.thumbnail img.pt2 {
	margin-top: 31px;
}
.thumbnail img.pt3 {
	margin-top: 24px;
}
.thumbnail img.ls {
	margin-top: 16px;
}
#imageDetails {
	color: #930;
	font-size: 11px;
	
}
/* F O R M A T I E R U N G Footer
-------------------------------------------------*/
.footerleft p {
	text-transform: uppercase;
	letter-spacing: 0.55px;
	color: #930;
}
.footerright p {
	color: #930;
	letter-spacing: 0.4px;
	padding: 0 21px;
}

/* F O R M A T I E R U N G Navigation
-------------------------------------------------*/
ul.tiefe_1 li a.active, ul.tiefe_1 li li a.active {
	color: #000;
	font-weight: bold;
}
ul.tiefe_1 a.active {
	padding: 5px 2px 6px 13px;
}
ul.tiefe_1 li a.parrent {
	background: #fff;
}
ul.tiefe_2 a.active {
 	padding: 0px 2px 5px 13px;
}

ul.tiefe_1 {
	margin-left: 1px; 
}
ul.tiefe_1 li {
	font-size: 0.7em;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}
ul.tiefe_1 li a {
	border-bottom: 1px solid #fff;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 5px 2px 6px 14px;
}
ul.tiefe_1 li a:hover, ul.tiefe_1 li a:focus, ul.tiefe_1 li a:active {
	color: #000;
	text-decoration: none;
}
ul.tiefe_2 {
	background: #fff;
	padding: 0 0 6px 9px;
}
ul.tiefe_2 li {
	font-size: 1em;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}
ul.tiefe_2 li a {
	border-bottom: 1px solid #fff;
	color: #930;
	text-decoration: none;
	padding: 1px 2px 5px 13px;
}

/* Erg�nzungen von zwex
-------------------------------------------------*/

/* Bild Styles - Anfang */
img.img_left {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
}

img.img_left_border {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 2px solid #822140;
}

img.img_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
}

img.img_right_border {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
	border: 2px solid #822140;
}
/* Bild Styles - Ende */

/* Zus�tzliche Textformatierungen - Anfang */

.biblio_1 {
	text-indent: 1.75em;
}
.biblio_2 {
	padding-left: 1.75em;
}
.biblio_3 {
	text-indent: -1.75em;
	padding-left: 1.75em;
}
#inhalt ol {
	margin-left: 1.75em;
	font-size:0.71em;
	line-height: 1.35em;
}
#inhalt ol li {
	margin-bottom: 10px;
}
#inhalt ul {
	margin-left: 15px;
	list-style: circle;
}
/* Zus�tzliche Textformatierungen - Ende */

/* Homepage - Clustermap, paypal - Anfang */

#clustermap {
/*	margin: 24px 0 0 12px; */
	position: relative;
	top: 160px;
	left: 12px;
}
input.paypserv {
	color: #930;
	font-weight: bold;	
}

/* Homepage - Clustermap, paypal - Ende */

/* Suchergebnis - Anfang */

.search_overview {
	width: 466px;
	float: left;
	margin: 0 0 0 22px;
}
.article_term {
	margin-bottom: 14px;
}
.search_hnavi,
.search_fnavi {
	font-size: 0.71em;
	border-bottom: 1px solid #930;
	height: 15px;
	margin-bottom: 14px;
}
.search_hnavi ul li,
.search_fnavi ul li {
	float: left;
	display: inline;
	margin-right: 10px;
}
.article {
	border-bottom: 1px solid #930;
	margin-bottom: 14px;
	padding-bottom: 10px;
}
.article p {
	font-size: 0.71em;
	line-height: 16px;
}
.article .more {
	font-size: 0.71em;
}
.content .span_suche_treffer {
	background-color: #FFDE59;
}
/* Suchergebnis - Ende */

/* Artikel Typo3 Key Visual - Anfang */

#key_visual img {
	margin: 0 0 1px 1px;
}
#key_visual h2,
#key_visual h3,
#key_visual p {
	padding-left: 22px;
}

/* Artikel Typo3 Key Visual - Ende */

/* Ergänzungen - Kalender 2010-06 -  Anfang */

#minical {
	background-color: #fff;
	border: 1px solid #B12F00;
	margin-top: 30px;
	font-size: 0.71em;
	text-transform: uppercase;
}
#minical .head {
	font-weight: bold;
	text-align: center;
	margin: 4px 0 8px 0; 
}
#minical .head .prev,
#minical .head .current,
#minical .head .next {
	display: inline;
}
#minical .head .prev a,
#minical .head .next a {
	font-size: 1.3em;
	padding: 6px;
}
#minical .daynames,
#minical .days {
	padding: 0 4px;
}
#minical .days {
	padding-bottom: 16px;
	border-bottom: 10px solid #b12f00;
}
#minical .daynames .dayname,
#minical .days .day {
	display: inline;
	float: left;
	border: 1px solid #FEDD96;
	margin: 2px;
	width: 19px;
	text-align: center;
}
#minical .days .before,
#minical .days .after {
	color: #999;
}
#minical .days .today {
	font-weight: bold;
}
#minical .days a {
	background-color: #FEDD96;
	display: block;
}
#minical .all_events_link {
	background: #fedd96;
	border: 4px solid #fff;
	text-align: center;
	padding: 3px 0;
	font-weight: bold;
}
/* Übersichtsseite u. Tagesübersicht bei mehreren Terminen*/
#calendar_year .head,
#calendar_day .head {
	height: 32px;
	width: 625px;
	background: #d8977f;
	margin: -27px 0 0 -22px;
}
#calendar_year .head .prev,
#calendar_year .head .current,
#calendar_year .head .next,
#calendar_year .head p {
	display: inline;
	font-size: 24px;
	color: #fff;
}
#calendar_year .head .prev a,
#calendar_year .head .next a {
	color: #fff;
}
#calendar_year .head .prev {
	margin: 0 12px 0 190px;
}
#calendar_year .head .current {
	margin: 0 12px 0 0;
}
#calendar_year .head .next {
	margin: 0 142px 0 0;
}
#calendar_day .head .prev,
#calendar_day .head .current,
#calendar_day .head .next,
#calendar_day .head p {
	display: inline;
	font-size: 24px;
	color: #fff;
}
#calendar_day .head .prev a,
#calendar_day .head .next a {
	color: #fff;
}
#calendar_day .head .prev {
	margin: 0 12px 0 140px;
}
#calendar_day .head .current {
	margin: 0 12px 0 0;
}
#calendar_day .head .next {
	margin: 0 122px 0 0;
}
#calendar_year .select_category,
#calendar_day .select_category {
	position: relative;
	background: #fff;
	width: 624px;
	height: 76px;
	margin: 0 0 0 -22px;
	border-bottom: 25px solid #d8977f;
}
#calendar_year .select_category .label,
#calendar_year .select_category .select select,
#calendar_day .select_category .label,
#calendar_day .select_category .select select {
	width: 142px;
	font-size: 11px;
}
#calendar_year .select_category .label,
#calendar_day .select_category .label {
	text-transform: uppercase;
	color: #b23000;
}
#calendar_year .lab_regio,
#calendar_day .lab_regio {
	position: absolute;
	top: 25px;
	left: 28px;
}
#calendar_year .sel_regio,
#calendar_day .sel_regio {
	position: absolute;
	top: 40px;
	left: 25px;
}
#calendar_year .lab_type,
#calendar_day .lab_type {
	position: absolute;
	top: 25px;
	left: 188px;
}
#calendar_year .sel_type,
#calendar_day .sel_type {
	position: absolute;
	top: 40px;
	left: 185px;
}
#calendar_year .lab_present,
#calendar_day .lab_present {
	position: absolute;
	top: 25px;
	left: 343px;
}
#calendar_year .sel_present,
#calendar_day .sel_present {
	position: absolute;
	top: 40px;
	left: 340px;
}
#calendar_year .submit,
#calendar_day .submit {
	position: absolute;
	top: 40px;
	left: 494px;
}
#calendar_year .submit input,
#calendar_day .submit input {
	height: 19px;
	width: 50px;
	font-size: 11px;
}
#calendar_year .list .eventlist_top,
#calendar_day .list .eventlist_top {
	height: 26px;
	background: #fff;
	width: 624px;
	margin: 0 0 0 -22px;
	text-align: right;
}
#calendar_year .list .event,
#calendar_day .list .event {
	width: 624px;
	margin: 0 0 0 -22px;
	padding: 0 0 26px 0;
}
#calendar_year .list .event label,
#calendar_day .list .event label {
	text-transform: uppercase;
	font-weight: normal;
}
#calendar_year .list .event a,
#calendar_day .list .event a {
	font-weight: bold;
}
#calendar_year .list .event h3,
#calendar_day .list .event h3 {
	font-size: 13px;
	line-height: 18px;
	margin: 24px 0 15px 0;
}
#calendar_year .list .event h3 a,
#calendar_day .list .event h3 a {
	font-weight: bold;
}
#calendar_year .list .event p.date,
#calendar_day .list .event p.date {
	display: block;
	float: left;
	width: 162px;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	text-align: right;
	padding: 24px 23px 0 0;
}
#calendar_year .list .event .details_r,
#calendar_day .list .event .details_r {
	display: block;
	float: left;
	width: 400px;
}
#calendar_year .list .event .details_r p,
#calendar_day .list .event .details_r p {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* Detailseite */
#cal_detail .head  {
	width: 624px;
	margin: -27px 0 0 -22px;
}
#cal_detail .head p.cal_title {
	background: #d8977f;
	color: #fff;
	text-align: right;
	height: 32px;
	font-size: 24px;
	font-weight: normal;
	padding-right: 25px;
	margin: 0;
}
#cal_detail .head p.backlink {
	height: 26px;
	text-align: right;
	line-height: 26px;
	text-transform: uppercase;
	padding-right: 25px;
	font-weight: bold;
}
#cal_detail h2 {
	background: #fff;
	width: 511px;
	margin: -10px 0 0 -22px;
	font-size: 13px;
	line-height: 18px;
	padding: 25px 90px 25px 23px;
}
#cal_detail p.event_types {
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	padding-top: 15px;
	margin-bottom: 0;
}
#cal_detail p.date {
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
}
#cal_detail p.presenters {
	margin-bottom: 16px;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}
#cal_detail p.coordinator {
	margin-bottom: 24px;
}
#cal_detail h3 {
	font-size: 13px;
	line-height: 18px;
	margin: 18px 0 0 0;
}
#db_gmap {
	border: 10px solid #fff;
	height: 300px;
	width: 400px;
	margin: 20px 0 30px 0;
}

/* Ergänzungen - Kalender 2010-06 -  Ende */

/* Ergänzungen - Social Links 2010-07 -  Anfang */

#social_icons {
	position: absolute;
	top: 0px;
	left: 810px;
	width: 30px;
	background: #b12f00;
}
#social_icons ul {
	padding: 1px 0 90px 0;
}
#inhalt .tipafriend_form  .tip_head {
	background: #D8977F;
	height: 32px;
	width: 625px;
	margin: -27px 0 0 -22px;
}
#inhalt .tipafriend_form .tip_head p {
	text-align: right;
	font-size: 24px;
	color: #fff;
	padding-right: 30px;
}
#inhalt .tipafriend_form p.back {
	height: 26px;
	width: 594px;
	line-height: 26px;
	margin: 0 0 0 -22px;
	text-transform: uppercase;
	text-align: right;
	padding-right: 30px;
}
#inhalt .tipafriend_form p.introduction {
	background: #fff;
	width: 567px;
	margin: 0 0 25px -22px;
	font-size: 13px;
	line-height: 18px;
	color: #930;
	padding: 18px 30px 10px 27px 
}
#inhalt .tipafriend_form hr {
	width: 624px;
	height: 24px;
	background: #fedd96;
	border: 0px;
	margin: 0 0 25px -22px;
}
#inhalt .tipafriend_form p.friend {
	text-transform: uppercase;
	font-weight: bold;
	color: #930;
	font-size: 11px;
	line-height: 20px;
	float: left;
	height: 65px;
}
#inhalt .tipafriend_form .row {
	float: right;
	margin-bottom: 3px;
}
#inhalt .tipafriend_form .error {
	border: 2px solid #f30;
}
#inhalt .tipafriend_form .row .label {
	font-size: 11px;
	line-height: 20px;
	float: left;
	width: 40px;
}
#inhalt .tipafriend_form .row  .input {
	float: left;
}
#inhalt .tipafriend_form .row .input input {
	height: 16px;
	width: 250px;
	border: 1px solid #d8977f;
	font-size: 11px;
}
#inhalt .tipafriend_form .submit input {
	position: relative;
	top: 5px;
	left: 359px;
	font-size: 11px;
	width: 60px;
	height: 20px;
}
/* Ergänzungen - Social Links 2010-07 -  Ende */
