/** CSS-Anweisungen für PopUp-Overlays
/**
/**********************************************************/

#overlay {
	z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
/*  overflow: hidden;*/
	background-image: url('/images/global/popup/overlay.png');
	
}

* html #overlay {
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/global/popup/overlay.png', sizingMethod="scale");
		
}

.popup {
	z-index: 2000;
	position: absolute;
	width: 500px;
	filter:alpha(opacity=100);
	zoom:1;
}

.popup .top_left {
	height: 45px;
	background-image: url('/images/global/popup/top_left.png');
	background-repeat: no-repeat;
	background-position: left;
	zoom:1;
}

.popup .top_right {
	height: 45px;
	background-image: url('/images/global/popup/top_right.png');
	background-repeat: no-repeat;
	background-position: right;
	zoom:1;
}

.popup .top_middle {
	height: 45px;
	margin-left: 9px;
	margin-right: 9px;
	background-image: url('/images/global/popup/top_middle.png');
	background-repeat: repeat-x;
	padding-left: 11px;
	padding-right: 11px;
	zoom:1;
	
}

* html .popup .top_left {
	background-image: url('/images/global/popup/top_left.gif');
}

* html .popup .top_right {
	background-image: url('/images/global/popup/top_right.gif');
}

* html .popup .top_middle {
	background-image: url('/images/global/popup/top_middle.gif');
}

.popup .middle_middle {
	zoom: 1;
	background-color: #FFFFFF;
	border-left: 1px solid #595959;
	border-right: 1px solid #595959;
	padding: 20px;
	padding-bottom: 0px;
}

.popup h2 {
	margin: 0px;
	padding-top: 15px;
	font-family: 'Trebuchet MS';
	font-size: 18px;
	color: #FFF;
}

.popup h3 {
	margin: 0px;
	margin-bottom: 20px;
}

.popup h3.highlight {
	margin-top: -20px;
}

.popup .message img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.popup .message ul {
	margin-left: 35px;
}

.popup .bottom_left {
	height: 9px;
	background-image: url('/images/global/popup/bottom_left.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}

* html .popup .bottom_left {
	margin-top:-3px;
}


.popup .bottom_right {
	height: 9px;
	background-image: url('/images/global/popup/bottom_right.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.popup .bottom_middle {
	height: 9px;
	background-color: #FFF;
	border-bottom: 1px solid #595959;
	margin-left: 9px;
	margin-right: 9px;
}

* html .popup .bottom_left {
	background-image: url('/images/global/popup/bottom_left.gif');
	font-size: 1px;
}

* html .popup .bottom_right {
	background-image: url('/images/global/popup/bottom_right.gif');
}

.popup .backwards {
	float: right;
}

.popup .backwards img {
	position: relative;
	top: 5px;
	right: -20px;
}

.popup .button {
	width: auto !important;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}

.popup ul.form li {
	margin-bottom: 6px;
}

.popup .message p {
	color: #CB0000;
	font-size: 9px;
}

.popup .message ul {
	padding-left: 20px;
}


/* Login and SignUp */

#popup_login_signup {
	width: 670px;
}

#popup_login_signup .login {
	float: left;
	width: 300px;
	border-right: 1px solid #E8E8E8;
}

#popup_login_signup .login p.password {
	margin-left: 100px;
	font-size: 9px;
}

#popup_login_signup .login .button {
	margin-top: 10px;
	margin-left: 100px;
}

#popup_login_signup .signup {
	float: right;
	width: 300px;
}

#popup_login_signup label {
	display: block;
	float: left;
	width: 100px;
	padding-top: 4px;
}

#popup_login_signup input.checkbox {
	margin-left: 100px;
}


/* Signup */

#popup_signup {
	width: 450px;
}

#popup_signup label {
	display: block;
	float: left;
	width: 140px;
	padding-top: 4px;
}

#popup_signup input {
	width: 160px;
}

#popup_signup li.checkbox {
	padding-left: 130px;
}

#popup_signup label.more_in_line {
	margin-left: 20px;
}

#popup_signup .button {
	margin-left: 130px;
}

