
/**
 * Purplelash.com
 *
 * @filesource
 * @copyright     Copyright 2010 Purplelash.com
 * @link          http://www.purplelash.com
 * @package       purplelash
 * @since         01.07.2010
 * @version       $Revision$
 * @modifiedby    $LastChangedBy$
 * @lastmodified  $Date$
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
*/

* {
   margin:0;
   padding:0;
}
html { 
   width:100%;
}


@font-face {
    font-family: 'Helvetica';
    font-weight: normal;
    font-style: normal;

}


/* General Style Info */
body {
   color: #444;
   font-family: Helvetica,Arial,Verdana,sans-serif;
   /*  font-family:  'Lucida Sans', 'Lucida Grande', Arial, sans-serif;*/
   font-size: 12pt;
   line-height: 12pt;
   margin: 0;
   background: #fff;
   height: 100%;
}


p {
   margin:10pt 0;
	line-height: 20px;


}

/*
h1 {
   line-height: 18pt;
   font-family: Helvetica,Arial,Verdana,sans-serif;

}

h2 {
   font-size: 14pt;
   font-weight: 500;
   letter-spacing: -1;
}

h3 {
   font-weight: 500;
   letter-spacing: -1;
}

*/

.cool_font {
	font-family: Helvetica,Arial,sans-serif;
	letter-spacing: 0;
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
    
}

h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica,Arial,sans-serif;
	letter-spacing: 0;
	font-weight: normal;
	color: #444;
}

h1,h2,h3 {
	letter-spacing: 0;
}

h1 {
	font-size: 80px;
	line-height: 1;
	margin: 0 0 9px;
	text-transform: uppercase;
}

h2,
h1.post-title {
	font-size: 40px;
	line-height: 1;
	margin: 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}


h3 {
	font-size: 18px;
	line-height: 1;
	margin: 0 0 9px;
	text-transform: uppercase;
	font-weight: 700;
    text-transform: uppercase;
}


a {
   color: #4c8599;
   color: #999;
   color: #800;
   text-decoration:none;

}
a:hover {
   color: #800;
   /*   border-bottom: 1px solid #000;*/
}
a img {
   border:none;
}
a.image:hover {
   border:none;
}

ul {
   list-style: none outside none;
}
/* Header and top part of purple lash */

#wrapper {
   min-height:100%;
   position: relative;
}
#headerframe {
	background: #000;
    height: 70px;
    left: 0;
 /*   position: fixed;*/
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}




#header { 

}


#footer {
   box-shadow: 0 -1px 0 black;
   -moz-box-shadow: 0 -1px 0 black;
   -webkit-box-shadow: 0 -1px 0 black;
   /*   background: none repeat scroll 0 0 #191814;*/
   border-top: 1px solid #3F3F38;
   height:170px;
   width:100%;
   bottom: -270px;
   position: absolute;
   background: #f00;
}

#footer h5 {
   color: #FFFFFF;
   font-size: 14px;
   margin-bottom: 8px;
}

div.main_center {
   position:relative;
   margin:0 auto;
}

div.center {
   display: block;
   margin: 0px 210px;
   padding: 10px;
}

.delete {
   cursor: pointer;
    background: #ddd;
    border: 1px;
    width: 24px;
}

ul.profile_list  {
    margin: 0 auto;
}
ul.profile_list li {
    display: inline;
    margin: 13px;
}

.pic_profile_tag  h3 a {
color: #444;
}

.pic_profile_tag {
    height: 95px;
    margin: 3px;
    background: #f4f4f4;
    padding: 5px; 
    width: 270px;
    position: relative;
   border-color: #f4f4f4;
   border-style: solid;
   border-width: 1px;
   position: relative;
}

.pic_profile_tag div.tag_info {
position: absolute;
top: 0px;
left: 70px;
}


.profile_tag  h3 a {
color: #444;
}
.profile_tag {
    height: 125px;
    margin: 3px;
    background: #f4f4f4;
    padding: 5px; 
    width: 250px;
    float: left;
    position: relative;
   border-color: #f4f4f4;
   border-style: solid;
   border-width: 1px;
}

.fav_delete {
    position: absolute;
    display: none;
    right: 5px;
    bottom: 5px;
   cursor: pointer;
    background: #ddd;
    border: 1px;
    width: 24px;
}

.profile_tag div.tag_info {
    float: right;
    width: 50%;
}

.profile_thumb {
   padding: 5px;
   float: left;
}

.profile_thumb:hover {
   padding: 5px;
   float: left;
   -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
   -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
   box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
   border-color: rgba(82, 168, 236, 0.75) !important;
   outline: medium none;

}

