/* ALLGEMEIN */


html,
body
{
	background-color: rgb(101,146,199);
	background: url(../images/styles/urban/backgrounds/bodyBackground.png) 50% 0 repeat;
}

html
{
}

body
{
	
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}

/* Bereich mit weißem Inhalt und Schatten, beginnt unter Menü, endet vor Footer */
#contentArea
{
	/*z-index: 1;*/
	position: relative;
	background: url(../images/styles/urban/backgrounds/bodyBackgroundContent.png) 50% 0 repeat;
}

img
{
	border-width: 0px;
}

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

div.clear
{
	clear: both;
}

div.lastClear
{
	clear: both;
	padding: 5px;
}

a
{
	color: rgb(0,117,187);
	text-decoration: none;
}

a:visited
{
	color: rgb(0,117,187);
}


a:hover
{
	color: rgb(106,163,217);
}


h1,h2,h3,h4,h5,h6
{
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
	font-weight: bold;
}

input,
textarea
{
	background-color: rgb(245,245,245);
	border-color: rgb(102,102,102);
	border-style: solid;
	border-width: 1px;
	padding: 0px 2px 0px 2px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus
{
	background-color: rgb(255,255,255);
	border-color: rgb(0,0,0);
}

input:focus,
textarea:focus
{
	background-color: rgb(255,255,255);
	border-color: rgb(0,0,0);
}


input.noFormat
{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
}

span.mandatory
{
	color: rgb(204,0,0);
}


hr
{
	clear: both;
	height: 0px;
	color: white;
	background-color: white;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: rgb(51,51,51);
	margin: 10px 0px 10px 0px;
	padding: 0px;
	width: 100%;
}


div.pageTitle
{
	margin-bottom: 1em;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: rgb(153,153,153);
	width: 330px;
	padding-bottom: 10px;
}

div.pageTitle h1,
div.pageTitle h2,
div.pageTitle h3,
div.pageTitle h4
{
	font-weight: normal;
	font-size: 100%;
	text-transform: none;
	background-color: white;
}

div.pageTitle h1
{
	color: rgb(0,117,187);
	font-size: 120%;
}

div.pageTitle h2,
div.pageTitle h2 a
{
	color: rgb(102,102,102);
}


div.pageTitle h3
{	
	color: rgb(153,153,153);
}
div.pageTitle h4
{	
	margin-top: 0.5em;
	color: rgb(102,102,102);
}



/* for lists (boards, messages, events) with alternating colors for rows */
div.darkBackground
{
	background-color: rgb(241,247,253);
}

/* end lists */





/* buttons */

img.button
{
	padding: 5px;
	background-color: rgb(102,102,102);
	background-image: url('../images/styles/urban/buttons/background.png');
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: outset;
	border-color: rgb(51,51,51);
}

img.button:hover
{
	background-color: rgb(121,121,121);
	border-color: rgb(0,0,0);
	border-style: inset;
}
/* END buttons */







/* DELETE 3 */






h6.adNotice
{
	font-size: 7pt;
	color: rgb(102,102,102);
	font-weight: normal;
}




div.areaContainer
{
	padding: 10px;
	background-color: rgb(230,235,225);
	margin-bottom: 10px;
	position: relative;
}



div.blue
{
	background-color: rgb(0,117,187);
}


div.areaContainer div.areaBlock
{
	padding: 10px;
	background-color: rgb(255,255,255);
	margin-bottom: 10px;
}


table td
{
	vertical-align: top;
}

/* QA Table Tabelle für 2 spaltiges Layout Info | Beschreibung */

table.qaTable
{
	padding: 5px;
	margin: 0px;
	background-color: rgb(255,255,255);
}

table.qaTable tr.hidden
{
	display: none;
}

table.qaTable td.description,
table.qaTable td.content
{
	vertical-align: top;
	padding: 5px;
}

table.qaTable td.description
{

	text-transform: uppercase;
	text-align: right;
	padding-left: 0px;
	font-weight: normal;
	opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60 style=0);
}

table.qaTable td.content
{
	border-style: dotted;
	border-width: 0px 0px 0px 1px;
	border-color: rgb(102,102,102);
	padding-left: 5px;
}


/* END QA Table */








div.actionLinks
{
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: rgb(102,102,102);
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}

div.actionLinks a
{
	color: rgb(255,0,102);
	padding-left: 5px;
	padding-bottom: 10px;
	border-style: dotted;
	border-width: 0px 0px 0px 1px;
	border-color: rgb(255,0,102);
	display: block;
}


div.myActionLinks
{
	margin: 5px 0px 0px 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: rgb(204,204,204);
	padding: 5px;
	background-color: rgb(250,250,250);
}

div.myActionLinks a
{
	margin-right: 10px;
}

div.myActionLinks form
{
	display: inline;
}


/* Icons für Männeken neben Usernamen */
img.miniIcon
{
	margin-left: 3px;
}



#messagePopup
{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('../images/styles/urban/main/fade-background.png');
	z-index: 10000;
	top: 0px;
	left: 0px;
}

#messagePopup #messagePopupWindow
{
	width: 300px;
	margin: auto;
	vertical-align: middle;
	background-color: white;
}




/* Snippets allgemein */


/* 160px Snippets */
div.wideSnippet,
div.snippet
{

	margin: 0px 0px 10px 0px;
}

div.snippet
{
}

/* 250px Snippets */
div.wideSnippet
{
	padding: 10px;
}



/* DELETE 1 */

/* END Kommentar Snippets */



/* END Snippets allgemein */




div.searchSnippet
{
	margin-bottom: 1em;
}

div.searchSnippet h2
{
	font-size: 100%;
}

div.searchSnippet input.searchTerm
{
	width: 130px;
}

input.submitButton
{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	background-color: transparent;
}

input.sendButton
{
	padding: 3px;
	background-color: rgb(0,117,187);
	color: white;
	border-width: 1px;
	border-style: solid;
	margin: 3px;
}

#community input.searchTerm
{
	width: 80px;
}

/* Eine Newsbox Snippet für die rechte Spalte */


div.newsSnippet
{
		padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204,204,204);
	background-color: rgb(255,255,201);
	font-size: 9pt;
	/*
	background-color: rgb(255,255,255);
	border-width: 2px;
	border-style: dotted;
	border-color: rgb(255,0,102);
	padding: 10px;*/
}

div.newsSnippet a
{
	color: rgb(255,0,102);
}


div.news
{
	margin: 0px 0px 1.5em 0px;
	border-width: 0px 0px 1px 0px;
	border-color: rgb(102,102,102);
}


div.news img
{
	float: right;
	margin: 0px 0px 10px 10px;
}


div.news h3,
div.news h4
{
	display: inline;
	font-weight: normal;
}

div.news h3
{
	color: rgb(255,0,102);
}


div.news h4
{
	color: rgb(0,0,0);
	opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60 style=0);
}

div.news div.newsShortText
{
	color: black;
}

#area-events div.news h3
{
	display: block;
	font-size: 120%;
}


/* END Newsbox */


/* NEWS DEtail */

#page-newsDetail
{
	font-size: 9pt; line-height: 1.8em;
}
#page-newsDetail h2 strong
{
	margin-left: 10px;
	color: rgb(102,102,102);
}
#page-newsDetail div.newsImage
{
	float: right; margin: 0px 0px 20px 20px; color: gray; font-size: 10pt; width: 300px;
	line-height: 1.4em;
	
	font-family: "Helvetica Neue",Helvetica,Verdana,sans-serif;
	color: black;
}

#page-newsDetail div.newsImage p
{
	margin: -20px 0px 0px 10px;
}

#page-newsDetail div.newsImage span
{
	background-color: rgb(255,255,255);
}
#page-newsDetail div.newsImage span strong
{
	font-size: 14pt; 
	font-weight: normal;
	background-color: rgb(255,0,102);
	color: white;
}

/* END NEWS Detail */





/* END ALLGEMEIN */







/* REGIONWAHL */


#area-regionwahl
{
}


#area-regionwahl
{
}

#area-regionwahl h2
{
	margin-top: 1em;
	color: rgb(0,117,187);
}


/* END REGIONWAHL */









/* MAIN TEMPLATE */



#bodyContainer
{
	width: 1000px;
	margin: auto;
	position: relative;
}


/*BANNER FOR POSITION AT END OF HTML...*/
/*

#bigsizeBanner
{
	overflow: hidden;
	top: 10px;
	right: 0px;
	position: absolute;
	z-index: 500;
}

#wideSkyscraperWallpaper
{
	position: absolute;
	top: 110px;
	left: 840px;
	z-index: 500;
}


*/


