/* @override http://neo.webja.de/stylesheets/main.css?1236346560 */

/* @group Reset */

* {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 13px; /*JH*/
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;/*JH*/
}

/* @end */

/* @group Standard Tags */

h1, h1 a, h1 span 	{font-size: 24px; font-weight: bold; text-decoration: none; font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
margin-bottom: 12px;}/*JH*/

h1.masthead 		{font-family: Georgia, serif;
					 font-size: 41px;
					 font-style: normal;
					 font-weight: normal;
					 text-transform: normal;
					 letter-spacing: normal;
					 line-height: 1.2em;
					 margin:0 0 20px 0; 
					}

h2, h2 a, h2 span 	{font-size: 20px; font-weight: bold; text-decoration: none; font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;}/*JH*/

h3, h3 a, h3 span, {font-size: 18px; font-weight: bold; text-decoration: none; margin: 5px 0;}

h4, h4 a, h4 span 	{font-size: 16px; font-weight: bold; text-decoration: none; margin: 5px 0;}

h5, h5 a, h5 span 	{font-size: 14px; font-weight: bold; text-decoration: none; margin: 5px 0; font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;}

img 				{vertical-align: middle; border: 0px;}

p 					{margin: 10px 0;}

b 					{font-weight:  bold;}

ul					{margin: 0 0 0 20px;}

strong				{font-weight: bold;}

.small, small a		{font-size: 11px;}

.helv {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a, a:visited 		{color: navy; text-decoration: none; font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;}

a:hover				{text-decoration: none;}

a.normal{
	color: #e3559e;
	font-size: 12px;/*JH*/
	/*line-height:21px;*/
	border: 2px solid white;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: inline-block;

}
a.normal:hover{
	color: #fff;
	background-color: #e3559e;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #e3559e ;
	text-decoration: none;
}










a.white, a.white:visited {color: #fff;}
a.white:hover		{text-decoration:underline;}

legend 				{padding: 0 5px;}


/* @end */

/* @group Layout */

html {
	height: 100%;
	background: #fff;	
}


#page {
	width: 960px;
	margin: 0 auto 20px;
	background-color: #fff;
	padding: 0 10px 10px;
}

.header {
	width: 986px;
	margin: 0px auto;
	padding: 10px 20px 0; /*JH*/
}

/*JH*/
.header_small, .header_declaration {
	width: 986px;
	margin: 0px auto; /*JH*/
	clear: left;
	padding: 15px 0 75px 20px;
}


.header_anonymous {
	width: 986px;
	margin: 10px auto 10px auto;
	text-align: center;
}

#sidebar {
	margin: 100px 0 0 0;
}


#footer {
	width: 940px;/*JH*/
	margin: 0 auto 10px;	/*JH*/
	text-align: center;


}


.column_left {
	float: left;
	width: 430px;
	margin: 0 20px 0 0;
}
.column_right {
	float: left;
	width: 430px;
	margin: 0 0 0 20px;
}

.column_single {
	width: 600px;
	margin: 0px 0; /*JH*/
	padding: 5px 10px;
}

/*JH added*/
body.homepublic .column_left {
	text-align: center; 
	width: 550px;
	margin: 0 20px 0 10px;
}

body.homepublic .column_right{
	width: 320px;
	margin: 0 0 0 6px;	
}

body.texttwocolumns .column_right, body.texttwocolumns .column_left{
	width: 320px;
	margin: 0 0 0 25px;	
}

body.fulltext .column_left{
	width: 550px;
	margin: 0 20px 0 10px;
	
}

body.fulltext .column_right{
	display: none;
}

.column_single h1, .column_single h2, .column_single h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}  

/* @end */








/* @group Header */


/*JH Start new header small */

.header_small a, .header_small a:visited {
	color: #4c4c4c;
	font-size: 14px;/*JH*/
	/*line-height:21px;*/
	border: 2px solid white;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: inline-block;


}

.header_small a:hover, .header_small .name a:hover, .header_small .nav_right a:hover {
	color: #fff;
	background-color: #e3559e;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #e3559e ;
	text-decoration: none;
}