table {
   background: none repeat scroll 0 0 #FFFFFF;
   border-collapse: collapse;
   font-size: 12px;
   margin: 10px;
   text-align: left;
}

table th {
   border-bottom: 2px solid #0285b2;
   font-size: 14px;
   font-weight: normal;
   padding: 7px 8px;
}

table td {
   border-bottom: 1px solid #CCCCCC;
   padding: 6px 8px;
}

table td.highlight {
   color: #000;
   background: #FFF380;
}

table.nomargin {
   margin: 0px;
}
table.nomargin td {
   padding: 4px;
}

.img_cell {
   cursor: pointer;
}

.img_cell_img {
   height: 75px;
}

.test_img {

}

.img_cell_text {
   position: relative;
   bottom: 0px;
}

.clickable {
   cursor:pointer;
}

.image {
	position: relative;
    font-size:10px;
    margin:0px 6px 18px;
    display: block;
    background: #fff;
   float: left;
}
.image  a img{
}

div.image:hover {
}

#copyright {
	background: #ddd;
	padding: 4px;
	-moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius:4px;
    font-size: 11px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
   
}

ul.categories {
	border-top: 1px solid #ccc;
	font-size: 11px;
	font-weight: 700;
    text-transform: uppercase;
    
}
ul.categories a{
	color: #888;
}

.tb_img {
   background: #fff;
   border: 1px solid #D3CCCC;
   margin: 0px 12px 18px 6px;
   width: 260px;
   float: left;
}

.tb_img_hover {
   -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
   -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
   box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
   border-color: rgba(82, 168, 236, 0.75) !important;
   outline: medium none;
}

.hover {
   -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
   -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
   box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
   border-color: rgba(82, 168, 236, 0.75) !important;
   border-style: solid;
   border-width: 1px;
}

.tb_img_text {
   text-align: right;
   padding: 3px 10px 6px 0px;
}

.tb_img img{
   position:relative;
}

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

ul.img_inline li    {
   display: inline;
}

ul.thumbnails {
   list-style-type:none;
   margin: 0px auto;
}

ul.thumbnails li    {
   display: inline;
}



/* Charts*/
.inset {
   border-color: #DDDDDD #EEEEEE #eee;
   border-style: solid;
   border-width: 1px;
}

.red
{background: #f00;}



.rounded, .rounded4 {
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius:4px;
}

.rounded6 {
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   -khtml-border-radius:6px;
}

div.circle {
   background: #eee;
   border: 1px solid #eee;
   width: 3em;
   height: 3em;
   -webkit-border-radius: 3em;
   -moz-border-radius: 3em;
}

p.circle {
   color: #999;
   font-size: 150%;
   margin-top: 12px !important;
   text-align: center;
}

.big_li {
   margin: 7px 60px 0px 60px;
}

.border_bottom {
   border-bottom: 1px solid #DDDDDD;
   padding-bottom: 8px;
}


.warning {
   color: #f00;
   padding: 0px 20px;
   margin: 5px 0px;
   background: url('../img/error_icon.png') no-repeat ;
}

/* Images */
img.aligncenter {
   margin-top:10px;
   margin-bottom:10px;
   display: block;
   margin-left: auto;
   margin-right: auto;
}

img.alignright {
   margin-top:10px;
   margin-bottom:10px;
   display: block;
   margin-left: auto;
   margin-right: 0px;
}

img.alignvertical {
   margin-top:17px;
   margin-bottom:auto;
   display: block;
   margin-left: 10px;
   margin-right: 10px;
}

ul.inline {
   list-style-type:none;
   display: inline;
   float: left;
}
ul.inline li    {
   display: inline;
   float: left;
}

ul.inline_form {
   list-style-type:none;
   display: inline;
   float: left;
}
ul.inline_form li    {
   display: inline;
   float: left;
   padding: 6px;

}

ul.big_list {
}

ul.big_list li {
   padding: 11px 0px;
}

.big_text {
   font-size: 150%;

}

#image_header {
   position: absolute;
   top: 30px;
   left: 30px;
}

/* Forms */
form {
}
form label {
   font-size: 100%;
}

#form input  {
   border: 1px solid #cdcdcd;
   height: 42px;
   width: 410px;
   display: block;
   padding: 0px 0px 0px 5px;
   margin-top: 3px;
   margin-bottom: 8px;
   font-size: 200%;
}
form input  {
    border: 1px solid #cdcdcd;
    color: #444;
    display: block;
    height: 32px;
    padding: 0 5px;
    position: relative;
    width: 320px;
   font-size: 150%;
   margin-bottom: 10px;

}
form input:focus {
   border: 1px solid #ababab;
   -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
   -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
   box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
   border-color: rgba(82, 168, 236, 0.75) !important;
   outline: medium none;
}

