html[xmlns^="http"]
{
/* verhindert Mozilla-Zucken
* > Firefox 1.5
*/
overflow:scroll;
height: 100%;

}

body, p, ul, ol { 
	margin:0px; 
	padding:0px;
}

/* 
	Moves elements out of the viewport and preserves no space for them. 
	Use this class rather than "display: none"!
*/
.hidden { 
	height:0;
	overflow:hidden;
	position:absolute;
	left:-9000px;
	max-width:8000px;
}

.none {
	display:none;
}

.clear {
	clear:both;
}

body { 
	color:#555;
	font-family:Arial,Verdana,sans-serif;
	font-size:12px;
	height:105%;
	width:100%;
}

hr {
	border:0px;
	height:1px;
	border-top: solid 1px #999999;
	border-bottom:#ffffff;
	display:block;
}

p {
	margin:7px 0px;
}

h1 {
	color:#03abdc;
	font-size:20px;
	margin-top:0px;
	border-bottom:1px solid #F823A8;
}

#rezept h2 {color:#F823A8;
	font-size:16px;
	margin-top:0px;
}
#rezept h3 {color:#03abdc;
	font-size:12px;
	font-weight:bold;
	margin-top:15px;
}
#rezept img {float:left;margin:0 15px 15px 0}
#rezept .basics {color:#999}

#rezept legend {
	margin:0px 0px 0px -5px;
	padding:0px 5px;
	font-weight:bold;
	color:#03abdc;
	line-height:1.3;
}

#rezept ul {margin-left:15px}
#rezept ul .basics {color:#999}

a {
	color:#03abdc;
	text-decoration:none;
}

a:hover {
	color:#F823A8;
	text-decoration:underline;
}

a:active, a:focus { outline:none }

span.MarkText-1 {
	color:#F823A8;
	font-weight:bold;
}

span.required {
	color:#F823A8;
	font-weight:bold;
}

.w50 {
	float:left;
	width:40%;
	margion-right:5%;
}

p.SmallDescription, span.SmallDescription {
	font-size:10px;
}

#Header, #MainNavigation, #MainWrapper {
	margin-left:auto;
	margin-right:auto;
	width:992px;
}

#Header {
	padding-top:2px;
	background:#fff url(./../../images/caipirinha.jpg) 350px no-repeat;
}

#HeaderNavigationDiv {
	background-color:#F823A8;
	padding-top:3px;
	margin-top:-4px;
}

#MainNavigationDiv {
	background:transparent url(./../../images/BackgroundNavi.png) repeat-x scroll left top;
	border-top:1px solid #dddddd;
	height:37px;
}

#MainNavigation {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	display:block;
	height:37px;
	position:relative;
}

#MainNavigation li {
	float:left;
	display:block;
}

#MainNavigation li a {
	color:#fff;
	float:left;
	height:24px;
	padding:8px 15px 0px;
	text-decoration:none;
}

#MainNavigation li a:hover {
	background:transparent url(./../../images/BackgroundNaviHover.png) repeat-x scroll left top;
	color:#fff;
}

#FooterNavigationDiv {
	margin-bottom:15px;
	background:transparent url(./../../images/nav/NaviBottom.jpg) repeat-x scroll left top;
	height:9px;
}

#TopNavigation ul, #DirectoryList ul.SubCatList {
	list-style:none;
	list-style-type:none;
	list-style-image:none;
}

#TopNavigation {
	padding-top:8px;
}

#TopNavigation ul {
	float:right;
}

#TopNavigation ul li {
	display:inline;
}

#TopNavigation ul li a, #TopNavigation ul li a:active, #TopNavigation ul li a:visited {
	color:#666666;
	text-decoration:none;
}

#TopNavigation ul li a:hover {
	color:#F823A8;
	text-decoration:underline;
}

#ColumnLeft {
	float:left;
	width:679px;
}

#ColumnRight {
	float:left;
	postition:relative;
	margin-left:13px;
	width:300px;
}