.header_small .logo a:hover, .header_small .logo a{
	border: 0;
	background-color: transparent;
}

.header_small .name a {
	color: #4c4c4c;
	margin-top: 4px;
	margin-left: 1px;
	font-weight: bold;	
}

.header_small .nav_search{
	float: right;
	margin: 2px 8px 2px 2px;
	}

.header_small .nav_search input{
	font-size: 12px;
	border: 1px solid #a4a4a4;
	width: 132px;
	height: 20px;
	padding-left: 4px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}

.header_small .nav_right {
	margin: 2px;
	padding: 2px;
	border-bottom: 1px solid #a4a4a4;
	width: auto;
	}

#weforestlogo {position: relative; top: -5px;}
#weforestlogo:hover {
	background-color: #fff;
	border: 2px solid #fff;
}
#weforest {margin: 0; border-left: 0;}

.header_small .nav_right a,
.header_small .nav_search a {
	font-size: 12px;
	margin-left: 10px;
	margin-right: 16px;
	}


/*JH End new header small */

/*JH Start new header_declaration */
.header_declaration  {

}

.header_declaration .block {
	float: left;
	margin: 0 0 0 20px;
}



.header_declaration .declaration {
	float: left;
	margin: 0 40px 0 10px;
	width: 310px;
}

.header_declaration .declaration .inner {
	background: none;
}

.header_declaration .declaration .inner a {
	font-size: 14px; /*JH*/
	color: rgba(255,255,255,0.6);
}

.header_declaration .profilefunctions {
	width: 400px;
	/*line-height: 150%;*/
}

.header_declaration .profilefunctions h1 {
	margin-bottom:3px;
}

.taglist,
.editprofile, 
.neo_balance,
#twitter_info
 {
	margin-bottom: 4px;

}


.header_declaration .profilefunctions a:hover, 
 .taglist a:hover,
.header_declaration .profilefunctions .editprofile a:hover, 
.neo_balance a:hover,
.editprofile a:hover,
#twitter_connect a:hover  {
	color: #fff;
	background-color: #e3559e;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #e3559e ;
	text-decoration: none;
}

.taglist a {
	font-style: italic;
	font-size: 14px;
	/*JHmargin: 0 0 5px 0;*/
	color:#e3559e;
	border: 2px solid white;
	
}

#editprofile {
  margin: 0 0 5px 0;
}

#profile-info p.info {
  margin: 0;
}

.neo_balance a, .neo_balance, .neo_balance p, #twitter_info {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	border: 2px solid white;
	color:  #1c316f;
}

.neostats {
	font-family: Georgia, "Times New Roman", Times, serif;
  padding: 0 0 20px 0;
  font-size: 150%;
	color:  #1c316f;
	border-bottom: 1px solid #e3559e;
}

.neo_balance p {
  border: 0;
  margin: 6px 0 8px 0;
}

.expire_soon {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color:#e3559e;
  font-size: 11px;
}

.header_declaration .profilefunctions .editprofile a, .editprofile a, #twitter_connect a, .neo_balance a {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	font-size: 12px;
	/*JHmargin: 0 0 5px 0;*/
	color:#e3559e;
	border: 2px solid white;

}

.editprofile, #twitter_connect {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color:#000;
	border: 2px solid white;

}

/*JH End new header_declaration */


.header .block {
	float: left;
	margin: 0 20px 0 0;
}

.header .block a,
.header .block a:visited {
	color: #555;
	font-size: 11px;
	line-height: 18px;
}

.header .profileimage {

}

.header .declaration {
	width: 250px;
}

.header .declaration .inner {
	background: none;
}

.header .declaration .inner a {
	font-size: 14px; /*JH*/
	color: rgba(255,255,255,0.6);
}

.header .profilefunctions {
	width: 200px;
}



 .taglist {
	/*JH*/
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	margin: 0 0 5px 0;
	color:#207eb1;
}



#main_menu {
	width: 786px;
	float:left;
	padding: 20px 0 0 0;
}


#header a, header a:visited {
	color: #ddd;
	font-size:10px;
	text-decoration: none;
	letter-spacing: 0px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 2px 10px;
}