form textarea  {
   border: 1px solid #cdcdcd;
   font-size: 150%;
   width: 387px;
   display: block;
   padding: 0px 0px 0px 5px;
   margin-top: 3px;
   margin-bottom: 8px;
}
form textarea:focus  {
   border: 1px solid #ababab;
   -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
   -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
   box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
   border-color: rgba(82, 168, 236, 0.75) !important;
   outline: medium none;
}


form input[type=image] {
   width: auto;
   height: auto;
   border: 0px;
}
form input[type=checkbox] {
   width: auto;
   height: auto;
   color: #000;
   display: inline;
   margin: 5px;
}

.button, button {
	font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
   margin: 5px;
   padding: 6px 10px;
   background: url('../img/bg-btn2.png');
   color: #666;
   border: 1px solid #cdcdcd;
   display: inline-block;
   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius:4px;



}

button {
   display:block;
}

.button:hover {
   border:1px solid #ccf;
   border: 1px solid #ababab;
   -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
   box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
   -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
   border-color: rgba(82, 168, 236, 0.75) !important;
   outline: medium none;
   color: #333;
   cursor: pointer;
}

.button.selected {
   -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
   box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
   -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
   border-color: rgba(82, 168, 236, 0.75) !important;
}



form input[type=submit] {
   font-size: 150%;
   background: url('../img/bg-btn2.png');
   color: #666;
   width: 150px;
   clear: both;
}

form input[type=submit]:hover {
   border: 1px solid #ababab;
   -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
   box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
   -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
   border-color: rgba(82, 168, 236, 0.75) !important;
   outline: medium none;
   color: #333;
}


form select {
   border: 1px solid #dedede;
   font-size: 150%;
   margin-bottom: 8px;
   height: 35px;
}

#UserBirthdateDay {
   width: 71px;
   margin-right: 4px;
}
#UserBirthdateMonth {
   width: 191px;
   margin-right: 4px;
}
#UserBirthdateYear {
   width: 115px;
}

/* Form in Personal Settings*/
input#UserPostalCode  {
   width: 100px;
   margin-right: 10px;
}
input#UserCity  {
   width: 204px;
}
#plz_ort {
   position:relative;

}
#plz {
   position:absolute;
   top: 0px;
}
#ort {
   position:relative;
   left: 116px;
   width: 120px;
}
#bundesland_land {

}

#disambiguation {
   width:  270px;
   height: 264px;
   position:absolute;
   top: -10px;
   left: 250px;
   z-index: 2;
   padding: 15px ;
   font-size:14px;
   line-height: 18px;
   background: #fff;
   border: 1px solid #dedede;
}

#disambiguation_close {
   position: absolute;
   top: 0px;
   right: 5px;
}


#stimmt_alles {
   position: absolute;
   bottom: 30px;
   left: 254px;
   width: 420px;
}
#stimmt_alles_text {
   position: absolute;
   bottom: 12px;
   left: 0px;
}
#stimmt_alles_knopf {
   position: absolute;
   bottom: -5px;
   left: 153px;
}
#stimmt_alles_loading{
   position: absolute;
   bottom: 25px;
   right: 20px;
}
#stimmt_alles_saved{
   position: absolute;
   bottom: 15px;
   right: 0px;
}


#settings_top_part {
   position: absolute;
}
#settings_bottom_part {
   background: url('../img/settings_user_diag_bg_820x312.jpg');
   position: absolute;
   top: 100px;
   width: 815px;
   height: 334px;
}

.user_info {
   z-index: 10;
   position: absolute;
   height: 300px;
   width: 300px;
   background: #f4f4f4;
   border: 1px solid #c2c2c2;
   display: none;
}

div.infobox {
   width: 401px;
   height: 31px;
   color: #fff;
   margin: 8px 0px;
   display: block;
   font-size: 180%;
   text-align: center;
   padding: 10px 0px 0px 0px;
   background: url('../img/settings_user_infobox_email_box_401x41.jpg') ;
   /*  border: 1px solid #98c5dc;*/
   border-radius: 8px;
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
   -khtml-border-radius:8px;
}

/* Password page */
#password {
}

div.user_diag_bg {
   height: 310px;
}