.success, .warning, .error, .info {
	background-position:10px center;
	background-repeat:no-repeat;
	margin-bottom:20px;
	padding:7px 10px 7px 45px;
}

.success {
	background-color:#EEFFEE;
	background-image:url('./../../images/icon/successMedium.png');
	border:1px dashed #009900;
	color:#009900;
}

.error {
	color:#cc0000;
	background-color:#ffeeee;
	background-image:url('./../../images/icon/errorMedium.png');
	border:1px solid #cc0000;
}

.error a {
	color:#006699;
	text-decoration:underline;
}

.error a:hover { text-decoration:none; }

.info {
	background-color:#feb07b;
	background-image:url('./../../images/icon/infoM.png');
	border:1px solid #dddddd;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}

.innerError {
	background-image:url('./../../images/icon/errorSmall.png');
	background-position:1px center;
	background-repeat:no-repeat;
	margin-bottom:5px;
	padding:5px 5px 5px 25px;
	color:#cc0000;
}

.SocialBookmark {
	padding:5px;
	margin-right:5px;
	border-bottom:1px solid #dddddd;
}

.SocialBookmark:hover {
	border-bottom:1px solid #F823A8;
}

div.RSS img { float:left; margin-right:5px; margin-left:5px; }
div.RSS p { padding-top:5px; font-size:11px; }

img.Tag {
	margin-right:5px;
	vertical-align:middle;
}

img.Icon {
	margin-right:4px;
	vertical-align:bottom;
}

#GoogleMapsDivBig {
	margin:10px 0px 25px 0px;
	width:100%;
	height:500px;
	border:1px solid #dddddd;
	background-color:#efefef;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}

/* Media Uploader */
.Progress {
	margin-top:10px;
	border:1px solid #cccccc;
	width:450px;
	height:16px;
}

.Bar {
	width:0px;
	height:100%;
	background-color:#006699;
}

.media-item {
	min-height:16px;
	width:100%;
}

.Crunching { 
	display:block;
	line-height:32px;
	text-align:right;
	margin-right:5px;
}

.Filename.Original {
	float:left;
}

.listTable {
	margin:0px 0px 15px;
	border-collapse:collapse;
	border:1px solid #999999;
	clear:both;
	width:100%;
}

.listTable thead, .listTable tr.tableHeader {
	background-color:#ebf3f7;
	color:#333333;
}

.listTable th {
	line-height:1.3em;
	border-bottom:1px solid #999999;
	font-size:11px;
	vertical-align:text-top;
	padding:9px 15px 6px 10px;
	text-align:left;
}

.listTable td {
	border-bottom:1px solid #999999;
	padding:7px 15px 9px 10px;
	vertical-align:top;
}

.listTable th.ActionLinks { text-align:right; }
.listTable td.ActionLinks { text-align:right; }

tr.CycleColor-1 { background-color:#efefef; }
tr.CycleColor-2 { background-color:#ffffff; }

.Highlight {
	background-color:#ffff00;
	color:#0000ff;
	padding:0px 2px;
}

.w50 h3 {
	margin-bottom:0.5em;
}

ul.ArchivList {
	border-top:1px solid #cccccc;
	margin-bottom:1.5em;
}

ul.ArchivList li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:0px;
	margin-left:0px;
}

ul.ArchivList li a {
	background-image:url('./../../images/icon/arrow-9-Small.gif');
	background-position:5px 50%;
	background-repeat:no-repeat;
	border-bottom:1px solid #cccccc;
	display:block;
	padding:0.5em 1em 0.5em 20px;
	text-decoration:none;
}

div.ArchivRow {
	margin-bottom:30px;
}

div.ArchivRow h2 {
	font-size:15px;
	margin-bottom:3px;
}

/* Footer */
div.footWrap {
	width:992px;
	margin:0px auto;
	border-top:1px solid #cccccc;
	padding:6px 3px 15px 3px;
}

div.footWrap p {

	font-size:12px;
	padding-bottom:10px;
}

/* Useroffice */
p.UserActionLinks {
	text-align:right;
	font-size:11px;
}

div.UserItemInfobox {
	font-size:11px;
}

div.UserItemInfobox img.RatingIcon, div.UserItemInfobox img.PagerankIcon {
	vertical-align:middle;
}

div.UserItemErrorDiv {
	padding:7px 10px 7px 10px;
	color:#cc0000;
	background-color:#ffeeee;
	border:1px solid #cc0000;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}

div.UserItemErrorDiv h3 { 
	font-weight:normal; 
	font-size:13px;
	padding-bottom:3px;
	border-bottom:1px solid #cc0000;
}

div.UserItemErrorDiv label {
	cursor:pointer;
}

div.UserItemErrorDiv div {
	color:#444444;
	font-size:11px;
}

#UserPostAddForm label {
	font-weight:bold;
	display:block;
	margin-top:10px;
}

#UserPostAddForm .mceEditor #Content_tbl {
	border:1px solid #cccccc;
}

div.TabWrap {
	clear:both;
	border:1px solid #dddddd;
	background:#eeeeee none repeat scroll 0%;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	margin:10px 0px 0px;
	padding:5px;
}

ul.TabNavigation {
	float:left;
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
	margin:0px 0px 5px;
	padding:0px;
}

ul.TabNavigation li {
	float:left;
}

ul.TabNavigation li a {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	display:block;
	font-size:10px;
	color:#333333;
	border:1px solid #dddddd;
	background:#dddddd none repeat scroll 0%;
	margin:0px 5px 0px 0px;
	padding:3px 6px;
	text-align:left;
	text-transform:uppercase;
	text-decoration:none;
}

ul.TabNavigation li.selected a {
	background:#FAF8FA none repeat scroll 0%;
	border:1px solid #dddddd;
	color:#006699;
}

div.TabSingle {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border:1px solid #dddddd;
	background:#ffffff none repeat scroll 0%;
	clear:both;
	padding:5px;
	font-size:10px;
}

div.TabSingle ul li {
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
	border-bottom:1px solid #cccccc;
	color:#999999;
	margin:0px;
	padding:5px;
}

div.TabSingle ul li a {
	color:#333333;
	text-decoration:none;
}

div.TabSingle ul li a:hover {
	color:#006699;
}

div.TabSingle ul li:hover {
	background:#FAF8FA none repeat scroll 0%;
}

div.TabSingle ul.SidebarPagerankList li a,
div.TabSingle ul.latestTweets li a,
div.TabSingle ul.FeedEntries li a { 
	color:#006699;
}

div.TabSingle ul.SidebarPagerankList li a:hover,
div.TabSingle ul.latestTweets li a:hover,
div.TabSingle ul.FeedEntries li a:hover {
	text-decoration:underline;
}

div.TabSingle ul.RecentComments li {
	background-image:url('./../../images/icon/commentsSmall.png');
	background-position:8px 30%;
	background-repeat:no-repeat;
	display:block;
	padding:0.5em 0.5em 0.5em 35px;
}

div.TabSingle ul.RecentComments li a {
	color:#006699;
	text-decoration:underline;
}

div.TabSingle ul.RecentComments li a:hover {
	color:#F823A8;
}

div.TabSingle ul.CategorySubcats li { font-size:12px; }
div.TabSingle ul.CategorySubcats li img {
	vertical-align:middle;
	margin-right:5px;
}

div.TabSingle ul.Tags li a {
	background:transparent url('./../../images/icon/TagBlueS.png') no-repeat scroll 0pt 50%;
	display:block;
	height:16px;
	line-height:16px;
	padding:0px 0px 0px 20px;
	text-align:left;
	white-space:nowrap;
}

#TagArea {
-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	border:1px solid #dddddd;
	background:#FAF8FA url(./../../images/bg3.jpg) left no-repeat;
	padding:15px;
	margin-bottom:14px;
	}