#header a:hover {
	color: #fff;
	background: #458d41;
}


#header a.userlink:hover {
	color: #fff;
	background: #4B5FCC;
}


/* @end */
/* @group Footer */

#footer .column {
	/*width: 135px;JH*/
	margin: 0 40px 0 0;
	float: left;
	text-align: left;
	line-height: 140%;
}

#footer .subcolumn{
	float: left;
	width: 100px;
}



#footer .column h3 a,
#footer .column h3 a:visited {
	font-weight: bold;
	color: #1c316f;
	font-size: 14px;
	border: 2px solid white;
}

#footer .column a,
#footer .column a:visited {
	color: #1c316f;
	font-size: 12px;
	line-height:21px;
	border: 2px solid white;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#footer .column a:hover {
	color: #fff;
	background-color: #e3559e;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #e3559e ;
	text-decoration: none;
}


/*JH added */

/* @end */


/* @group Pagination */



.pagination {
	text-align:center;
}

/* @end */

/* @group Table */

div#neoimage {
  margin: 12px 12px 0 4px;
}

.neoform {
  margin-top: 10px;
}

#neodetails td {
  vertical-align: middle;
}

table.listing {
	width: 100%;
	border: 1px solid #ddd;
	border-collapse: collapse;
}

table.listing thead th {
	background: #ddd;
	padding: 4px;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}

table.listing tbody tr {
	border-bottom: 1px dotted #ddd;
}

table.listing tbody td {
	padding: 5px;
	text-align: left;
}

tr.alt {
	background-color: #f0f0f0;
}

/* @end */

/* @group Forms */


input[type=text],input[type=password], textarea {
	color: #4c4c4c;/*JH*/
	/*padding: 1px;JH*/ 
	width: 230px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;/*JH*/
	/*JH font-weight: bold; */
}

/*JH*/
input.inputbutton{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0px;
}



fieldset {
	border: 1px solid #b4b7ae;
	background: #f2f9e6;
	padding: 10px;
	margin: 10px 0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


.submit_nice, a.button {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	width: 155px;
	height: 38px;
	border: 1px solid #999;
	border-color:  #999 #777 #777 #999;
    background: url(/images/buttons/submit2.png);
    text-align: center;
	-moz-border-radius: 5px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

a.button {
	display: block;
	line-height: 38px;
	text-decoration: none;
}

.submit_nice:hover, a.button:hover, .submit_nice_small:hover, a.button_small:hover {
	color: white;
	border-color: #98b857;
	background: #3f94fc url(/images/buttons/submit2_active.png) repeat-x bottom center;
}

.submit_nice_small, a.button_small {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	width: 110px;
	height: 28px;
	border: 1px solid #999;
	border-color:  #999 #777 #777 #999;
    background: url(/images/buttons/submit2.png);
    text-align: center;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

p label, label{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}	

/* @end */

/* @group Flash Messages */

#flash {

}


.notice, 
.success,
.alert, 
.warning{
	width: 460px;
	border-width: 1px;
	border-style: solid;
	padding: 4px 10px;
	color: #fff;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 25px 26px;
}

.notice, 
.success {
	background: #5cd74c;
	border-color: #38962c;
	color: #000;
	}

.alert, 
.warning{
	background: #ff431e;
	border-color: #d61919;
}

/* @end */



/* @group Errors */

.errorExplanation {
	padding: 10px;
	background: #ebeee5;
	border: 3px solid red;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 10px;
	margin: 10px 0;
}

.errorExplanation h2{
	font-weight: bold;
	font-size: 1.1em;	
}

.errorExplanation p {
	font-size: 1em;
}

.errorExplanation ul {
	margin: 0 0 0 20px;
}

.fieldWithErrors {
	display: inline-block;
}

.fieldWithErrors label {
	color: red;
	border:0px solid black !important;
}



.fieldWithErrors input {
	border:2px solid red;

	color: black;
}

.inline_validation_error {
	color: red;
	font-weight: bold;
}
/* @end */

/* @group Hints */

#hint {
	background: #ffeeac url(/images/bg/highlight.png) no-repeat;
	padding: 10px;
	margin:  0 0 10px 0;
	border: 2px dashed #febd4b;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}

/* @end */



/* @group Follow */

.followform {
	background: rgba(255, 255, 255, 0.2);
	padding: 10px;
	margin:10px 0 0 0;
	color: #fff;
	border: 1px solid #555;
	border-color: rgba(0, 0, 0, 0.3) rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) rgba(0, 0, 0, 0.3);
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}

.followform * {
	color: #fff;
}






/* @end */


/* @group RSSLink */

#rsslink {
	/* JHtext-align: left;*/
	width: 880px;
	margin: auto;
	text-align: right;
	}