#reset_password {
   padding: 0px;
   margin:0 auto;
   position:relative;
   margin:0 auto;
   width: 390px;
   top: 20px;
   border-radius: 15px;
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
   -khtml-border-radius:15px;
}

#reset_passwort_sichern {
   display: block;
   position: absolute;
   top: 195px;
   left: 65px;
   width: 270px;
   height: 60px;
}

form.center_form {
   display: block;
   margin: 0px 210px;
   padding: 10px;
}

#passwort_vergessen {
   position: absolute;
   left: 450px;
   top: 30px;
}

#passwort_sichern {
   /*  display: block;
     position: absolute;
     top: 255px;
     left: 310px; */
   margin: 20px auto ;
   width: 230px;
   height: 60px;
}


/* Dashboard Page */

#change_profile_pic {
   background: #f4f4f4;
   border: 1px solid #eee;
   width: 100px;
   height: 25px;
   position: absolute;
   padding: 10px 25px 0px 25px;
   margin: 5px;
   top: 20px;
   filter:alpha(opacity=75);
   -moz-opacity:0.75; opacity:0.75;
   display: none;
}

div.hidden_elem {
   display: none;
}

div.profile_pic {
   margin-bottom: 5px;
   width: 160px;
}


/*#profile_complete {
   position: relative;
   height: 70px;
}
#profil_komplett {
   position: relative;
   top: 10px;
}
#profil_komplett_bar {
   position: absolute;
   top: 27px;
   left: 0px;
}
#profil_komplett_button {
   position: absolute;
   top: 37px;
   left: -5px;

}*/
/*#netzwerk_verwalten {
   position: absolute;
   top: 15px;
   left: 0px;

}*/

#profile_network {
   position: relative;
   height: 200px;
}
#home_dash_divider {
   position: absolute;
   top: 0px;
   left: 0px;
}


.sptooltip {
   /* border-radius: 5px; */
   /* -moz-border-radius: 5px; */
   /* -webkit-border-radius: 5px; */
   /* -khtml-border-radius:5px; */
   position:absolute;
   border:1px solid #cdcdcd;
   background:#efefef;
   padding:4px 6px;
}
.sptooltip strong { font-weight:bold; }

/* General pages */

div.container {
   width: 1270px;
   min-height: 100px;
	margin: 0 auto;
	margin-top: 30px;
}

.big_text {
	font-size: 100%;
	line-height: 25px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-weight: 700;
    text-transform: uppercase;
	
	}

.question  {
border: 1px solid #ddd;
margin-bottom: 30px;
padding: 20px;
}

.question p {
	color:#555;
	font-size: 16px;
	line-height: 20px;
}

.question ul{
    margin: 10px 0px;
}
.question ul li{
	margin-left: 20px;
	line-height: 20px;
    list-style-type: circle;
	margin-bottom: 8px;
}


#modelinfo {
	font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
   margin: 5px;
   padding: 1px 10px;
   color: #666;
   border: 1px solid #cdcdcd;
   display: inline-block;
   border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   -khtml-border-radius:2px;

	margin: 12px 33px;
	margin-left: 4px;
	float: right;
}

#modelinfo:hover {
	border:1px solid #ccf;
   border: 1px solid #ababab;
   -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
   box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
   -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
   border-color: rgba(82, 168, 236, 0.75) !important;
   outline: medium none;
   color: #333;
   cursor: pointer;
   
}

#portraitinfo {
	width: 70%;
	border: 1px solid #aaa;
	padding: 10px;
	display: none;
	margin-bottom:20px;
}

#portraitinfo a.important{
	color: #800;
}

#parts {
   position: fixed;
/*    position:absolute;*/
	font-weight: 700;
	left: 180px;
    font-size: 12px;
    text-transform: uppercase;
	
}

#parts a {
	color: #999;
}

#cats {
    float: right;
	font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
   color: #808080;
   clear:both;
   padding-top:2px;
   margin:0px;
	margin-top:44px;
	margin-bottom:10px;
   margin-right: 7px;
}

#cats li {
   display: inline;
   margin-left: 14px;

}
#cats li a{
color: #ccc;
}

#cats ul {
   display: inline;
   list-style: none;
   margin: 0;
   padding: 0;

}
#adminmenu {
	position: absolute;
    font-size: 14px;
    text-transform: uppercase;
   color: #808080;
	right: 5px;
	top: 5px;
}

#adminmenu li {
   display: inline;
   margin: 7px;

}

#adminmenu ul {
   display: inline;
   list-style: none;
   margin: 0;
   padding: 0;

}