#SearchArea {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	border:1px solid #dddddd;
	background:#FAF8FA none repeat scroll 0%;
	padding:15px;
	margin-bottom:14px;
}



#SearchField {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	color:#fff;
	border:1px solid #dddddd;
	padding:10px;
	background:url(./../../images/bg5.png) no-repeat;

}

#SearchField div label {
	display:block;
}

.searchSubmit {
	border:0px none;
	background:transparent url(./../../images/find.png) no-repeat scroll 0%;
	height:48px;
	width:48px;
	text-decoration:none;
	padding:0px;
	margin:-7px 0 0 15px;
}

#SearchArea p.SmallDescription {
	margin-top:11px;
	color:#333333;
}

#ShowDirectoryLink {
	margin:5px 0px;
}

a#ButtonSlide {
	color:#333333;
	font-size:11px;
	text-decoration:none;
}

a#ButtonSlide:hover {
	color:#F823A8;
	text-decoration:underline;
}

#DirectoryList {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	color:#000000;
	border:1px solid #dddddd;
	padding:10px;
	margin:8px 0px;
	background:#FAF8FA none repeat scroll 0%;
	background:#FAF8FA url(./../../images/bg2.jpg) right no-repeat;
}

#DirectoryList td {
	vertical-align:top;
	padding:0px 30px 12px 0px;
}