#rsslink a {
	color: #a7a7a7;
	font-size: 12px;/*JH*/
	line-height: 14px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;/*JH*/
}

/* @end */

/* @group Home Anonymous */

.ha_declaration {
	position: relative;
	float:right;
	width: 180px;/*JH*/
	background:#207eb1 url(/images/bg/highlight.png) no-repeat;
	border:2px solid #fff;
	padding:10px;
	color:#fff;
}

.ha_declaration_tags {
	position: absolute;
	top: 0;
	padding: 0 10px 100px 0;
	text-align: right;
	color: #fff;
	width: 280px;
	opacity:  0.3;
	font-size: 22px;
}

.ha_mainbar {
	background: #c22d87;
	width: 860px;
	margin: 20px auto 10px;
	padding: 20px 30px 0 20px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;

}

.ha_maindeclaration {
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	/* JH line-height: 2em;*/
	float: left;
	width: 575px;
}

.ha_login {
	width: 240px; /*JH 300*/
	float: left;
	padding: 0 0 0 40px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;/*JH*/	
}

.ha_login .teaser a.register {
	background: #f4a538;
	font-size: 20px;/*JH*/
	display: block;
	/* JHtext-align: center;*/
	color: #fff;
	padding: 8px 5px 8px 10px;
	margin: -30px 0 0 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;/*JH*/
	font-weight: bold;/*JH*/
}

.ha_login .teaser a.register:hover {
	text-decoration: none;
	background: #207eb1;
		font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;/*JH*/
}

.ha_login .subteaser {
	line-height: 18px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
		font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;/*JH*/
}


.ha_login .subteaser a {
	color: white;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;/*JH*/
}

.ha_login .subteaser a:hover {
	text-decoration: underline;
}

.ha_maindeclaration h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #000;/*JH*/
	font-size: 10px;/*JH*/
	}
	
.column_left h2 {
  font-size: 16px;
  font-weight: bold;
}

/*JH added*/
a.declaration_snippet{
	display: block;
	margin-top: 10px;/*JH*/
	margin-bottom: 16px;
	width: 360px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 140%;
	background-color: #eb88bb;
}
a.declaration_snippet:hover, a.declaration_snippet:hover h2{
	background: #f4a538;
	text-decoration: none;
	color: #000;
}

.about_snippet h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
}

.about_snippet, .about_snippet p {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 120%;
}

/*CM*/
.about_snippet{
	display: block;
	margin-top: 40px;/*JH*/
	margin-left: 22px;
	margin-right: 27px;
	width: 254px;
	color: #000;
	float: left;
	z-index: 100;
/*	background-image: url(dssdf); */
}


/*end CM*/
.login{
	background: #fff;
	padding: 5px 5px 5px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 10px 5px 10px;
	text-align: center;
}
.login p{
	color: #000;
}
.login a{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fff;
	text-decoration: none;
	padding: 5px;
}

.login a:hover{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e3559e;
	text-decoration: none;
}
/* @end */





/* @group Home */

.loginbox {
	background: #4d4569;
	padding: 7px 10px;
	margin-top: 5px;
	color:#fff;
}

.loginbox a {
	color: #fff;
}

.loginbox a:hover {
	text-decoration: underline;
}

.loginbox .warning {
	background: rgb(244, 165, 56);
	padding: 7px 10px;
	color:#fff;
}

.loginbox h2, 
.loginbox label,
.loginbox p,
.loginbox div {
	color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;/*JH*/
}