#main_menu {
    background: #fff;
   border-top: 1px solid #D3CCCC;
   border-left: 1px solid #D3CCCC;
   border-right: 1px solid #D3CCCC;
   height: 45px;
   clear: both;
   overflow: hidden;
}

#main_menu img {
    position: relative;
    left: 0%;
    margin: 2px;
    width: 40px;
}


#main_menu ul {
    display: block;
    position: relative;
    overflow: hiddent; 
    clear: both;
    }

#main_menu li {
    margin-right: 15px;
    padding-right: 5px;
    float: right;
    margin-top: 7px;
}

#main_menu li a {
    color: #444;
    display: inline-block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

#main_menu li a.selected {
   -moz-border-radius: 4px;
   border-radius: 4px;
   background: #bbb;
   margin-top: 3px;
}

#main_content { 
}

div.content {
   padding: 10px;
}

#menu_oben_rechts {
   position: absolute;
   right: 0px;
   top: 35px;
}

#languages {
   position: absolute;
   right: 6px;
   top: 8px;
   padding: 1px 3px;
}


#main_area {
   /*   min-height: 450px;*/
   overflow: auto;
}

#side_area {
   margin-left: 50%;
   width: 200px;
   top: 35px;
   display: block;
   float: right;
}

.sidebar {
   border-top: 1px solid #d3cccc;
   margin: 0px 10px 0px 0px;
   float:left;
   width: 285px;
   background: #fff;
   min-height: 600px;
}

.sidebar_small {
   margin: 0px 10px 0px 0px;
   float:left;
   width: 200px;
   background: #fff;
   min-height: 600px;
}

#menu_area {
   margin: 0px 10px 0px 0px;
   padding: 10px 0px;
   width: 150px;
   float: left;
}

#scrape_area {
   padding: 10px;
   width: 150px;
   margin-top:220px;
   clear:both;
   display:none;
}

#scrape_area table {
   margin:0;
   vertical-align:top;
}

#scrape_area td {
   padding-left:0;
   padding-right:0;
}

#scrape_area .scrape_agency {
   font-weight:bold;
}

#scrape_area .scrape_success {
   color:#080;
}

#scrape_area .scrape_error {
   color:#f00;
}

#scrape_area .scrape_progress * {
   margin-left:8px;
}

#scrape_details {
   padding:20px;
   position:absolute;
   top:10px;
   left:200px;
   display:none;
   background:white;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius:5px;
   border:1px solid #ccc;
   -moz-box-shadow: 1px 1px 3px #eee;
   -webkit-box-shadow: 1px 1px 3px #eee;
   box-shadow: 1px 1px 3px #eee;
   z-index:1;
}

#scrape_details #scrape_log tr td {
   vertical-align:top;
}

#side_area_trends {
   margin-left: 60%;
   display: block;
   position: absolute;
}



div.location {
   margin-top: -45px;
   margin-bottom: 23px;
}

.feedback_small {
   position: absolute;
   top: -90px;
   right: 6px;
   float: left;
   width: 400px;
}

.feedback_small #close {
   display: none;
}


.feedback_small textarea{
   color: #999;
   height: 25px;
}

.feedback_small input{
   display: none;
}

.feedback_large {
   border: 1px solid #ccc;
   background: #eee;
   height: 200px;
   padding: 5px;
   position: absolute;
   top: -62px;
   right: 15px;
   z-index: 1;
   width: 400px;
}

.close {
   position: absolute;
   top: 5px;
   right: 10px;
   cursor: pointer;
   color: #0285b2;
}

.feedback_large textarea{
   color: #222;
   height: 130px;
}

#feedbackcontainer {
   position: absolute;
   top: -31px;
   right: 426px;
   float: left;
}

#feedback_info {
   border:1px solid #cdcdcd;
   background:#efefef;
   padding:4px 6px;
   position: absolute;
   width: 150px;
   top: -36px;
   right: 426px;
   float: left;
   display: none;
}

/* Bottom part of the website */

.line, .lastUnit {
   overflow: auto;
}
.unit {
   float: left;
   overflow: hidden;
}

.size1of4 {
   width: 25%;
}

div#footer-clear {
   clear: left;
   margin-top: 50px;
}
div#footer {
   font-size:10px;
   font-weight: 700;
   text-transform: uppercase;
/*   position: fixed;*/
   bottom: 0px;
   padding-top: 9px;
   background-color: #000000;
    height: 20px;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 1;

}
div#footer-wrap {
   margin: 0px auto;
}
div#footer-1 {
   float: left;
   padding-left: 8px;
}
div#footer-2 {
   float: right;
   margin-left: 30px;
   width: 80px;
}
div#footer-2 a {