#popup_signup .default_pic ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	width: 400px;
}

* html #popup_signup .default_pic ul {
	margin-top: -10px;
}

*+ html #popup_signup .default_pic ul {
	margin-top: -10px;
}


#popup_signup .default_pic li {
	width: 90px;
	display: block;
	margin-bottom: 7px;
	float: left;
}

* html #popup_signup #default_pic_list {
	width: 385px;
}

#popup_signup #default_pic_list label {
	margin: 0;
	padding: 0;
	float: none;
	padding-top: 0px;
	width: auto;
	display: inline;
}

#popup_signup .default_pic input {
	width: auto;
	margin-top: 16px;
	display: block;
	float: left;
}

#popup_signup .default_pic img {
	border: 1px solid #CCC;
}

#popup_signup p#small_text {
	font-size: 10px;
	padding: 0;
	display: block;
	padding-top: 4px;
	margin: 0;
	margin-left: 140px;
	width: 180px;
	float: none;
	clear: both;
}


/* Report blog */

#popup_report_blog_form {
	width: 450px;
}

#popup_report_blog_form label {
	display: block;
	float: left;
	width: 130px;
	padding-top: 4px;
}

#popup_report_blog_form input {
	width: 160px;
}

#popup_report_blog_form li.checkbox {
	padding-left: 126px;
}

#popup_report_blog_form label.more_in_line {
	margin-left: 20px;
}

#popup_report_blog_form .button {
	margin-left: 130px;
}




/* Send Password */

#popup_send_password {
	width: 400px;
}

#popup_send_password label {
	display: block;
	float: left;
	width: 100px;
	padding-top: 4px;
}

#popup_send_password input {
	width: 200px;
}

/* popup Mitgestaler einladen - Auswahl */

#popup_blogbuddy{
	margin:15px;
}
#popup_blogbuddy_divider{
	border-right: 1px solid #D9D9D9;
}
#popup_blogbuddy_height{
	height:200px;
}
#popup_blogbuddy_float1{
	float:right;
}
#popup_blogbuddy_float2{
	float:left;
}

/* popup Mitgestalter einladen - angemeldeter User */

#popup_invite_blogbuddy_exist {
	width: 700px;
}

#popup_invite_blogbuddy_exist .middle_middle{
	padding: 10px;
}

#headline{
	margin-left: 20px;
	
}
.mitgest_img 
{
	float:left; 
}
#searchbox_grey{
	float: left;
	width: 410px; 
	padding-top: 5px; 
	margin-left: 20px;
	
}
* #searchfield {
	margin-left: 10px;
	margin-top: -10px;
}

* html #searchbox_grey  {

margin-left: 0px !important;
	
}

* html #searchbox_grey .middle_left {
	overflow: hidden;
	height: 40px !important;
padding-bottom: 0px !important;
margin-left: 0px !important;

	
}

*+ html #searchbox_grey .middle_left {
	overflow: hidden;
	height: 40px !important;
padding-bottom: 0px !important;
margin-left: 0px !important;
	
}
#searchbutton_1{
	float: right; 
	margin-right:-25px;
	margin-top:-45px;
	width: 100px;
	height: 20px;
}

* html #searchbutton_1{
	margin-right: -8px;
	min-height: 20px !important;

}

*+ html #searchbutton_1{
	min-height: 20px !important;

}

#searchbutton_2{
	float: right; 
	margin-right: 100px;
	margin-top: 35px;
	width: 0px;
	
}
#divider_top
{
	height:4px; 
	background-image: url('/images/global/popup/popup_trenneroben.png'); 
	background-repeat: repeat-x; 
	margin-left: -10px; 
	margin-right: -10px
}
#content_box_green{
	height:200px; 
	background-color: #EEFDE0; 
	overflow: auto; 
	margin-left: -10px; 
	margin-right: -50px;
	width: 698px;
	
}

* html #content_box_green{
margin-top:-12px;
	
}


.status_float {
	float:right;
}