#DirectoryList td img {
	float:left;
	margin-right:10px;
}

#DirectoryList a {
	color:#006699;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

#DirectoryList a:hover {
	color:#F823A8;
	text-decoration:none;
}

#DirectoryList ul.SubCatList, #DirectoryList ul.SubCatList a {
	font-size:11px;
	font-weight:normal;
}

#NewsContainer {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	border:1px solid #dddddd;
	position:relative;
	width:586px;
	left:90px;
	top:0px;
	margin-bottom:14px
}

#News {
	padding-top:8px;
}

.DayBlock {
	margin-bottom:20px;
}

.DayBlock .DateLabel {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	background:#FAF8FA none repeat scroll 0%;
	border:1px solid #dddddd;
	left:-91px;
	position:absolute;
	padding:5px 0pt;
	text-align:center;
	width:89px;
}

.DayBlock .DateLabel h2 {
	font-weight:normal;
	font-size:14px;
	color:#666666;
	letter-spacing:-1px;
	margin-top:0pt;
	margin-bottom:0pt;
}

.DayBlock .DateLabel h2 a:link, .DayBlock .DateLabel h2 a:visited {
	color:#666666;
	text-decoration:none;
	border:medium none;
}

.DayBlock .DateLabel h2 a:hover { color:#F823A8; }

.NewsList {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
	padding-left:12px;
	line-height:12px;
}

.NewsList li {
	padding-bottom:25px;
	line-height:normal;
}

.NewsList li img {
	border:none;
	padding:0px 20px 20px 5px;
	float:left;
}

.NewsList li h2 {
	color:#006699;
	font-size:13px !important;
	font-weight:bold !important;
	margin-top:0px;
	margin-bottom:0px;
	padding-right:8px;
}

.NewsList li h2 a:link, .NewsList li h2 a:visited {
	color:#006699;
	text-decoration:none;
}

.NewsList li h2 a:hover { color:#F823A8; }
.NewsShortDesc { padding-right:20px; margin-left:42px; }

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #006699;}
#TB_window a:visited {color: #006699;}
#TB_window a:hover {color: #F823A8;}
#TB_window a:active {color: #006699;}
#TB_window a:focus{color: #006699;}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url('./../../images/misc/macFFBgHack.png') repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border:3px solid #006699;
	text-align:left;
	top:50%;
	left:50%;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	padding:5px;
	font-size:12px;
}

#TB_window label {
	display:block;
}

#TB_window input[type="text"],
#TB_window textarea {
	width:99%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	border-bottom:1px solid #F823A8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#YouTubeVideoDiv, #YouTubeSingleVideo {
	margin-bottom:10px;
	border-top:1px solid #006699;
	border-bottom:1px solid #006699;
	padding:10px;
	background:#FAF8FA none repeat scroll 0%;
	text-align:center;
}