color: #ccc;
}

div#footer-3 {
   float: left;
   margin-left: -10px;
   width: 240px;
}
div#footer-4 {
   float: left;
   margin-left: 10px;
   width: 200px;
}

#logo_bottom_right { 
   position:absolute;
   height:59px;
   right: 0;
}
#copyright_bottom_left { 
   left: 0;
}
#copyright_bottom_left ul { 
   list-style-type:none;
   display: inline;
   float: left;
}
#copyright_bottom_left ul li    { 
   padding:0px 20px 0px 0px ;
   float: left;
   display: inline;
}


p.copyright { 
   font-family:  Arial, sans-serif;
   font-size:10px;
}

.overflow {
   overflow: auto;

}

/* Splash Page layout */

#splash_box { 
clear: both;
   margin:0px auto;
   position:relative;
}

#headline { 
   position: absolute;
   top: 30px;
   left: 30px;
   ;
}

#polastapel { 
   position: absolute;
   top: -140px;
   right: -140px;
}
#polastapel_logged_in {
   position: absolute;
   top: -80px;
   right: -170px;
}

#porfavor { 
   position: absolute;
   top: 245px;
   left: 55px;
}
#porfavor_still { 
   position: absolute;
   top: 245px;
   left: 55px;
}
#pfeil_links { 
   position: absolute;
   bottom: 30px;
   left: 30px;
}
#anmelden_button { 
   position: absolute;
   bottom: 56px;
   left: 40px;
}
#pfeil_rechts { 
   background: url('../img/diagonalpfeil_rechts.jpg') ;
   position: absolute;
   bottom: 30px;
   right: 30px;
   width: 560px;
   height: 100px;
}
#pfeil_rechts_text { 
   position: absolute;
   top: 45px;
   left: 70px;
   font-size:16px;
   line-height: 16px;
   text-align: center;
   width: 415px;
}
#icons { 
   position: absolute;
   bottom: 0px;
   right: 30px;
}

/* Polaroid Styling */
#pola_form {   
   width:  326px;
   height: 396px;
   position: absolute;
   top: 20px;
   left: 300px;
   padding: 0px ;
   z-index: 2;
}


#pola_content { 
   color: #fff;
   width:  270px;
   height: 364px;
   position:absolute;
   top: 10px;
   left: 10px;
   z-index: 2;
   padding: 0px 20px ;
   font-size:12px;
   line-height: 14px;
}

#PolaButton { 
   position: absolute;
   bottom: 45px;
   left: 142px;
   margin:5px 10px 10px 10px;
}

#PolaButton2 { 
   position: absolute;
   bottom: -10px;
   left: 55px;
   margin:5px 10px 10px 10px;
}

#PolaClose { 
   position: absolute;
   top: -8px;
   right: 5px;
}

div.einladung_anfordern_pic { 
   position: absolute;
   top: 20px;
   left: 24px;
}
div.input_text { 
   position: absolute;
   color: #fff;
   width: 250px;
   top: 170px;
   left: 26px;
}

#SubscriberAddForm label { 
   font-size:100%;
   display: block;
   float: none;
   width: auto;
   margin:5px 0px 15px 6px;
}

#SubscriberAddForm input { 
   background: url('../img/text_shadow.jpg') ;
   font-size:190%;
   height: 31px;
   width: 224px;
   margin:5px 0px 10px 10px;
}

#SubscriberAddForm input:focus { 
   background: #e1f0fa;
}

div.input_deco { 
   height: 80px;
   width: 255px;
   background: url('../img/text_deco.jpg') ;
}

/* Registration Successful Splash Page */
#registrierung_erfolgreich { 
   background: url('../img/kasten_registrierung_ok_784x101.jpg') ;
   position: absolute;
   bottom: 30px;
   left: 44px;
   width: 784px;
   height: 101px;
}
#registrierung_erfolgreich_text { 
   position: absolute;
   top: 45px;
   left: 185px;
   font-size:12px;
   line-height: 14px;
   text-align: center;
   width: 415px;
}
#registrierung_erfolgreich_pic { 
   position: absolute;
   top: 20px;
   left: 230px;
}



/* tabs Page */
div.tabs {
   position: absolute;
   top: 19px;
   right: 75px;
   margin:auto;
   overflow:auto;
}