#content_box_white{
	background-color: #FFFFFF; 
	margin-left: 25px; 
	height: 75px;
	margin-right: 25px;
	padding: 5px
}
#content_text{
	margin-left: 20px;
	float: left;
}
#invite_button{
	float: right; 
	margin-top: -27px; 	
	margin-right:5px
}
#userpic{
	float: left;
}
#divider_bottom{
	height:3px; 
	background-image: url('/images/global/popup/popup_trennerunten.png'); 
	background-repeat: repeat-x; 
	margin-left: -10px; 
	margin-right: -10px
}
#back{
	float: right
}

/*  Popup Nachricht an User schreiben */
#send_message
{
	margin-left: 20px;
	
}
#popup_background_grey{
	
	height:250px;
}

.popup_fields
{
	float: left;
	margin-left: 0px;
	height: 20px;
	width: 200px;
	
}

.popup_fields_left
{
	text-align: left;
	float: left;
	margin-left: 20px;
	height: 20px;
	width: 100px;
}

#send_button{
	float: right;
	margin-right: 20px;
	margin-top:-31px;
}


/* Confirm Friendship Box */
#confirmation_text{
	margin-left: 100px;
	margin-right: 20px;
}

#buttons_middle1{

	float: left;
	padding-left: 130px;
	margin-bottom: 40px;
	
}

* html #buttons_middle1{
	width: 60px;
	padding-left: 50px;
}

*+ html #buttons_middle1{
	width: 60px;
	padding-left: 115px;
}

#buttons_middle2{

	/*width: 60px;*/
	float: left;
	padding-left: 70px;
	margin-bottom: 40px;
	
}
* html #buttons_middle2{
	width: 60px;
	padding-left: 50px;
}

*+ html #buttons_middle2{
	width: 60px;
	padding-left: 115px;
}
	

#buttons_middle2_mgst{
	
padding-left: 0px;
float: left;
margin-bottom:40px;

}



* html #buttons_middle1_mgst{
	margin-left:-20px;
}	

* html #buttons_middle2_mgst{
	margin-left:70px;
	margin-top: -50px;

}

*+ html #buttons_middle1_mgst{
	margin-left:-20px;
}	



#buttons_middle1_mgst{
	float: left;
	padding-left:44px;
}

#send_button_msg{
	float:right;
	margin-right:67px;
	margin-top:-50px;
}

* html #send_button_msg{
	float:right;
	margin-right:17px;
	margin-top:-30px;
}

*+ html #send_button_msg{
	float:right;
	margin-right:55px;
	margin-top:-30px;
}

.select_taf {
	margin-left:25px;
	float: none;
}

.textarea_taf {
	margin-left: 25px;
}




/* Offer Friendship */

#buttons_middle_ok{

	width: 60px;
	float: left;
	padding-left: 200px;
	margin-bottom: 40px;
	
}

/* Alle Mitgestalter anzeigen */

#popup_coop_showall{
	width: 700px;
}
#showall_content
{
	padding-left: 25px;
	width: 652px;
	height: 400px;
	overflow: auto;
}

#showall_userfriends {
	float: left;
	margin-right:20px;

	}
	
#showall_userfriends_title h2{
	color: #93EA4A;
	margin-top: 10px;
	}
	
/* Tell a friend Popup */

#tellafriend{
	margin-left: 20px;
}

/* Topblog Userlist Popup*/

#topblog_userlist ul {
	list-style: none;
	width: 400px;
}

#topblog_userlist li {
	display: block;
	float: left;
	margin: 5px;
	margin-top: 8px;
}

#topblog_userlist p {
	clear: both;
	display: block;
	margin-left: 50px;
}

 /* Embed Popup */

#popup_embed #confirmation_text {
	margin-left: 20px;
}

#popup_jimdo_link {
	background:url('/images/global/jimdo_small.png') no-repeat top right;
	display: block;
	font-size: 11px;
	font-weight: normal;
	height: 28px;
	padding-left: 20px;
	padding-right: 90px;
	padding-top: 4px;
	width: 200px;
}

#popup_jimdo_link:hover {
	color: #000;
	text-decoration: none;
}