/*BANNER FOR POSITION IN MIDDLE OF HTML */
#head #bigsizeBanner
{
	width: 728px;
	height: 90px;
	float: right;
	margin-right: 0px;
	position: relative;
	overflow: hidden;
}

/*
#sozeneLogo
{
	position: absolute;
	top: 100px;
	right: 10px;
}
*/
#sozeneLogo
{
	display: block;
	margin-top: 20px;
}

#wideSkyscraper
{
	width: 160px;
	height: 600px;
}


#wideSkyscraperWallpaper
{
	position: absolute;
	top: 100px;
	left: 840px;
	z-index: 500;
}


div.container
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 1000px;
	text-align: left;
	padding-top: 0px;
	position: relative;
/*	background-color: rgb(192,215,243);
	background-image: url('../images/styles/urban/backgrounds/bodyBackgroundHead.png');
	background-repeat: no-repeat;*/
}

#bigCity
{
	position: absolute;
	width: 36px;
	top: 110px;
	left: -46px;
}

#bigCity img
{
	display: block;
	opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50 style=0);
}

#bigCity img.cityName
{
	margin-bottom: 20px;
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70 style=0);
}


#head
{
	z-index: 100;
	height: 134px;
	margin-top: 0px;
	position: relative;
	padding-top: 10px;
	background: url(../images/styles/urban/backgrounds/bodyBackgroundTopShadow.png) 50% 0 repeat;
}


#head #logo
{
	position: absolute;
}

#head #logo img.logo
{
	display: block;
}

#head #logo img.logoCity
{
	display: block;
	position: absolute;
	right: 30px;
	top: 75px;
}

#logoThemeWM
{
	position: absolute;
	left: 8px;
	top: 11px;
}


#logoThemeXmas
{
	position: absolute;
	left: -20px;
	top: 15px;
}


#logoThemeSilvester
{
	position: absolute;
	left: -40px;
	top: -10px;
	z-index: 1;
}

#logoThemeWeltaidstag
{
	position: absolute;
	left: -40px;
	top: -10px;
	z-index: 1;
}

#logoThemeOstern
{
	position: absolute;
	left: 168px;
	top: -15px;
	z-index: 1;
}




#cityPlate
{
	display: block;
	position: absolute;
	z-index: 10;
	height: 31px;
	top: 75px;
	left: 134px;
	
}

#cityPlate div.leftEnd
{
/*	background-image: url('../images/styles/urban/logo/cityplate-left-end.png');*/
	width: 9px;
	height: 31px;
	float: left;
}

#cityPlate div.rightEnd
{
/*	background-image: url('../images/styles/urban/logo/cityplate-right-end.png');*/
	width: 13px;
	height: 31px;
	float: left;
}


#cityPlate div.middle
{
/*	background-image: url('../images/styles/urban/logo/cityplate-middle.png');*/
	float: left;
	height: 31px;
	line-height: 26px;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Arial, Verdana;
	font-weight: bold;
	font-size: 12px;
	color: white;
}


div.bannerPlaceholder
{
	background-color: rgb(255,0,102);
	color: white;
	font-size: 16pt;
	text-align: center;
	font-family: Georgia;
}


#rectangleBannerContainer
{
	position: relative;
	margin: 0.5em 0px 0.5em 0px;
}

#rectangleBannerContainer h6
{
	width: 300px;
	font-size: 7pt;
	color: rgb(153,153,153);
	margin: 0px auto 0.2em auto;
	font-weight: normal;
}

#rectangleBanner
{
	width: 300px;
	height: 250px;
	overflow: hidden;
	background-color: rgb(250,250,250);
	margin: auto;
}


#contentContainer
{
	background-color: rgb(255,255,255);
	position: relative;
	width: 830px;
}


#rightSideBar
{
	overflow: hidden;
	position: relative;
	float: right;
	width: 160px;
	margin: 0px 0px 0px 0px;
}


div.contentBanner
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-width: 0px;
	border-style: dotted;
	border-color: rgb(230,235,225);
	overflow: hidden;
	width: 300px;
	height: 250px;
}



a.userSex,
a.userSex0,
a.userSex1,
a.userSex2,
a.userSex3
{
	color: rgb(51,51,51);
	padding-left: 10px;
	background-image: url('../images/icons/nosex_klein.png');
	background-repeat: no-repeat;
	background-position: 0px 50%;
	margin-right: 1px;
}


a.userSex:visited,
a.userSex0:visited,
a.userSex1:visited,
a.userSex2:visited,
a.userSex3:visited
{
	color: rgb(51,51,51);
}


a.userSex0:hover,
a.userSex1:hover,
a.userSex2:hover,
a.userSex3:hover
{
	background-position: 2px 50%;
}

a.userSex1
{
	background-image: url('../images/icons/maennlein_klein.png');
}
a.userSex2
{
	background-image: url('../images/icons/weiblein_klein.png');
}


a.userSex1:hover
{
	color: rgb(0,117,187);
}

a.userSex2:hover
{
	color: rgb(255,0,102);
}

/* END USER ONLINE LISTE */


#communitySidebar
{
	background-color: rgb(241,253,165);	
	padding: 0px 10px 10px 10px;
	font-size: 80%;
	margin-bottom: 10px;
}

#communitySidebar table
{
	padding: 0px;
	margin: 0px;
}

#communitySidebar input.submitButton
{
	margin: 3px 0px 0px 5px;
}

#communitySidebar input.text
{
	width: 100px;
	padding: 5px;
	background-color: white;
	border-width: 0px;	
}

#communitySidebar div.searchSection form
{
	padding: 0px 0px 5px 0px;
}

#communitySidebar #loginForm td.description label
{
	border-width: 0px;
}

#communitySidebar #loginForm input.text
{
	width: 70px;
}

#registerButton
{
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: white;
}

#registerButton img
{
	margin-left: 20px;
}



#communitySidebar div.userLinks a
{
	line-height: 1.5em;
}
#communitySidebar div.userLinks a
{
	display: block;
}


#communitySidebar div.section
{
	margin-top: 10px;
}

#communitySidebar div.section h3
{
	margin-bottom: 5px;
}

#communitySidebar div.searchSection form
{
	margin-bottom: 5px;
}

/* MENÜ */
#topMenuBar
{
	height: 30px;
	position: absolute;
	top: 104px;
	width: 830px;
	
}


#areaMenu
{
	background-image: url('../images/styles/urban/menu/background.png');
	background-repeat: no-repeat;
	background-color: transparent;
	padding-left: 10px;
	width: 650px;
	height: 100%;
}



#areaMenu h1
{
	float: left;
	height: 30px;
	padding: 0px 10px 0px 10px;
	border-width: 0px 1px 0px 0px;
	border-style: dotted;
	border-color: rgb(149,178,214);
}

#areaMenu h1 a
{
	display: block;
	margin-top: 9px;
	opacity: 0.8;
}

#areaMenu h1 a:hover
{
	opacity: 1;
}


#areaMenu h1.active
{
	background-image: url('../images/styles/urban/menu/mainmenuTab-middle.png');
	background-repeat: repeat-x;
	height: 44px;
	border-width: 0px;
}


#areaMenu h1.active a
{
	margin-top: 23px;
	opacity: 1;
}



#areaMenu h1.right
{
	float: right;
	margin: 0px;
	border-width: 0px;
}



#subMenu
{
	width: 660px;
}

#subMenu h2
{
}


#regionMenu
{
	background-image: url('../images/styles/urban/menu/background.png');
	background-color: rgb(229,240,250);
	height: 26px;
	position: relative;
	padding-left: 10px;
	padding-top: 5px;
}


#regionMenu h2
{
	float: left;
	height: 26px;
	padding: 0px 10px 0px 10px;
	position: relative;
}

#regionMenu h2 a
{
}

#regionMenu h2 a img
{
	margin-top: 7px;
	display: block;
	opacity: 0.8;
}


#regionMenu h2 a:hover img
{

	opacity: 1;
}


#regionMenu h2.active
{
	background-image: url('../images/styles/urban/menu/regionmenuTab-middle.png');
}

#regionMenu h2.active a img
{
	opacity: 1;
}



#pageMenu
{
	height: 30px;
	background-image: url('../images/styles/urban/menu/pagemenu-background.png');
	margin: 15px 10px 0px 10px;
}