#YouTubeVideoDiv h2 {
	margin:0px 0px 15px 0px;
	font-size:12px;
}

ul.YouTubeVideoList li {
  	margin:0px;
	padding:0px;
  	float:left;
  	background-image:none;
  	list-style-image:none;
  	list-style-type:none;
}

ul.YouTubeVideoList li a, ul.YouTubeVideoList li a:link, ul.YouTubeVideoList li a:visited {
  	display:block;
  	margin:0px 6px 0px 6px;
  	text-align:center;
  	width:190px;
  	color:#000000;
  	font-size:11px;
}

ul.YouTubeVideoList li a:hover {
	color:#F823A8;
	text-decoration:none;
}

img.YouTubeImage {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	display:block;
	border:1px solid #006699;
	padding:2px;
}

#YouTubeVideoShow {
	text-align:center;
	background-color:#efefef;
	padding:0px 0px 10px 0px;
	border-bottom:1px solid #006699;
	border-top:1px solid #006699;
}

#CategoryList {
	width:650px;
}

.CategoryNavTrail, .CategoryDescription {
	margin-bottom:20px;
}

.CompanyEntryRow {
	padding:5px;
	border-bottom:1px solid #dddddd;
	margin-bottom:10px;
}

.CompanyEntryRow h2 {
	margin:0px;
	color:#006699;
	font-size:12px;
}

.CompanyEntryRow h2 a {
	color:#006699;
	text-decoration:none;
}

.CompanyEntryRow h2 a:hover {
	color:#F823A8;
	text-decoration:underline;
}

.CompanyDescription {
	margin-top:8px;
}

img.CompanyCountryImage {
	float:right;
}

.CompanyThumbnailDiv {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	height:94px;
}

.CompanyThumbnailDiv img.Thumbnail,
.CompanyThumbnailDiv img.Logo {
	display:block;
	margin-bottom:5px;
}

.CompanyThumbnailDiv img.Logo {
	padding:4px;
}

.CompanyThumbnailDiv img.Thumbnail,
.media-item-file img.Thumbnail {
	border:1px solid #cccccc;
	padding:2px;
}
	
#ThumbshotInfo {
	margin-top:5px;
	font-size:10px;
	text-align:center;
}

#ThumbshotInfo a {
	text-decoration:none;
	color:#666666;
}

#ThumbshotInfo a:hover {
	color:#F823A8;
}

div.CategoryNavTrail a {
	color:#006699;
	text-decoration:none;
}

div.CategoryNavTrail a:hover, div.CategoryNavTrail strong {
	color:#F823A8;
}