.loginbox input[type=text],
.loginbox input[type=password] {
	width: 210px;
	font-weight: normal;
}


.declarationbox {

}

.declarationbox h2, 
.declarationbox label,
.declarationbox p,
.declarationbox div {
	color: #fff;
}

.declarationbox input[type=text],
.declarationbox input[type=password],
.declarationbox textarea {
	width: 215px;
}

td.personalposts {
	padding: 0px 10px;
	width: 424px;
	vertical-align: top;
}

.instructions {
  color: #4badd6;
}

#postform_container {
	/*JH margin-top:-27px;	*/
	clear: both; /*JH*/
	}

#postform_container h2 {
	font-style: italic;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0 0 5px 8px;
}

.postform {
	background: #fbd5a0;
	border: 1px solid #f8b961;
	padding: 0 10px 10px;/*JH*/
	width: 424px;	/*JH*/
}

.action_heading {
  margin-top: 4px;
}

.postform h3, .action_heading div {
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	margin: 0;
}

.post_actions {
	padding: 0 0 10px 5px; /*JH*/
}

.post_actions a {
	display: inline-block;
	padding: 5px 7px;
	color: #aaa;
	font-size: 12px; /*JH*/
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}
	
#autocomplete_more_details {
  font-style: normal;
}

.dimmed {
  color: #888;
}
	
a.user_name, a.profileimage_small {
  padding: 0;
}

.post_actions a.active {
	color: #000;
	background: #f8b961 ;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}
/*JH*/
.post_actions a.active:hover, .post_actions a:hover {
	text-decoration: none;
	color: #000;
	background: #fbd5a0 ;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;	
}



td.follow {
	background: #b8e264;
	padding: 18px;/*JH*/
	width: 212px; /*JH*/
	vertical-align: top; /*JH*/	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius:10px;
	border-bottom-right-radius:10px;
}
/*JH*/
td.mapview {
	background: #eb88bb;/*JH*/
	padding: 0 18px 18px;/*JH*/
	width: 192px; /*JH*/
	vertical-align: top; /*JH*/	
	color: #fff; /*JH*/
	border-left: 1px solid #e3559e;
	border-top: 1px solid #e3559e;
	border-bottom: 1px solid #e3559e;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius:10px;
	border-bottom-right-radius:10px;
	
}

.nomap {
	background: #eb88bb;/*JH*/
	padding: 0 18px 18px;/*JH*/
	width: 900px; /*JH*/
	vertical-align: top; /*JH*/	
	color: #fff; /*JH*/
	border: 1px solid #e3559e;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-radius:10px;

	
}


td.mapview .nav a{
	color: #FFF;
	border-color: #eb88bb ;
}






td.map {
	width: 681px;/*JH*/
	background: #ccc;
	padding: 0px;
}


/*JH */

.follownew, .following{
	border: 1px solid #5ec4e8;
	border-color: #5ec4e8;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 195px;
	/*height: 200px;*/
	margin: 15px 10px 10px 0;
	padding: 0 15px 15px;
	background: #bfe7f6;
}
.follownew .profileimage_small, .following a.profileimage_small {
	margin-right: 4px;
	margin-bottom: 4px;
}

.number{
	font-size: 3em;;
}

.liveupdates{
	border: 1px solid #b8e264;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 414px;
	margin: 15px 0 10px;
	background: #d4eea2;
	padding: 15px 15px 15px 12px;
}

.otherprofiles{
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 10px;
	font-size: 11px;

	margin: 0;
	margin-top: 15px;
	width: 900px;
	float: none;
	background: #eb88bb;/*JH*/
	border: 1px solid #e3559e;	
	font-size:14px;
}




#comic {
	position:relative;
	min-height:300px;
}


#comic1,
#comic2 {
	position:absolute;
	top: 0;
	left: 0;
}

/* @end */

/* @group Declaration */

.declaration {
    position: relative;
    top: -7px;
	width: 300px;
	margin: 0 0 0 60px;
	z-index: 10;
}

.declaration .inner {
	position: relative;
	color:#fff;
	z-index: 1;
	padding: 20px 40px 5px 50px;
	background: url(/images/bg/bubble_blue_top.png) no-repeat;
}