#pageMenu h3
{
	position: relative;
	float: left;
	padding: 0px 10px 0px 10px;
	font-weight: normal;
	font-size: 100%;
	height: 30px;
	border-width: 0px 1px 0px 0px;
	border-style: dotted;
	border-color: rgb(255,255,255);
}

#pageMenu h3.eventcalendar
{
	padding: 0px 4px 0px 5px;
	position: relative;
}

#pageMenu h3 div.monthname
{
	position: absolute;
	top: -5px;
}

#pageMenu h3.active div.monthname
{
	position: absolute;
	top: -15px;
}

#pageMenu h3.pageMenuName
{
}

#pageMenu h3.active
{
	background-image: url('../images/styles/urban/menu/pagemenuTab-middle.png');
	border-width: 0px;
	height: 26px;
}

#pageMenu h3.disabled
{
}

#pageMenu h3 a img
{
	display: block;
	margin-top: 14px;
	opacity: 0.8;
}
	

#pageMenu h3 a:hover img
{
	opacity: 1;
}
	

#pageMenu h3.active a img
{
	margin-top: 10px;
}


/* Menü Tabs */

div.activeAreaTab
{
	height: 44px;
	float: left;
	position: relative;
	top: -14px;
}

div.activeRegionTab
{
	float: left;
	position: relative;
}

div.activePageTab
{
	float: left;
	position: relative;
	top: 4px;
}

img.tabEnd
{
	float: left;
}

div.myUrbaniteMainmenuItem
{
	position: absolute;
	bottom: 0px;
	right: 52px;
}

/* End Menü Tabs */


/* END MENÜ */



#mainContent
{
	position: relative;
	width: 640px;
	padding: 10px;
	display: block;
}

mainContent #localBanner
{
	width: 160px;
	height: 160px;
	margin-bottom: 10px;
	overflow: hidden;
}


	/* 3 Spalten für den Hauptinhalt, Größen für Bereichstartseiten, können für Unterseiten überschrieben werden */

	#leftColumn
	{
		width: 375px;
		position: relative;
		float: left;
		display: inline;	/* IE Double Margin Bug ! */
	}


	#middleColumn
	{
		position: relative;
		float: right;
		width: 255px;
		margin-left: 10px;
		display: inline;	/* IE Double Margin Bug ! */
	}

	#rightColumn
	{
		
		position: relative;
		float: right;
		width: 160px;
		margin: 0px 10px 20px 0px;
		display: inline;	/* IE Double Margin Bug ! */
		overflow: hidden;
	}

	/* END 3 Spalten für den Hauptinhalt */

h2.noBar,
h2.bar
{
	color: rgb(0,117,187);
	text-transform: uppercase;
}

h2.bar
{
	color: white;
	background-color: rgb(0,117,187);
	padding: 5px;
}

h2.noBar a,
h2.bar a
{
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70 style=0);
}
h2.noBar a:hover,
h2.bar a:hover
{
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100 style=0);
}

h2.link
{
	margin-top: 1em;
}




#footer
{
	margin: 0px 0px 0px 0px;
	font-size: 80%;
	color: rgb(153,153,153);
	background-color: rgb(241,253,165);
	text-align: right;
	width: 830px;
	clear: both;
}


#footer div.footerShadow
{
	background-image: url(../images/styles/urban/backgrounds/footerShadow.png);
	background-repeat: repeat-x;
	height: 20px;
}

#footer div.footerContent
{
	padding: 0px 10px 0px 10px;
}

#footer a
{
	margin-left: 5px;
	color: rgb(0,117,187);
}



#footer a.externalLink
{
	display: none;
}

#footer div.partner
{
	vertical-align: middle;
	padding-top: 20px;
	margin-top: 20px;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: white;
	text-align: left;
}


#footer div.partner img
{
	vertical-align: middle;
	margin-right: 20px;
}



#footer div.socialNetworkLinks
{
	float: left;
	line-height: 35px;
	height: 35px;
	vertical-align: middle;
}



#siteEnd
{
	background-image: url(../images/styles/urban/backgrounds/bodyBackgroundEnd.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 47px;
}

/* END MAIN TEMPLATE */








/* HOMEPAGE */


#area-home
{
}


#area-home div.magazineArea
{
	margin-top: 2em;
	position: relative;
}

#area-home div.magazineArea h2.bar
{
	background-color: rgb(123,0,70);
	margin-bottom: 5px;
}



#area-home div.magazineArea div.article
{
	clear: both;
	position: relative;
	padding: 10px 5px 10px 0px;
}

#area-home div.magazineArea div.article img
{
	float: left;
	margin: 0px 10px 5px 0px;
	position: relative;
	display: inline;
}

#area-home div.magazineArea div.article h3
{
	font-weight: normal;
	font-size: 120%;
}

#area-home div.magazineArea div.darkBackground
{
	background-color: rgb(242,229,236);
}




div.galerieSnippet
{
	background-color: rgb(254,224,176);
}


div.galerieSnippet div.content a
{
	text-transform: uppercase;
}



div.galerieSnippet img.teaser
{
	display: block;
	margin: 1em 0px 0.5em 0px;
}




/* END HOMEPAGE */

























/* COMMUNITY */



#area-community #leftColumn
{
	width: 640px;
}

#area-community #middleColumn
{
	width: 0px;
}

/* DELETE 2 */

div.avatar
{
	padding: 3px;
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204,204,204);
	width: 75px;
	height: 75px;
}


div.avatar img
{
	display: block;
	margin: auto;
	vertical-align: middle;
}






/* Startseite */



div.newestUsers
{
	margin-top: 10px;
	padding-top: 10px;
	border-style: dotted;
	border-width: 1px 0px 0px 0px;
	border-color: rgb(102,102,102);
}

div.newestUsers a
{
	display: block;
}

div.newestUsers h5
{
	font-weight: normal;
}


div.newestUsers p
{
	font-family: Georgia, serif;
	font-size: 12pt;
	color: rgb(165,165,155);
}

div.newestUsers div.authorAvatar
{
	margin-right: 10px;
}


#mainContent #area-home div.event h2
{
	font-size: 12pt;
}


/* END Startseite */



/* Print-Magazin Ankündigungen */

#printMagazinTeaser
{
	padding: 0px;
}

#printMagazinTeaser div.renderContainer
{
	position: relative; top: 0px; z-index: 1;
}
#printMagazinTeaser div.renderContainer a img
{
	width: 245px;
	height: 215px;
}
#printMagazinTeaser div.renderContainer a img.locationguideSpecial
{
	height: 325px;
}


#printMagazinTeaser div.textContainer
{
	position: relative;
	z-index: 5;
	margin-top: -80px;
}

#printMagazinTeaser div.textContainer h3
{
	text-transform: uppercase; font-weight: normal; color: rgb(0,117,187); margin-bottom: 0.5em; text-align: center;
}

#printMagazinTeaser div.infoContainer
{
	font-size: 90%;
}

#printMagazinTeaser div.infoContainer div.themenContainer
{
	color: rgb(74,74,74); float: right; padding-left: 10px; margin-left: 10px; border-style: dotted; border-width: 0px 0px 0px 1px; width: 125px; z-index: 100; position: relative;
}

#printMagazinTeaser div.infoContainer div.themenContainer h4
{
	margin: 0px 0px 0.3em 0px; padding-bottom: 0.3em; border-width: 0px 0px 1px 0px; border-style: solid;
	font-weight: normal;
	font-size: 100%;
}

#printMagazinTeaser div.infoContainer div.themenContainer p
{
	margin: 0px 0px 0.3em 0px; padding-bottom: 0.3em;
	font-size: 100%;
}


#printMagazinTeaser div.infoContainer div.themenContainer p
{
	font-weight: normal;
	margin-bottom: 0.3em;
}


#printMagazinTeaser div.infoContainer div.themenContainer p.light
{
	color: rgb(130,130,130);
}


#printMagazinTeaser div.infoContainer div.themenContainer p.last
{
	margin-bottom: 0px;
	border-width: 0px;
}


/* END Print-Magazin Ankündigungen */














/* USER PROFIL */






#area-community #region-user h3
{
	margin-top: 2em;
	font-weight: normal;
	text-transform: uppercase;
	color: rgb(0,117,187);
	border-width: 10px 0px 0px 0px;
	border-color: white;
	border-style: solid;
	padding-top: 10px;
	font-family: Georgia;
	font-size: 120%;
}

div.userProfileHeader
{
	margin-bottom: 10px;
}


#mainContent div.userProfileHeader h1
{
	display: inline;
	font-size: 20pt;
}