div.CompanyHighlight {
	background-color:#FAF8FA;
	border:1px solid #cccccc;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}

div.pageMenu { 
	text-align:left;
	margin:0;
	margin-right:0 !important;
}

div.pageMenu ul {
	font-weight:normal !important;
	list-style:none;
	margin:0;
	padding:0;
	float:none !important;
	display:block !important;
}

div.pageMenu li {
	border:0;
	float:none !important;
	margin:0 !important;
	display:block !important;
}

div.pageMenu a, div.pageMenu a:hover {
	text-decoration:none !important;
	text-align:left !important;
	border:0;
	background:transparent;
	margin:0 !important;
	padding:5px 7px 5px 35px !important;
	float:none !important;
	height:auto !important;
	display:block !important;
}

.popupMenu {
	background-color:#efefef;
	white-space:nowrap;
	border:1px solid #999999;
	margin:0px 0px 10px 0px;
	padding:1px;
	position:absolute;
	z-index:30;
	opacity:.9 !important; /* css 3 */
}

div.popupMenu a, div.popupMenu a:hover {
	padding:5px 7px !important;
}

.active a, .active a:hover {
	font-weight:bold;
	color:#0085be;
}

div.pageMenu span {
	margin:0 !important;
	padding:3px 13px 2px 0 !important;
	text-decoration:none !important;
	display:block;
}

form {
	margin:0px;
	padding:0px;
}

textarea, input, select {
	font-size:12px;
}

textarea, .inputText {
	border:1px solid #dddddd;
	width:99.5%;
}

select {
	border:1px solid #dddddd;
	padding:2px;
}

input[type="text"], input[type="password"] {
	padding:3px 0px 3px 2px;
}

input[type="radio"] {
	margin-left:0px;
	margin-right:5px;
	vertical-align:bottom;
}

select[multiple="multiple"] {
	padding:0px !important;
}

textarea {
	padding-left:3px;
}

fieldset {
	position:relative; 
 	line-height:1.5;
	border:1px solid #dddddd;
	background:#FAF8FA none repeat scroll 0%;
	margin:10px 0px;
	padding:5px 13px 10px 13px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}

fieldset legend {
	margin:0px 0px 0px -5px;
	padding:0px 5px;
	font-weight:bold;
	color:#F823A8;
	line-height:1.3;
}

fieldset legend img {
	vertical-align:bottom; 
	margin-right:6px;
}

fieldset fieldset {
	margin-bottom:5px;
	background:#eeeeee none repeat scroll 0%;
	border:1px solid #dddddd;
}

.formElement, .formGroup {
	margin:5px 0 3px 0;
	min-height:0px;
}

.formElement:after {
	content: "";
	height:0px;
	display:block;
	clear:both;
}

.formField {
	padding:0px;
}

.formField a {
	text-decoration:underline;
	font-size:11px;
}

.formElement .formField,
.formGroup .formGroupField {
	margin-left:175px;
}

.formField input, .formField select, .formField textarea  {
	margin:2px 0px;
}

.formFieldLabel, .formGroupLabel {
	text-align:right;
	float:left;
	width:150px;
	font-weight:bold;
}

.formFieldDesc {
	font-size:11px;
	padding:0px 0px 2px 0px;
}

.formElement .formFieldDesc {
	margin-left:175px;
}

.formFieldDesc > p {
	margin:0px;
	font-size:11px;
	clear:both;
}

.formGroup .formGroupField legend {
	display:none;
}

.formGroup .formGroupField .formElement input {
	width:auto !important;
}

.formGroup .formFieldDesc {
	font-size:11px;
	margin:5px 0px 10px 15px;
}

.formOptions {
	list-style:none;
	margin:0px;
	padding:0px;
}

.formOptions li {
	margin-top:3px;
	padding-right:2%;
	width:23%;
	float:left;
}

.formOptions li span {
	float:none;
	padding-left:12px;
}

.formOptionsLong {
	list-style:none;
	margin:0px 0px 7px 0px;
	padding:0px;
}

.formOptionsLong li {
	margin:3px 0px 0px 0px;
	padding:0px;
}

.formOptionsLong span, .formOptionsLong label {
	display:inline;
	font-weight:bold;
	color:#006699;
}

.formError, .formError a {
	color:#cc0000;
}

.formError .inputText, .formError textarea {
	background-color:#ffeeee;
}

.formError .inputText, .formError textarea {
	background-color:#fee;
}

.inputButton {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	font-size:13px;
	padding:5px;
	background-color:#eeeee;
	border:1px solid #cccccc;
	color:#333333;
	cursor:pointer;
	text-decoration:none;
}

p.formSubmit {
	text-align:right;
	border-top:1px solid #cccccc;
	margin:10px 0px;
	padding:1.5em 0px;
}

.inputText:focus, select:focus, textarea:focus {
	background-color:#ffffdd;
}

#LoginFormDiv {
	margin-top:15px;
}

#LoginFormDiv label {
	display:block;
	font-weight:bold;
}

#LoginFormDiv input[type="text"], #LoginFormDiv input[type="password"] {
	width:200px;
}

#searchText.Tip { font-style:italic; color:#bbbbbb; }

div.ReceivePwDiv {
	float:left; 
	width:170px;
}