.declaration .inner.blue {
	background: url(/images/bg/bubble_blue_top.png)	
}

.declaration .inner.orange {
	background: url(/images/bg/bubble_orange_top.png)	
}


.declaration .inner.violet {
	background: url(/images/bg/bubble_violet_top.png)	
}

.declaration .bottom {

}

.declaration .inner .tags {
	position: absolute;
	top: 0;
	padding: 10px 10px 0 0;
	text-align: right;
	color: #fff;
	/*width: 95%; JH*/
	opacity:  0.3;
	font-size: 22px;
	z-index: 2;
}



.declaration .inner .text {
	position: relative;
	z-index: 3;
	font-family: Georgia, serif;
	/*font-style: italic;*/
	font-weight: normal;
	text-transform: normal;
	text-align:left;
	letter-spacing: normal;
	line-height: 1.4em;
	text-align: left;
	color: #fff;
}


.declaration .inner .large {
	font-size: 20px;
}

.declaration .inner .small {
	font-size: 14px;
}

p.declaration {
	border: 1px solid #ddd;
}

p.declaration img {
	float: left;
}


blockquote#speechbox {
	background: #F6A83C;
	padding: 10px;
	position: relative;
	margin-left: 100px;
	color: white;
}

#speechbox .arrow {
	width: 0;
	height: 0;
	line-height: 0;
	border-top: 25px solid #F6A83C;
	border-left: 30px solid white;
	position: absolute;
	top: 20px;
	left: -30px;
}

#speechbox .metadata {
	position: relative;
	z-index: 5;
	font-size: 11px;/*jh*/
	color: #fff;
	text-align: right;
}

#speechbox .metadata a {
	font-size: 11px;/*jh*/
	color: #fff;
		font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;/*JH*/	
}



/* @end */



/* @group Activities */

/* container for activites */
.activities {
	margin: 0 0 0 200px;
}

.activity {
	padding: 5px;
	background: #e8e8e8 url(/images/bg/row.png) repeat-x;
}

/* @end */

/* @group Actionupdates */

ul.actionupdates {
	list-style-type: none;
	margin: 0;
}

#actionupdates .actionupdate{
	margin-left: 8px;
}

.actionupdate {/*JH*/
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #fff ;
	text-decoration: none;
	padding: 2px 0 2px 2px;
}
.actionupdate a.profileimage_small{
	margin-right: 4px;
}
.actionupdate .text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

.actionupdate .actions {
	display: none;
}

.actionupdate:hover {
	background: #fbd5a0;
	border: 2px solid #fbd5a0;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

}
.liveupdates .actionupdate{
	border: 2px solid #d4eea2 ;
}
/* JH*/

td.personalposts .actionupdate:hover{
	background: #fff;
	border: 2px solid #c7c7c7;
	text-decoration: none;
}

.liveupdates .actionupdate:hover {
	background: #fff;
	border: 2px solid #fff ;
	text-decoration: none;
}

td.updates .actionupdate{
	border: 2px solid #bfe7f6 ;
}
/* JH*/
td.updates .actionupdate:hover {
	background: #fff; 
	border: 2px solid #fff ;
	text-decoration: none;
}


.actionupdate:hover .actions, .actionupdate:hover .actions a {
	display: inline-block;
	/* JH */
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size:11px;
	color: #878787;	
	text-decoration: none;	
	padding: 1px 3px;
}

/* JH
.liveupdates .@actionupdates:hover .actions, .liveupdates .@actionupdates:hover .actions a {
	color: #fff;
}*/



.actionupdate:hover .actions a:hover {
	display: inline-block;
	/* JH */
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size:11px;
	color: #fff;
	text-decoration: none;	
	background-color: #e3559e;
}


.actionupdate .time {
	/*JH font-style: italic;*/
	color: #878787; /*JH*/
	display: inline-block;
	/*JH*/
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size:11px;
	padding: 4px 0 2px;
}

.textsize {
	float: right;
	padding: 5px;
	font-size: 22px;
}

.textsize_warn {
	float: right;
	padding: 5px;
	font-size: 22px;
	color: red;
}