div.userProfileHeader span.userQuickInfos
{
}

div.userProfileHeader span.userAge
{
	margin-left: 10px;
	color: rgb(102,102,102);
}
div.userProfileHeader span.userCity
{
	margin-left: 5px;
	color: rgb(153,153,153);
}

div.userProfileHeader div.avatar
{
	float: left;
	margin-right: 10px;
}



#userProfileDetail
{
	margin-bottom: 20px;
}



#area-community #region-user #page-info label
{
	text-transform: none;
}

div.usersFavoriteEventsAndLocations
{
	position: relative;
	margin-top: 1em;
}
#mainContent div.usersFavoriteEventsAndLocations h2
{
	color: rgb(102,102,102);
	margin: 0px 0px 5px 0px;
	padding-bottom: 5px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: rgb(153,153,153);
	text-align: center; 
}

#area-community #region-user #page-info div.favoriteLocations,
#area-community #region-user #page-info div.favoriteEvents
{
	font-size: 80%;
	color: gray;
	width: 300px; 
}

#area-community #region-user #page-info div.favoriteEvents
{
	display: none; /* deaktiviert */
	float: right;
	padding-left: 10px;
	border-width: 0px 0px 0px 1px;
	border-style: dotted;
}

#area-community #region-user #page-info div.favoriteLocations h3,
#area-community #region-user #page-info div.favoriteEvents h3
{
	font-size: 140%;
	margin-top: 0px;
}

#area-community #region-user #page-info div.favoriteLocations h4,
#area-community #region-user #page-info div.favoriteEvents h4,
#area-community #region-user #page-info div.favoriteEvents h5,
#area-community #region-user #page-info div.favoriteEvents h6
{
	font-weight: normal;
	font-size: 100%;
}



#area-community #region-user #page-info div.favoriteLocations div.leftColumn
{
	float: left;
	width: 140px;
	overflow: hidden;
}

#area-community #region-user #page-info div.favoriteLocations div.rightColumn
{
	overflow: hidden;
	float: left;
	width: 140px;
	margin-left: 10px;
	padding-left: 9px;
	border-width: 0px 0px 0px 1px;
	border-style: dotted;
}


/* Location Name */
#area-community #region-user #page-info div.favoriteLocations h4
{
	margin-top: 1em;
	text-transform: uppercase;
}


#area-community #region-user #page-info div.favoriteEvents h3
{
	color: rgb(255,0,102);
}




/* Eventdatum */
#area-community #region-user #page-info div.favoriteEvents h4
{
	color: gray;
	font-size: 140%;
	margin: 1em 0px 0.2em 0px;
	padding-bottom: 0.1em;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

/* Eventname */
#area-community #region-user #page-info div.favoriteEvents h5 a
{
	text-transform: uppercase;
	color: rgb(255,0,102);
}
/* Eventlocation */
#area-community #region-user #page-info div.favoriteEvents h6 a
{
	color: gray;
}


#area-community #region-user #page-info div.userPictureCaption
{
	text-align: right;
	color: rgb(92,94,90);
}


#area-community #region-user #page-info div.userProfileLeftColumn
{
	width: 310px;
	padding: 10px;
	overflow: hidden;
	background-color: rgb(250,250,250);
}


#mainContent div.userProfileLeftColumn h2
{
	margin: 1em 0px 0px 0px;
	padding: 10px 10px 5px 10px;
	background-color: white;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: rgb(222,222,222);
	font-size: 14pt;
	text-transform: uppercase;
}


#area-community #region-user #page-info div.userProfileRightColumn
{
	float: right;
	width: 300px;
	overflow: hidden;
}

#area-community #region-user #page-info div.userProfileRightColumn h3
{
	border-width: 0px;
}


#area-community #region-user #page-info div.userProfileRightColumn h3.friendList
{
	margin-top: 10px;
}

#area-community #region-user #page-info div.userProfileRightColumn div.userProfilePhoto
{
}


#area-community #region-user span.userIsOnline
{
	background-color: rgb(217,255,0);
	padding: 5px 10px 5px 10px;
	margin: 5px 0px 0px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204,204,204);
	float: right;
	font-family: "Helvetica Neue",Helvetica,Verdana,sans-serif;
	font-weight: bold;
	background-image: url('../images/styles/urban/buttons/shiney-light-background.png');
	background-repeat: repeat-x;
	background-position: 0px -5px;
}


#area-community #region-user #page-info div.myActionLinks
{
	margin-left: 85px;
}





a.userIsOnline
{
	font-weight: bold;
}

/*
#userProfileTeaser
{
	font-size: 100%;
	overflow: hidden;
}

#userProfileDetail
{
	display: none;
}

#profilePhotoBig
{
	float: right;
	position: relative;
	margin: 0px 0px 10px 0px;
}

div.profilePhoto
{
	position: relative;
	float: left;
	margin: 0px 10px 0px 0px;
}

div.profilePhoto img
{
	display: block;
	margin-bottom: 10px;
}

div.userFriends
{
}

*/



#area-community #region-user #page-info table.qaTable h2
{
	margin-top: 0.5em;
	font-size: 100%;
}

#area-community #region-user #page-info table.qaTable h2.first
{
	margin-top: 0px;
}


h2.username
{
	text-transform: none;
}




/* Profile edit */

div.formWithHelp
{
	width: 440px;
	position: relative;
}

#userEditProfileForm
{}

#userDeleteFields
{
	display: none;
}

#userInputFields
{
}


#userEditProfileForm h2.tabInactive,
#userEditProfileForm h2.tab
{
	display: inline;
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
	padding: 5px;
	color: rgb(0,117,187);
	text-transform: uppercase;
	font-weight: normal;
	background-color: rgb(218,236,245);
	border-color: rgb(51,51,51);
	border-width: 1px;
	border-style: solid;
	margin-left: 5px;
}

#userEditProfileForm h2.tabInactive
{
	background-color: rgb(235,235,235);
	color: rgb(51,51,51);
}

#userEditProfileForm h2.tabInactive a
{
	color: rgb(51,51,51);
}
#userEditProfileForm h2.tabInactive a:hover
{
	color: rgb(0,117,187);
}

#area-community #region-user #page-profil_bearbeiten h3
{
	padding: 5px;
	color: rgb(0,117,187);
	text-transform: uppercase;
	font-size: 100%;
	font-weight: normal;
	background-color: rgb(218,236,245);
	border-color: rgb(0,117,187);
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	margin-top: 2em;
}

div.formArea
{
	background-color: rgb(244,248,252);
	padding: 10px;
}





div.formArea input
{
	padding: 3px;
	border-width: 0px;
	background-color: rgb(255,255,255);
}


table.form
{
}

table.form tr td input
{
}

table.form td.description
{
	text-align: right;
	width: 100px;
	font-family: "Helvetica Neue",Helvetica,Verdana,sans-serif;
}

table.form td label
{
	font-size: 80%;
	text-transform: uppercase;
	color: rgb(122,124,126);
	border-width: 0px 1px 0px 0px;
	border-style: dotted;
	border-color: rgb(0,117,187);
	padding-right: 5px;

}

table.form td
{
	padding-top: 10px;
}

div.formHelpContainer
{
	width: 190px;
	float: right;
	font-size: 80%;
	position: relative;
}

div.formHelp
{
	padding: 10px;
	background-color: rgb(255,255,160);
	margin-top: 1em;
	line-height: 1.5em;
	text-align: justify;
	position: relative;
	top: 0px;
}

div.formHelp p
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: black;
}

#userEditProfileFormHelp
{
	
}

/* END Profile edit */


/* END USER PROFIL */


















/* USER ONLINE LISTE OBEN */

/* fixme: for useronline list testing */
#leftAndMiddleColumn
{
	display: block;
}

#userOnlineTop
{
	display: none;
	position: relative;
	z-index: 1000;
	background-color: rgb(238,245,251);
	padding: 0px 10px 10px 10px;
	width: 640px;
}


div.userList
{
	font-size: 80%;
	line-height: 1.5em;
}


div.userList a
{
	display: block;
}


div.userList h3
{
	font-size: 16pt;
	font-weight: normal;
	margin: 0px 0px 0px -25px;
	position: relative;
	float: left;
	color: rgb(201,207,212);
	
	/*
	very slow in safari
	opacity: 0.2;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20 style=0);
	*/
}

/* because of transparency problem in safari */
#userListFriendsRight div.userList h3
{
	color: rgb(204,215,140);
}