div.ReceivePwDiv label {
	display:block;
	font-weight:bold;
}

/* Ergänzt in v3.0.4 */

a.SubmitButton {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#e5e5e5;
	border:1px solid #cccccc;
	cursor:pointer;
	font-weight:bold;
	margin-right:4px;
	padding:6px 4px;
	text-decoration:none;
}

#addCategoryButton {
	margin-top:15px;
	margin-bottom:10px;
}

#PasswordSecArea {
	width:225px;
}

#PasswordSecLevel {
	margin-bottom:3px;
}

#PasswordSecRange {
	background:transparent url(./../../images/misc/PwLevelrange.png) no-repeat scroll left center;
	border:1px solid #000000;
	width:225px;
}

fieldset.PackageSet h2 {
	margin:5px 0px 15px 0px;
	padding:0px;
	font-size:12px;
	color:#F823A8;
}

fieldset.PackageSet h2 input {
	vertical-align:top;
	margin-right:5px;
}

fieldset.PackageDesc ul { 
	margin-left:20px;
	margin-top:10px;
}

fieldset.PackageDesc ul li {
	background:transparent url('./../../images/icon/successSmall.png') no-repeat scroll 0pt 50%;
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
	padding-left:23px;
	line-height:23px;
}

fieldset.PackageDesc ul li.false {
	background:transparent url('./../../images/icon/crossSmall.png') no-repeat scroll 0pt 50%;
}

p.Disclaimer {
	font-size:10px;
	text-align:center;
	margin:15px 0px 15px 0px;
}

div.PackageText {
	float:left;
	width:450px;
}

div.Amount {
	font-size:20px;
	font-weight:bold;
	text-align:right;
	margin:10px 0px 0px 0px;
	float:right;
}

div.Amount span {
	font-size:25px;
	color:#F823A8;
}

img.PackageIcon {
	vertical-align:middle;
	margin-right:5px;
}

#WebsiteTagsArea {
	margin-left:175px;
	border:1px solid #dddddd;
	background:#eeeeee none repeat scroll 0%;
	padding:7px;
}

#WebsiteTagsArea strong {
	margin-bottom:7px;
	display:block;
}

#WebsiteTagsAreaHelp {
	font-size:11px;
	padding-top:10px;
}

#Permalink {
	color:#666666;
}

.LongDescriptionCharsLeft, .ShortDescriptionCharsLeft {
	font-weight:bold;
	color:#006699;
}

#Payment {
	border:1px solid #dddddd;
	background:#eeeeee none repeat scroll 0%;
	padding:10px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}


#Payment h2 {
	border-bottom:1px dotted #959595;
	font-size:13px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0px 0px 5px 0px;
}

#Payment table td {
	border-bottom:1px dotted #959595;
	margin-bottom:5px;
	padding:5px;
}

#Payment table td label {
	display:block;
	cursor:pointer;
}

#SeoDisclaimer ol { margin-left:40px; }

fieldset.CompanyDesc { padding:20px !important; }

#GoogleMapsDiv {
	margin:0px 20px 10px 0px;
	float:left;
	width:350px;
	height:350px;
	border:1px solid #333333;
	background-color:#dddddd;
}

img.LogoMicroformat {
	float:right;
	margin-top:25px;
}

#AdressDetails { margin:0px 10px 10px 0px; }

.vcard .org { font-weight:bold; }
.vcard hr { margin:10px 0px 10px 0px; }
.vcard ul {
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
}

.vcard ul li a {
	height:16px;
	line-height:16px;
}

img.vCardIcon, img.linkIcon {
	vertical-align:middle;
	margin-right:5px;
	border:0px;
}

.UserComment { margin-bottom:20px; }
.UserComment .Headline { margin-bottom:8px; }

.UserComment .Message {
	border:1px solid #dddddd;
	background:#eeeeee none repeat scroll 0%;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	padding:10px;
	width:605px;
}

.UserComment a.CommentLink {
	color:#006699;
	text-decoration:underline;
}