/* @end */



/* @group TagCloud */
.cloud_tag {
	font-family: Arial Black, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
line-height: 35px;
padding: 0px 4px 0px 4px;
	border: 1px solid transparent;
	
}

.tagcloud1 { display: inline-block;  font-size: 12px; color:#ddca58;} /*JH 12px*/
.tagcloud2 { display: inline-block; font-size: 22px; color:#ddca58; font-family: Georgia, "Times New Roman", Times, serif;} /*JH 18px*/
.tagcloud3 { display: inline-block; font-size: 24px;  /*JH 32 px */ font-weight: bold; color:#d9b257; }
.tagcloud4 { display: inline-block; font-size: 40px; font-weight: bolder; font-family: Georgia, "Times New Roman", Times, serif;} /*JH 64px*/

/*JH*/
a.tagcloud1:hover, a.tagcloud2:hover, a.tagcloud3:hover, a.tagcloud4:hover  {
	border: 1px solid #e3559e;
	color: #000;
	text-decoration: none;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

/* @end */

/* @group User */
/*JH*/
.profileimage_large {
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	border: 1px solid black;
	border-color: #999 #555 #555 #999;
	width: 90px;
	height: 90px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.profileimage_medium {
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	border: 1px solid black;
	border-color: #999 #555 #555 #999;
	width: 65px;
	height: 65px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.profileimage_small {
	display: block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #555;
	border-color: #999 #555 #555 #999;
	width: 24px;/*JH*/
	height: 24px;/*JH*/
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

a.profileimage_small:hover, a.profileimage_medium:hover, a.profileimage_large:hover{
	border-color: #e3559e;
}


/* @end */

/* @group Profile Page */

a.profilepage	{}

ul.profiledata {
	margin: 10px 0 10px 20px;
	list-style-type: none;
}

ul.profiledata li {
	margin: 5px 0;
}
/* @end */


/* @group Guide */
/*JH new group */

.guide{
	width: 400px;
}
body.fulltext .guide{
	margin-left: 14px;
}
.guide_intro{
	margin-top: 10px;
	font-size: 11px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;	
	color: #000;
	background-color: #f6a739;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #f6a739 ;
	text-decoration: none;
	width: 200px;
	padding-right: 4px;
	padding-left: 4px;
}



/* @end */




/* @group Navigation left */

/* @group Text */
/*JH new group */

.bodytext, .bodytext p{
	font-size: 14px;
 	line-height: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;}

td.updates .bodytext, td.updates h2, .liveupdates .bodytext, .liveupdates h2{
	margin-left: 3px;
}


td.updates {main_090...-home.css (Linie 950)
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background:#BFE7F6 none repeat scroll 0 0;
border-left:1px solid #9EDCF1;
border-right:1px solid #9EDCF1;
border-top:10px none;
padding:15px 15px 15px 12px;
vertical-align:top;
width:387px;
}


/*CM*/
.updates {
	background: #bfe7f6;
	border-left: 1px solid #9edcf1;
	border-top: 1px solid #9edcf1;
	border-right: 1px solid #9edcf1;/*JH*/
	vertical-align: top; /*JH*/	
	-webkit-border-radius: 10px; /*JH*/
	-webkit-border-radius: 10px; /*JH*/
	-moz-border-radius: 10px; /*JH*/
	-moz-border-radius: 10px; /*JH*/
	border-top:10px; /*JH*/
	border-top:10px;
	padding: 15px 15px 15px 12px;
}

td.personalposts h2{
	margin-left: 12px;
	margin-top: 15px;
	margin-bottom: 4px;
}

.bodytext a, .bodytext a:visited, div.text a{
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #e3559e;
	color: #000;
}

.bodytext a:hover, div.text a:hover{
	color: #e3559e;
	border-bottom: 1px solid #e3559e;
	text-decoration: none;
}


.bodytext ul{
	margin-top: 10px;
	margin-bottom: 16px;
}
.bodytext ul li{
	margin-bottom: 6px;
}

.light_yellow{
	border: 1px solid #f6a739;
	background-color: #fdedd7;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* @end */

/* @group Navigation */
/*JH new group */

.nav{
	width: 200px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	float: left;
}

body.fulltext .nav, body.texttwocolumns .nav{
	margin-left: 16px;
	margin-top: 14px;
}

.nav a{
	font-size: 14px;
	color: #a4a4a4;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #white ;
	text-decoration: none;
	padding: 2px;
	margin-bottom: 2px;
	display: inline-block;	
}

.nav a:hover{
	color: #fff;
	background-color: #e3559e;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #e3559e ;
	text-decoration: none;
}

.nav a.selected{
	color: #fff;
	background-color: #e3559e;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #e3559e ;
	text-decoration: none;
	font-style: italic;
}

.more{
	clear: both;
	margin-top: 4px;
	margin-left: 34px;
	}

.follownew .more, .following .more{
	margin-left: 0px;
}

.more a{
	text-decoration: none;
	color: #000;
	font-size: 11px;

}
.more a:hover{
	color: #fff;
	background-color: #e3559e;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #e3559e ;
	text-decoration: none;
}


/* @end */

td{
	vertical-align: top;

}


.clear { clear: both;}

.leftfloat {
	float: left;
}

.rightfloat {
	float: right;
}

.copytext {line-height: 180%;}
.al 	 { text-align: left;}
.ar 	 { text-align: right;}
.ac 	 { text-align: center;}
.aj 	 { text-align: justify;}

.r10 {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.r5 {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.r3 {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.w800 {width: 800px !important}

.w700 {width: 700px !important}

.w650 {width: 650px !important}

.w600 {width: 600px !important}

.w500 {width: 500px !important}

.w400 {width: 400px !important}
.w420 {width: 420px !important}
/*CM*/
.w378 {width: 378px !important}

.w300 {width: 300px !important}

.w250 {width: 250px !important}

.w200 {width: 200px !important}

.w130 {width: 130px !important}

.m0 {margin: 0;}

.m5 {margin: 5px 0;}

.m10 {margin: 10px 0;}

.m20 {margin: 20px 0;}


.p5 {padding: 5px;}

.p10 {padding: 10px;}

.p15 {padding: 15px;}

.s5 {
	-moz-box-shadow: 0px 3px 5px #efefef;
    -webkit-box-shadow: 1px 0px 10px #aaa;
    box-shadow: 0px 3px 5px #efefef;
}

.l140{
	line-height: 140%;
}


.white {color: #fff;}

a.small_white {
	color: white;
	font-size: 11px;
	font-style: italic;
}

a.small_white:hover {
	text-decoration: underline;
}


.bg_light {
	background: #f7f7f7;
}

.bg_medium {
	background: #ddd;	
}

.bg_dark {
	background: #bbb;	
}

.bg_bright {
	background: #bee66d;	
}




a.function,
input[type=submit]
 {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	background: #f4a538; /*JH*/
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 10px;
	border: 2px solid #fff;
	text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
}

a.function:hover,
input[type=submit]:hover {
	background:#c84393; /*JH*/
	border: 2px solid #fff;
}

a.function_light {
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background:#bbb;
	color: white;
	text-decoration: none;
	padding: 2px 10px;
}

a.function_light:hover {
	background: #a3c380;
}

a.smallfunction {
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background:#a3c380;
	color: white;
	text-decoration: none;
	padding: 2px 10px;
	font-size: 10px;

}

a.smallfunction:hover {
	background: #92af73;
}

.clickable {
	border-bottom: 1px dotted #777;
	cursor: pointer;
}

.official {
	border: 2px solid #bee66d !important;
}

.clear {clear: both;}
.nobr { white-space:nowrap;}

.help {
	color: #999;
	font-size: 12px;
	font-style: italic;
}

.box {
	border: 1px solid #aaa;
	padding: 10px;
}

a.nav2{
	text-decoration: none;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #eb88bb ;
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
}
a.nav2:hover{
	color: #fff;
	background-color: #e3559e;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #e3559e ;
	text-decoration: none;

	
}

.chooser {font-weight: bold;}

#purchase {margin-top: 20px;}
#purchase h2 {margin-bottom: 5px;}