div.userList div.userlistPart
{
	margin-top: 1em;
}

div.userOnlineColumn
{
	float: left;
	width: 130px;
	margin-left: 20px;
	border-width: 0px 0px 0px 1px;
	border-style: dotted;
	border-color: rgb(200,200,200);
	padding-left: 5px;
}


#userListFriendsRight div.userOnlineColumn
{
	margin-left: 20px;
}

#userListFriendsRight
{
	padding: 10px 0px 0px 10px;
	display: none;
	background-color: rgb(241,253,165);	
}


/* END USER ONLINE LISTE OBEN */










/* USER ONLINE LISTE IM COMMUNITY BEREICH RECHTS */



#rightColumn div.userOnlineList,
#rightColumn div.userlistFriends
{
	padding: 5px;
	font-size: 80%;
	clear: both;
	line-height: 1.5em;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204,204,204);
	margin-top: 10px;
	overflow: hidden;
	background-color: rgb(250,250,250);
}


#rightColumn div.userlistFriends
{
}

#rightColumn div.userOnlineList h2,
#rightColumn div.userlistFriends h2
{
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: rgb(204,204,204);
	padding-bottom: 5px;
	margin-bottom: 5px;
}


div.usersFriends
{
	line-height: 1.5em;
}

#mainContent div.usersFriends h2
{
	margin-top: 1em;
}




#rightColumn div.userOnlineList h3
{
	display: none;
	line-height: 1em;
}

#rightColumn div.userOnlineList div.userlistPart
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#rightColumn div.userlistFriends
{
	margin: 0px;
}

#rightColumn div.userlistFriends div
{
	clear: none;
	margin: 0px;
}

#rightColumn div.userSearch input.searchTerm
{
		width: 100px;
}

#rightColumn div.userSearch
{
	float: right;
	margin-bottom: 1em;
}

#rightColumn div.userSearch h2
{
	margin: 0;
}



/* END USER ONLINE LISTE IM COMMUNITY BEREICH RECHTS */





/* END COMMUNITY */





























/* EVENTS */


/*
   h2 - Title
   h3 - Location
   h4 - Date
   h5 - Time
*/



#area-events #region-suche #leftColumn
{
	width: 330px;
}

#area-events #region-suche #middleColumn
{
	width: 300px;
}

#area-events #region-kalender #page-aktuelles #leftColumn
{
	width: 330px;
}


#area-events #region-kalender #page-detail #leftColumn
{
	width: 640px;
}


#region-kalender #page-detail #stadtplan
{
	height: 300px;
	width: 300px;
}


#area-events #region-kalender #page-day #leftColumn
{
	width: 330px;
}


#area-events #region-kalender #page-day #middleColumn
{
	width: 300px;
}

#area-events #region-kalender #page-aktuelles #middleColumn
{
	width: 300px;
}




#area-events #region-kalender #page-zukalender #leftColumn
{
	width: 640px;
}



#area-events #region-highlights #leftColumn
{
	width: 330px;
}

#area-events #region-highlights #middleColumn
{
	width: 300px;
}



#area-events #region-kalender #page-zukalender textarea
{
	width: 143px;
}


#area-events #region-highlights h2.date
{
	font-weight: normal;
	font-size: 160%;
	color: rgb(102,102,102);
	margin: 1em 0px 0px 0px;
	text-transform: none;
}


#area-events #region-kalender #page-day h2,
#area-events #region-kalender #page-aktuelles h2
{
	font-size: 10pt;
	margin-right: 0px;
	font-weight: bold;
}

#area-events #region-kalender #page-day h3,
#area-events #region-kalender #page-aktuelles h3
{
	font-size: 10pt;
}


#area-events #region-kalender #page-day h3 a,
#area-events #region-kalender #page-aktuelles h3 a
{
	color: black;
}

#area-events #region-kalender #page-day div.newsSnippet h2,
#area-events #region-kalender #page-aktuelles div.newsSnippet h2
{
	font-size: 16pt;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px 0px 0.5em 0px;
}

#area-events #region-kalender #page-day div.newsSnippet h3,
#area-events #region-kalender #page-aktuelles div.newsSnippet h3
{
	font-size: 14pt;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: rgb(204,204,204);
	color: rgb(102,102,102);
	line-height: 1em;
}


div.event
{
	margin-top: 5px;
	clear: both;
}

div.event div.plus,
div.event div.premium,
div.event div.basic
{

	padding: 5px;
	background-color: white;
	margin-top: 10px;
}



div.eventDetail h2,
div.eventDetail h3,
div.event h2,
div.event h3
{
	display: inline;
	font-weight: normal;
}

div.event h2
{
	margin-right: 1ex;
}


div.eventDetail h3 a,
div.event h3 a
{
	color: rgb(102,102,102);
}


div.event div.plus h2 a
{
	font-weight: normal;
}


div.eventDetail h2 a,
div.event div.premium h2 a
{
	text-transform: none;
	font-size: 120%;
}



div.event div.premium
{
	background-color: rgb(241,253,165);
}


div.event img.eventImage
{
	float: left;
	position: relative;
	margin: 0px 10px 5px 0px;
}

#area-home div.event div.plus img.eventImage,
div.event div.basic img.eventImage
{
	display: none;
}


div.eventDetail h2
{
	display: block;
	font-size: 14pt;
	text-transform: none;
	margin: 0px 0px 10px 0px;
}


div.eventDetail img.eventImage
{
	display: block;
	
}


div.eventDetail div.eventRightBar
{
	float: right;
	position: relative;
	margin: 0px 0px 10px 10px;
	width: 300px;
}


div.eventDetail div.eventText
{
	margin-top: 1em;
	text-align: justify;
}






/* Upcoming Events 160px */



div.upcomingTopEvents
{
	border-width: 0px 0px 0px 1px;
	border-style: dotted;
	border-color: rgb(153,153,153);
	padding: 0px 0px 0px 5px;
	line-height: 1em;
}

div.upcomingTopEvents h3
{
	font-weight: normal;
	font-size: 140%;
	color: rgb(102,102,102);
	margin: 0.8em 0px -0.3em 0px;
}

div.upcomingTopEvents h4
{
	font-weight: normal;
	color: black;
	margin-top: 0.5em;
	font-size: 100%;
}

div.upcomingTopEvents h5
{
	font-weight: normal;
	font-size: 80%;
}
div.upcomingTopEvents h5 a
{
	color: black;
}



/* END Upcoming Events 160px */


/* END EVENTS */



























/* SNIPPET STYLES */

/* END SNIPPET STYLES */


















/* GALERIE */


#area-galerie #region-aktuell #leftColumn,
#area-galerie #region-2010 #leftColumn,
#area-galerie #region-2009 #leftColumn,
#area-galerie #region-2008 #leftColumn,
#area-galerie #region-2007 #leftColumn,
#area-galerie #region-2006 #leftColumn,
#area-galerie #region-2005 #leftColumn,
#area-galerie #region-2004 #leftColumn,
#area-galerie #region-2003 #leftColumn
{
	width: 470px;
	position: relative;
}

#area-galerie #region-aktuell #middleColumn,
#area-galerie #region-2010 #middleColumn,
#area-galerie #region-2009 #middleColumn,
#area-galerie #region-2008 #middleColumn,
#area-galerie #region-2007 #middleColumn,
#area-galerie #region-2006 #middleColumn,
#area-galerie #region-2005 #middleColumn,
#area-galerie #region-2004 #middleColumn,
#area-galerie #region-2003 #middleColumn
{
	width: 160px;
}


#area-galerie #page-uebersicht #leftColumn
{
	width: 640px;
}


#area-galerie #region-aktuell div.areaContainer
{
	background-image: url('../images/styles/urban/backgrounds/blue_hatch.png');
}

div.topGalleries
{
	margin: 0px 0px 0em 0px;

}

div.topGallery
{
	float: left;
	position: relative;
	width: 230px;
	margin-bottom: 10px;
	overflow: hidden;
}

div.topGalleryLeft
{
	margin-right: 10px;
	clear: both;
}

div.topGallery img
{
	width: 230px;
	height: 127px;
}

div.listGallery
{
	float: left;
	position: relative;
	width: 150px;
	margin: 20px 10px 0px 0px;
	overflow: hidden;
	font-size: 80%;
	line-height: 1.5em;
}


div.listGallery img
{
	width: 150px;
	height: 150px;
}

#mainContent div.listGallery h3
{
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0.1em;
}

div.listGalleryRight
{
	margin-right: 0px;
}