.UserComment a.CommentLink:hover { text-decoration:none; }

.UserComment .Gravatar {
	float:right;
	border:1px solid #dddddd;
	padding:2px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}

.CommentUnapproved .Message {
	background:#ffffe0 none repeat scroll 0%;
}

.Announcement {
	margin-top:15px;
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
}


.Infobox dl {
	background:#eeeeee url('./../../images/icon/iconCommentInfo.png') no-repeat scroll right bottom;
	margin:1px;
	padding:1em;
}

.Infobox dl dt {
	clear:left;
	float:left;
	margin:0px;
	width:100px;
	font-weight:bold;
	margin:0px 0px 3px 0px;
}

.Infobox dl dd {
	margin:0px 0px 3px 100px;
}

.Infobox { 
	margin:15px 0px;
	background:#ffffff none repeat scroll 0% 0%;
	border:1px solid #dddddd;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}

.Infobox dl dt {
	clear:left;
	float:left;
	margin:0px;
	width:125px;
	font-weight:bold;
	margin:0px 0px 4px 0px;
	padding-right:15px;
}

.CompanyDetailInfobox dl dd {
	margin:0px 0px 4px 100px;
}

.pageNavigation {
	margin-top:.5em;
	margin-right:20px;
	margin-bottom:5px;
	float:left;
	clear:left;
}

.pageNavigation ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.pageNavigation li {
	border:1px solid #ffffff;
	float:left;
	position:relative;
}

.pageNavigation li.active, .pageNavigation li:active {
	/*border:1px solid #F823A8;*/
}

.pageNavigation a, .pageNavigation li span {
	text-align:center;
	text-decoration:none;
	border:1px solid #999999;
	padding:0px 4px;
	display:block;
}

.pageNavigation li div {
	text-align:center;
	margin-left:-1px;
	padding:0px 0px .4em 0px;
	position:absolute;
	bottom:1.6em;
	width:12em; /* opera fix */
	z-index:200;
	display:none;
	opacity:.9; /* css3 */
}

.pageNavigation li:hover div {
	display: block;
}

.pageNavigation li ul {
	border:1px;
	padding:0px 0px 2px 2px;
	float:left;
	clear:left;
}

.pageNavigation li ul li {
	text-align:right !important;
	margin-top:2px;
}

.pageNavigation .skip, .pageNavigation .skip:hover, .pageNavigation .skip:active {
	border:none;
}

.pageNavigation .skip a, .pageNavigation .skip a:hover, .pageNavigation .skip a:active, .pageNavigation .skip span {
	background-color:transparent;
	background-image:none !important;
	border:none;
	margin:0px;
	padding:0px;
}

.pageNavigation .skip {
	padding:1px 1px !important;
	width:16px;
}

.pageNavigation .skip img {
	vertical-align: middle;
	border:none;
}

.pageNavigation input {
	text-align:center;
	background-color:transparent;
	border:none;
	margin:0px;
	padding:2px 0px;
	width:2.5em;
	min-height:1.84em;
	display:none;
}

.pageNavigation .children {
	padding:0px;
}

ul.CustomPageNavi, ul.UserNavi {
	list-style:none;
	margin:10px 0px;
	padding:5px;
	border:1px solid #dddddd;
	background:#eeeeee none repeat scroll 0%;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}

ul.UserNavi {
	margin:0px 0px 10px 0px;
	background:#FAF8FA none repeat scroll 0%;
}

ul.CustomPageNavi li, ul.UserNavi li {
	background:#ffffff none repeat scroll 0%;
	padding:5px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border:1px solid #dddddd;
	font-size:10px;
	margin-bottom:2px;
}

ul.CustomPageNavi li img, ul.UserNavi li img {
	vertical-align:middle;
	margin-right:5px;
}

ul.CustomPageNavi li:hover, {
	background:#FAF8FA none repeat scroll 0%;
}

ul.UserNavi li:hover {
	background:#eeeeee none repeat scroll 0%;
}