div.tabs ul {
   margin: 0px 0px 0px 0px;
   padding: 0;
}
div.tabs li {
   color: #555;
   background: url('../img/tab_background.jpg') ;
   /*  background: #98c5dc; */
   padding: 0;
   display: inline;
   width: 121px;
   height: 31px;
   list-style-type: none;
   float:left;
   list-style-type:none;
   border-radius: 8px 8px 0px 0px;
   -moz-border-radius-topleft: 8px;
   -moz-border-radius-topright: 8px;
   -webkit-border-top-right-radius: 8px;
   -khtml-border-top-right-radius:8px;
   -webkit-border-top-left-radius: 8px;
   -khtml-border-top-left-radius:8px;

}

div.tabs ul li a img {
   color: #fff;
}

ul.menu li {
    font-size: 110%;
    padding: 4px 6px;
}

ul.submenu li {
    padding: 2px 0px;
}

a.menulink {
   padding: 2px 2px;
}
a.mainmenulink {
   padding: 4px 4px;
}
a.selected {
   -moz-border-radius: 3px 3px 3px 3px;
   background: #efefef;
   padding: 1px 2px;
}

a.menulink:hover {
   -moz-border-radius: 2px;
border-radius: 2px;
/*   background: #e0f0f7;
   background: #f5f5f5;*/
   
}

a.mainmenulink:hover {
   -moz-border-radius: 4px;
border-radius: 4px;
   background: #e0f0f7;
}


a.submenulink {
   font-size: 90%;
   margin: 1px 10px;
   padding: 1px 4px;
}

a.submenulink:hover {
   -moz-border-radius: 3px 3px 3px 3px;
   background: #e0f0f7;
}


a.footerlink:hover {
   color: #fff;
}

div.side_tab {
   position: absolute;
   padding: 0px 0px;
   width: 35px;
   height: 144px;
   left: -35px;
   top: 16px;
   background: #fff;
   border-radius: 8px 0px 0px 8px;
   -moz-border-radius-topleft: 8px;
   -moz-border-radius-bottomleft: 8px;
   -webkit-border-top-left-radius: 8px;
   -khtml-border-top-left-radius:8px;
   -webkit-border-bottom-left-radius: 8px;
   -khtml-border-bottom-left-radius:8px;
}

div.message {
   color: #f00;
   font-size: 90%;
   margin: -5px 0px 0px 0px;

}

#flashMessage {
   color: #00f;
   font-size: 90%;
   margin: -5px 0px 0px 0px;

}

/* Error messages */
div.error-message {
   clear: both;
   color: #f00;
   font-size: 90%;
   margin: -5px 0px 0px 0px;
}
p.error {
   clear: both;
   color: #f00;
   font-size: 90%;
   margin: -5px 0px 0px 0px;
}
p.saved {
   clear: both;
   color: #0f0;
   font-size: 90%;
   margin: -5px 0px 0px 0px;
}

#error_overwrite div.error-message {
   clear: both;
   color: #ff0000;
   font-size: 90%;
   padding: 0 0.5em;
   position: absolute;
   bottom: 72px;
   left: 0px;
}
#UserSettingsForm div.error-message {
   position: absolute;
   color: #ff0000;
   z-index: 2;
   width: 392px;
   background: #fdfdfd;
   border: 0px solid #bbb;
   font-size: 90%;
   padding:  0px;
   margin:  -8px 0px 0px 0px;
}

#UserPasswordForm div.error-message {
   color: #ff0000;
   margin:  -8px 0px 0px 0px;
}

div.transparent  { 
   filter:alpha(opacity=30);
   -moz-opacity:0.3; opacity:0.3;
}

div.debug {
   background: #dedede;
   color: #000;
   position: absolute;
   top: 560px;
   left: 50px;
}

/* A/B Testing Landing Page */


#anmelden_button_b { 
   position: absolute;
   bottom: 68px;
   left: 320px;
}
#porfavor_b { 
   position: absolute;
   bottom: 95px;
   left: 170px;
}
#pola_form_b {   
   position: absolute;
   bottom: 90px;
   left: 30px;
   padding: 0px ;
   z-index: 2;
}
div.input_text_b { 
   position: absolute;
   color: #f00;
   width: 250px;
   top: 165px;
   left: 326px;
}

#SubscriberAddbForm  { 
   position: absolute;
   height: 80px;
   bottom: 23px;
   left: 20px;
}
#SubscriberAddbForm label { 
   font-size:110%;
   display: block;
   float: none;
   width: auto;
   margin:5px 0px 0px 6px;
}

#SubscriberAddbForm input { 
   color: #888;
   /* background: url('../img/text_shadow.jpg') ; */
   font-size:190%;
   width: 278px;
   margin:5px 0px 0px 10px;
}