#area-galerie #page-detail #leftColumn
{
	width: 640px;
}


div.galerieFilterSnippet
{
}



div.galerieFilterSnippet div
{
	line-height: 2em;
	display: inline;
	margin-right: 15px;
}


#mainContent #area-galerie #region-aktuell #page-galerie-liste h2
{
	font-size: 14pt;
	margin-bottom: 0.1em;
	line-height: 1.1em;
}

div.galleryInfo
{
	font-size: 9pt;
}

#mainContent #area-galerie #page-uebersicht h2
{
	margin-bottom: 0.1em;
}

#mainContent #area-galerie #page-uebersicht h1
{
	margin-bottom: 0.1em;
}

/* END GALERIE */





#stadtplan
{
	position: relative;
}

#noStadtplanEntryFound
{
	background-color: white;
}

#noStadtplanEntryFound div
{
	padding: 10px;
}


/* LOCATIONS */

/* Startseite */

#area-locations #leftColumn
{
	width: 640px;
}

#area-locations #page-stadtplan #stadtplan
{
	height: 400px;
	width: 600px;
}



/* Location Steckbrief */

div.locationHeader
{
}

#mainContent div.locationHeader h2
{
	margin: 0px 0px 0px 0px;
}


#locationUsers
{
	display: none;
	margin-top: 0.5em;
	line-height: 1.5em;
}

#showLocationUsersButton
{
}

#area-locations #page-info
{
}

#area-locations div.areaBlock
{
	margin-top: 1em;
}


#area-locations h2
{
	margin-top: 1em;
	color: rgb(102,102,102);
}

#area-locations #page-info img.photo
{
	display: block;
	margin-bottom: 1em;
	width: 235px;
}

div.similarLocations
{
}


div.similarLocations a
{
	display: block;
	margin-top: 0.5em;
}

#area-locations img.logo
{
	float: right;
	margin: 0px 0px 10px 10px;
}


#area-locations div.cardOffers
{
	padding: 0px;

}

#area-locations div.cardOffers div.areaBlock
{
	padding: 5px;
	margin: 0px;
	border-style: dotted;
	border-color: rgb(170,178,164);
	border-width: 2px;

}

#area-locations div.cardOffers div.areaBlock h2
{
	margin: 0px;
	color: rgb(102,102,102);
}


#area-locations div.cardOffers div.areaBlock h2
{
	margin: 0px;
	color: rgb(102,102,102);
}



#area-locations div.cardOffers div.areaBlock h3
{
	margin-top: 1em;
	text-transform: uppercase;
	font-weight: normal;
	color: rgb(102,102,102);
}




#area-locations #page-bewertungen div.topic
{
	padding: 0px;
	background-image: none;
}


#area-locations #page-bewertungen div.topic div.message
{
	background-color: white;
}

/* END Steckbrief */

/* END Startseite */



/* END LOCATIONS */















/* MAGAZIN */


#area-magazin #leftColumn
{
	width: 640px;
}


#area-magazin #region-artikel div.right
{
	margin-top: 250px;
}




/* END MAGAZIN */










/* URBANITE */


/* ANB */

#area-urbanite #region-anb ol,
#area-urbanite #region-anb li,
#area-urbanite #region-anb ul
{
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

#area-urbanite #region-anb ol
{
	list-style-type:upper-roman;
	margin-bottom: 3em;
}

#area-urbanite #region-anb ol li
{
	margin-top: 3em;
}

#area-urbanite #region-anb ol li ul li
{
	margin-top: 0em;
	list-style-type: none;
}


#area-urbanite #region-anb ol ol
{
	margin-top: 0em;
	list-style-type: decimal;
}


#area-urbanite #region-anb ul,
#area-urbanite #region-anb ol ol li
{
	list-style-position: outside;
	margin-left: 45px;
	margin-top: 0.5em;
}



#area-urbanite #region-anb ol h3
{
	display: inline;
}

#area-urbanite #region-anb h2
{
	text-transform: uppercase;
	margin-bottom: 2em;
}



/* END ANB */




/* END URBANITE */












/* CARD */


#area-card #leftColumn
{
	width: 640px;
}




/* END CARD */








/* ALLGEMEIN 2: muss ans Ende, um vorige Definitionen zu überschreiben */





.first,
#area-community #region-user #page-info h2.first,
#area-community #region-user #page-gaestebuch h2.first,
#area-locations #page-info h2.first
{
	margin-top: 0px;
	padding-top: 0px;

}


div.urbaniteUpcoming
{
	padding: 1em 5px 5px 5px;
	margin: 1em 0px 2em 0px;
	border-style: dotted;
	border-width: 1px 0px 0px 0px;
	border-color: rgb(102,102,102);
	color: rgb(128,128,128);
	line-height: 1.5em;
}

div.urbaniteUpcoming h2
{
	text-transform: uppercase;
	font-size: 16pt;
	font-weight: normal;
	color: rgb(0,117,187);
	margin-bottom: 0.3em;
}




/* END ALLGEMEIN 2 */











/* Sparkasse Bladenight Gewinnspiel */

#page-sskBladenightGewinnspiel
{}


#page-sskBladenightGewinnspiel h1
{
	font-family: Georgia;
	font-size: 16pt;
	font-weight: normal;
	color: rgb(102,102,102);
}

#page-sskBladenightGewinnspiel img.teaserPhoto
{
	float: right;
	margin: 0px 0px 20px 20px;
}

#page-sskBladenightGewinnspiel input
{
	padding: 5px;
}

#page-sskBladenightGewinnspiel table.qaTable td
{
	padding-top: 10px;
}


#page-sskBladenightGewinnspiel td.description
{
	text-transform: none;
}


/* Private Nachrichten */



div.postCommentBubble
{
	position: relative;
	background-color: rgb(245,245,245);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204,204,204);
	padding: 20px;
	margin: 1.5em 0px 0px 100px;
	width: 495px;
	background-image: url('../images/styles/urban/community/message-background.png');
	background-repeat: repeat-x;
	clear: both;
}

div.postCommentBubble img.bubbleNippel
{
	
	position: absolute;
	top: 25px;
	left: -12px;
}


div.postCommentBubble input,
div.postCommentBubble textarea
{
	padding: 5px;
	border-color: white;
	border-width: 1px;
	border-color: rgb(204,204,204);
	background-color: rgb(255,255,255);
	width: 478px;
}

div.postCommentBubble input:hover,
div.postCommentBubble textarea:hover
{
	border-color: rgb(102,102,102);
}

div.postCommentBubble input:focus,
div.postCommentBubble textarea:focus
{
	background-color: white;
	border-color: rgb(0,0,0);
}

div.postCommentBubble div.userAvatar
{
	left: -100px;
	top: 0px;
	position: absolute;
}




div.postCommentBubble #wmmessage a
{
	padding-right: 10px;
	margin-right: 10px;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: rgb(204,204,204);
}

div.postCommentBubble #wmmessage div.rectangleBannerContainer
{
	margin-top: 1em;
}

div.postCommentBubble div.commentForm
{
	margin-top: 0px;
	padding-top: 0px;
	border-width: 0px;
}

div.postCommentBubble input.button
{
	width: auto;
}


#mainContent div.postCommentBubble div.commentForm h2
{
	margin-top: 0px;
}



#area-community #region-user #page-info div.postCommentBubble,
#area-community #region-user #page-gaestebuch div.postCommentBubble
{
	margin-top: 1.5em;
}




#messageComposeBubble
{
}



#messageComposeBubble label
{
	display: block;
	float: left;
	width: 60px;
	text-align: right;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: white;
	font-size: 80%;
	color: rgb(102,102,102);
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 0px;
}

#messageComposeBubble input,
#messageComposeBubble textarea
{
	width: 380px;
}

#messageComposeBubble div.commentForm
{
	margin: 10px 0px 0px 80px;
}


#locationCommentBubble
{
	margin-top: 2em;
	width: 458px;
}
#locationCommentBubble textarea
{
	width: 440px;
}

#area-locations #page-bewertungen div.commentList
{
	padding: 1em 0px 0.5em 0px;
}


#page-messageDetail #messageComposeBubble
{
	display: none;
}


#page-messageDetail div.messageHeader
{
	position: relative;
	top: 1px;
	font-size: 80%;
	color: rgb(102,102,102);
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 17px 10px;
	z-index: 110;
	background-image: url('../images/styles/urban/community/message-bubble-nipple.png');
	background-position: 45px 103%;
	background-repeat: no-repeat;
}

#page-messageDetail div.messageSubject
{
	border-style: solid;
	border-color: rgb(204,204,204);
	border-width: 1px 1px 0px 1px;
	position: relative;
	padding: 10px;
	background-color: rgb(245,245,245);
	z-index: 100;
	background-image: url('../images/styles/urban/tables/header-shiney.png');
	background-repeat: repeat-x;
	background-position: 0px -4px;
	font-family: Georgia; 
	font-style: italic;
}

#page-messageDetail div.messageBody
{
	position: relative;
	z-index: 105;
	margin: 0px;
	padding: 15px 10px 20px 10px;
	border-style: solid;
	border-color: rgb(204,204,204);
	border-width: 0px 1px 1px 1px;
}


#page-messageDetail div.messageActionLinks
{
	border-width: 0px;
	margin-top: 10px;
}



#page-messageDetail div.avatar
{
/*	padding: 5px;
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204,204,204);*/
	float: right;
	position: relative;
	z-index: 115;
	margin-right: 10px;
}

div.postCommentPreview
{
	border-width: 1px;
	border-style: solid;
	border-color: rgb(102,102,102);
	padding: 10px;
	background-color: white;
	margin-bottom: 15px;
}



/* END Private Nachrichten */





/* GALERIEBILD KOMMENTARE */

div.commentList
{
	position: relative;
}

div.comment
{
	clear: both;
	margin-bottom: 1.5em;
	position: relative;
}

div.comment div.commentNipple
{
	position: absolute;
	z-index: 110;
	background-image: url('../images/styles/urban/comments/comment-bubble-nipple.png');
	background-repeat: no-repeat;
	width: 12px;
	height: 25px;
	left: 94px;
	top: 5px;
}

div.comment div.avatar
{
	float: left;
	display: inline;
	position: relative;
}

div.comment div.commentContent
{
	position: relative;
	z-index: 100;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204,204,204);
	background-color: rgb(245,245,245);
	margin-left: 105px;
	background-image: url('../images/styles/urban/comments/comment-background.png');
	background-repeat: repeat-x;
	background-position: 0px 20px;
}

div.comment div.commentHeader
{
	padding: 10px;
	background-color: rgb(240,240,240);
	font-size: 80%;
	color: rgb(102,102,102);
}
div.comment div.commentBody
{
	padding: 10px;
}

div.comment span.commentDate
{
	font-style: italic;
}

div.comment div.commentRating
{
	float: right;
}


#area-galerie #region-aktuell div.comment
{
}

#area-galerie #page-galerie-liste div.comment div.commentNipple
{
	background-image: url('../images/styles/urban/comments/comment-bubble-nipple-top.png');
	background-repeat: no-repeat;
	width: 25px;
	height: 12px;
	left: 10px;
	top: 16px;
}



#area-galerie #page-galerie-liste div.comment div.avatar
{
	float: none;
	display: block;
	margin-bottom: 20px;
}


#area-galerie #page-galerie-liste div.comment div.commentContent
{
	margin-left: 0px;
}


#area-galerie #page-galerie-liste div.comment a.userSex,
#area-galerie #page-galerie-liste div.comment a.userSex1,
#area-galerie #page-galerie-liste div.comment a.userSex2
{
	display: block;
	margin-bottom: 10px;
}

#mainContent div.galleryImageCommentsSnippet h2
{
	padding-bottom: 0.5em;
}

/* END GALERIEBILD KOMMENTARE */



div.searchEngineReferred
{
	margin-bottom: 1em;
	clear: both;
}


h2.searchEngineReferred
{
	font-family: Georgia, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 5px;
}













/* NEUE TABELLEN */



table.dashboard
{
	width: 640px;
}



table.dashboard th,
table.dashboard td
{
	padding: 10px;
	vertical-align: middle;
	position: relative;
	background-image: url('../images/styles/urban/tables/border-marker-light-background.png');
	background-repeat: no-repeat;
	background-position: 100% 0px;
}


table.dashboardTopAlign th,
table.dashboardTopAlign td
{
	vertical-align: top;
}

table.dashboard tr.actionRow td,
table.dashboard tr.pagination td,
table.dashboard td.noVerticalMarker
{
	background-image: none;
}



table.dashboard th
{
	background-color: rgb(112,157,205);
	background-image: url('../images/styles/urban/tables/header-shiney.png');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: white;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: rgb(255,255,255);	
	font-weight: normal;
}

table.dashboard tr.light
{
	background-color: rgb(250,250,250);
}

table.dashboard tr.dark
{
	background-color: rgb(240,240,240);
}


table.dashboard tr.pagination
{
	background-color: rgb(255,250,227);
}

table.dashboard tr.actionRow
{
	background-color: rgb(255,250,227);
}

table.dashboard th.active
{
	background-color: rgb(241,253,165);
	color: black;
}


table.privateMessagesTable
{
}


table.privateMessagesTable tr.unreadMessage td
{
	background-color: rgb(245,245,245);
}

table.privateMessagesTable td
{
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: rgb(220,220,220);
}

table.privateMessagesTable .messageStatus
{
	width: 20px;
}


table.privateMessagesTable th.messageAvatar,
table.privateMessagesTable th.messageStatus
{
	border-right-width: 0px;
}

table.privateMessagesTable .messageAuthor
{
	width: 145px;
}

table.privateMessagesTable .messageAvatar
{
	width: 95px;
	padding: 10px 0px 10px 0px;
}

table.privateMessagesTable .messageSubject
{
	width: 300px;
}

table.privateMessagesTable td.messageSubject
{
	font-family: Georgia, serif;
	font-size: 12pt;
}

table.privateMessagesTable .messageActions
{
	width: 20px;
}

table.privateMessagesTable .messageActions a img
{
	display: block;
	margin-bottom: 3px;
}

tr.unreadMessage td.messageSubject
{
	font-style: italic;
}

table.privateMessagesTable td.messageDate
{
	width: 100px;
	font-size: 80%;
	color: rgb(102,102,102);
	font-style: italic;
}



table.forumTable td
{
	font-size: 8pt;
}

table.forumTable td
{
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: rgb(204,204,204);
}


table.forumOverviewTable
{
}


table.forumOverviewTable .forumName
{
	width: 230px;
}

table.forumOverviewTable .forumLastPosting
{
	width: 230px;
}
table.forumOverviewTable .forumTopicCount
{
	width: 50px;
}
table.forumOverviewTable .forumMessageCount
{
	width: 50px;
}

table.forumOverviewTable td.forumName,
table.forumOverviewTable td.forumLastPosting
{
	color: rgb(102,102,102);
	font-size: 8pt;
}

#mainContent table.forumOverviewTable .forumName h2,
#mainContent table.forumOverviewTable .forumLastPosting h2
{
	margin-top: 0px;
	font-size: 10pt;
	padding-top: 0px;
}
#mainContent table.forumOverviewTable .forumName h2
{
	font-size: 12pt;
}



table.topicsOverviewTable
{
	margin-top: 1.5em;
}

table.topicsOverviewTable .topicName
{
	width: 400px;
}
table.topicsOverviewTable .topicMessageCount
{
	width: 30px;
}
table.topicsOverviewTable .topicLastPosting
{
	width: 130px;
}
#mainContent table.topicsOverviewTable td.topicName h2
{
	font-size: 10pt;
}


table.topicMessagesTable
{
	margin-top: 15px;
}
table.topicMessagesTable .topicMessageAuthor
{
	width: 85px;
}
table.topicMessagesTable .topicMessageBody
{
	width: 459px;
}
table.topicMessagesTable .topicMessageActions
{
	width: 16px;
}
table.topicMessagesTable .topicMessageAuthor div.avatar
{
	margin-top: 5px;
}
table.topicMessagesTable td
{
	background-image: none;
}
#mainContent table.topicMessagesTable td.topicMessageBody h2
{
	margin-bottom: 0.2em;
	font-weight: bold;
}




table.guestbookMessagesTable
{
	margin-top: 15px;
}
table.guestbookMessagesTable .guestbookMessageAuthor
{
	width: 85px;
}
table.guestbookMessagesTable .guestbookMessageBody
{
	width: 459px;
}
table.guestbookMessagesTable .guestbookMessageActions
{
	width: 16px;
}
table.guestbookMessagesTable .guestbookMessageAuthorReply
{
	width: 0px;
	display: none;
}
table.guestbookMessagesTable td
{
	background-image: none;
}

table.guestbookChatviewMessagesTable tr td.guestbookMessageAuthorReply
{
	width: 85px;
	display: block;
/*	opacity: 0;*/
}