#SubscriberAddbForm input:focus { 
   color: #222;
   background: #e1f0fa;
}

#PolaButton2_b { 
   position: absolute;
   bottom: 17px;
   left: 300px;
   margin:5px 10px 10px 10px;
}

#anmelde_text { 
   font-size:110%;
   position: absolute;
   bottom: 14px;
   left: 30px;
}

/* Uploading functionality */

/* Uploading functionality */

.swfupload {
   margin: 0 0 0 -237px;
   z-index: 10;

}

.uploader {
   margin: 0px 0px 10px 0px;
}

.upload_item_sidebar {
   float:left;
   width:20px;
   margin:0 5px;
   padding: 3px 5px;
}

.upload_item {
   position: relative;
   border: 1px solid #aaa;
   background-color: #eee;
   margin: 0px 0px 5px 0px;
   height: 20px;
   -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
   float:left;width:200px;
}

.upload_item .upload_info {
   position: absolute;
   width: 100%;
   line-height: 180%;
}

.upload_item .upload_info .filename {
   float: left;
   padding: 0px 0px 0px 5px;
}

.upload_item .upload_info .percentage {
   float: right;
   padding: 0px 5px 0px 0px;
}

.upload_item .progress {
   padding: 0px;
   background-color: #b6cdd7;
   position: absolute;
   height: 100%;
}

#upload hr {
   margin: 30px 0px;
}

.upload_edit {
   margin: 0px 0px 0px 0px;
}

.upload_default {
   background-color: #eee;
   border: 3px dashed #ccc;
   width: 616px;
   height: 350px;
   margin: 0px auto;
   line-height: 350px;
}

.upload_default h6 {
   color: #333;
   font-size: 16px;
}

.upload_default h6 img {
   width: 16px;
   height: 16px;
   position: relative;
   top: 1px;
   margin: 2px 10px 0px 0px;
}

.upload_photo {
   float: left;
   width: 640px;
   text-align: center;
}

.upload_photo .upload_image {
   -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
   -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
   max-height: 620px;
   max-width: 620px;
}

.upload_form {
   float: right;
}

.upload_form.disabled {
   opacity: 0.33;
}

.uploader .buttonselect {
   font-size: 14px;
   font-weight: bold;
   text-align: center;
   display: block;
   line-height: 32px;
   cursor: pointer;
   height:30px;
   line-height:32px;
   text-align:center;
   text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
   border: 1px solid #999;
   background-color: #e1e1e1;
   width:120px;
   float: left;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
}

.uploader .buttonselect:hover {
   color: #f4f4f4 !important;
   text-decoration: none;
   background-color: #0285b2;
}

.uploader .buttonupload {
   background-position: 0px 0px;
   font-size: 14px;
   font-weight: bold;
   text-align: center;
   display: block;
   line-height: 32px;
   cursor: pointer;
   height:30px;
   line-height:32px;
   text-align:center;
   background-color: #fff;
   border: 1px solid #337A21;
   width:110px;
   float: left;
   margin:  0 0 0 5px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
}

.uploader .buttonupload:hover {
   color: #f4f4f4 !important;
   text-decoration: none;
   background-color: #0285b2;
}

.upload_queue { font-size: 11px; }

#upload .button span {
   display: block;
   background-position: right 0px;
   margin: 0px 0px 0px 1px;
}

#upload .button:hover span {
   display: block;
   background-position: right -33px;
   margin: 0px 0px 0px 1px;
}

#upload .button.green {
   background-position: 0px -66px;
}

#upload .button.green span {
   background-position: right -66px;
}

.button.green:hover {
   background-position: 0px -99px;
}

#upload .button.green:hover span {
   background-position: right -99px;
}

#upload .button.blue {
   background-position: 0px -132px;
}

#upload .button.blue span {
   background-position: right -132px;
}

#upload .button.blue:hover {
   background-position: 0px -165px;
}

#upload .button.blue:hover span {
   background-position: right -165px;
}

#more.loading {
   height: 16px;
   width: 16px;
   display: block;
   margin: 0px auto;
   top: 8px;
   position: relative;
   background: #d6d6d6 url(/graphics/loader.gif) center center no-repeat;
}

#loading {
   display: inline-block;
   margin: 2px auto;
   position: relative;
}

.clear {
   clear: both;
    
}

.clearfix:after {
   visibility: hidden;
   display: block;
   font-size: 0;
   content: " ";
   clear: both;
   height: 0;
}

.clearfix {
   display: inline-block;
}

* html .clearfix {
   height: 1%;
}

.clearfix {
   display: block;
}