img.forumTeaser
{
	float: right;
	margin: 0px 0px 20px 20px;
}

/*
table.guestbookChatviewMessagesTable tr.messageReply .guestbookMessageAuthorReply
{	
	opacity: 1;
}
table.guestbookChatviewMessagesTable tr.messageReply .guestbookMessageAuthor
{
	opacity: 0;
}
*/

table.guestbookChatviewMessagesTable tr td.guestbookMessageAuthorReply div.avatar
{
	display: none;
}
table.guestbookChatviewMessagesTable tr.messageReply td.guestbookMessageAuthorReply div.avatar
{	
	display: block;
}
table.guestbookChatviewMessagesTable tr.messageReply td.guestbookMessageAuthor div.avatar
{
	display: none;
}

table.guestbookChatviewMessagesTable tr td
{
	background-image: none;
}

table.guestbookChatviewMessagesTable tr .guestbookMessageActions
{
	width: 0px;
	padding: 0px;
	display: none;
}
table.guestbookChatviewMessagesTable tr.light,
table.guestbookChatviewMessagesTable tr.dark
{
	background-color: white;
}
table.guestbookChatviewMessagesTable tr
{
	background-color: rgb(250,250,250);
}
table.guestbookChatviewMessagesTable tr.messageReply
{
	background-color: rgb(240,240,240);
}




/* Neue Nachrichten */

table.dashboard tr.messageDeleted
{
	opacity: 0.5;
}
table.dashboard tr.messageDeleted td
{
	background-color: rgb(255,220,220);
}
table.dashboard tr.bluePost td
{
/*	background-color: rgb(49,49,49);
	color: rgb(10,192,255);
	*/
	background-color: rgb(241,253,165);
	border-color: white;
}
table.dashboard tr.grabschelPost td
{
	background-color: rgb(255,255,201);
	border-color: black;
}
table.dashboard tr.grabschelPost td div.messageHeader
{
	display: none;
}
table.dashboard tr.grabschelPost td.guestbookMessageAuthor div.avatar
{
	display: none;
}
table.dashboard tr.grabschelPost td.guestbookMessageAuthor 
{
	background-image: url('http://test.nachtlebenmd.de/images/aktionen/grabscheln/grabscheln-avatar.png');
	background-position: 10px 10px;
}

table.dashboard tr.bluePost td div.messageHeader
{
	border-color: white;
}

/*
table.dashboard tr.bluePost td a
{
	color: rgb(10,192,255);
}

table.dashboard tr.bluePost td div.messageHeader
{
	color: rgb(204,204,204);
	border-color: rgb(102,102,102);
}
*/

div.messageHeader
{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: rgb(222,222,222);
}
#mainContent div.messageHeader h2
{
	font-size: 12pt;
}

div.messageDateAuthor
{
}
div.messageBody
{
	font-size: 10pt;
}



a.externalImage img
{
	max-width: 460px;
	overflow: hidden;
}


/* END neue Nachrichten */


/* new button */

a.button,
input.button
{
	background-color: white;
	background-image: url('../images/styles/urban/buttons/button-background.png');
	background-repeat: repeat-x;
	background-position: center bottom;
	display: block;
	float: left;
	color: black;
	border-width: 1px;
	border-style: solid;
	border-top-color: #dddddd;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	border-left-color: #dddddd;
	margin: 0px 10px 0px 0px;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px 0px 10px;
	font-family: "Helvetica Neue",Helvetica,Verdana,sans-serif;
	font-size: 12pt;
}

input.button
{
	height: 32px;
}



#mainContent h1,
#mainContent h2,
#mainContent h3
{
	font-family: "Helvetica Neue",Helvetica,Verdana,sans-serif;
	font-weight: normal;
	color: rgb(102,102,102);
	font-size: 14pt;
	margin-bottom: 0.5em;
}

#mainContent h2
{
	font-size: 16pt;
	color: rgb(33,33,33);
}
#mainContent h3
{
	font-size: 10pt;
	color: rgb(133,133,133);
}

#mainContent h1 a
{
	font-weight: bold;
}






/* RICHTEXTAREA */

div.formatOptions
{
}

div.formatOptions label
{
	display: inline;
	width: auto;
	border-width: 0px;
}
div.formatOptions input
{
	display: inline;
	width: auto;
	border-width: 0px;
}



/*  END RICHTEXTAREA */


div.guestbookTeaser
{
	margin-top: 1em;
}






#aprilAprilTeaser
{
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204,204,204);
	background-color: rgb(255,255,201);
	font-size: 9pt;
}

#aprilAprilTeaser h2
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#aprilAprilTeaser h3
{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: rgb(204,204,204);
	font-size: 11pt;
}


#aprilAprilTeaser a
{
	color: black;
}

#aprilAprilTeaser h3 b,
#aprilAprilTeaser a.pink
{
	color: rgb(255,0,102);
}

#aprilAprilFullText
{
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: white;
}

#aprilAprilFullText strong
{
	font-family: Georgia, serif;
	font-size: 12pt;
	font-weight: normal;
	background-color: white;
	font-style: italic;
}



div.cityLinks
{
	font-size: 8pt;
}
div.cityLinks h2
{
	margin: 1em 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: rgb(222,222,222);
	font-size: 10pt;
	font-family: "Helvetica Neue", Arial, Verdana, sans-serif;
}


div.teamOverview
{
	position: relative;
}
#mainContent div.teamOverview h1
{
	text-transform: uppercase;
	padding-bottom: 15px;
	background-image: url('../images/urbanite/team-area-bubble.png');
	background-repeat: no-repeat;
	background-position: 0px 100%;
}

div.teamArea
{
	width: 200px;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: rgb(204,204,204);
	position: relative;
}


div.teamTechnik
{
	margin-right: 0px;
	padding-right: 0px;
	border-width: 0px;
}

div.teamMember
{
	clear: left;
	margin-top: 1em;
}
#mainContent div.teamMember h2
{
	padding-top: 1em;
	font-size: 12pt;
	margin: 0px;
}
#mainContent div.teamMember h3
{
	font-size: 8pt;
}
div.teamMember div.avatar
{
	float: left;
	margin-right: 10px;
}

div.teamMember table
{
	clear: left;
	font-size: 8pt;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}





/* Globale Startseite */

#area-auswahlseite
{
}


#area-auswahlseite #areaMenu
{
	display: none;
}

#area-auswahlseite #topMenuBar
{
	top: 70px;
}


#area-auswahlseite h1
{
	font-size: 20pt;
	font-weight: bold;
}

#area-auswahlseite h2.cityName
{
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16pt;
}

#area-auswahlseite h2.cityName a
{
	color: rgb(35,131,229);
}

#area-auswahlseite h2
{
	margin-top: 1em;
	font-size: 14pt;
}

#area-auswahlseite h2 a
{
	color: rgb(102,102,102);
}


#area-auswahlseite div#mainContent
{
	width: 810px;
}



div.urbaniteLocation
{
	display: inline;
	width: 235px;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: rgb(204,204,204);
	float: left;
	padding: 20px;
	margin: 0px 0px 20px 0px;
	line-height: 1.5em;
	z-index: 10;
	background-color: rgb(245,245,245);
}

div.rightUrbaniteLocation
{
	padding-right: 0px;
	border-width: 0px;
	background-color: white;
}

div.leftUrbaniteLocation
{
	padding-left: 0px;
	background-color: white;
}

div.headerLogin
{
	position: absolute;
	top: 0px;
	left: 400px;
	width: 400px;
	height: 90px;
}

div.headerLogin input.text
{
	padding: 5px;
	width: 100px;
}

div.headerLogin div#registerButton
{
	display: none;
}

#area-auswahlseite td.rememberLogin
{
	text-align: right;
}

div.registerTeaser
{
}

div.registerTeaser div.browseButton
{
	float: left;
}
div.registerTeaser div.registerButton
{
	float: right;
}

/* END Globale Startseite */






/* Top Content Ad */

#topContentAd
{
	position: relative;
	width: 640px;
	height: 380px;
	margin: 0px 0px 15px 0px;
}

#topContentAd > a:first-child > img
{
	display: block;
	position: relative;
	z-index: 1;
}

#topContentAd > a.closeButton
{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 100;
	background-image: url('../images/banner/close-top-content.png');
	background-repeat: no-repeat;
	height: 13px;
	line-height: 13px;
	font-size: 8pt;
	color: white;
	text-decoration: none;
	padding-left: 20px;
}