/*ALLG
------------------------------------------------------------------------------*/

*{
	font-family:Arial;
	font-size:11px;
	color:#333;
}

body{
	background-color:#fff;
	margin:0px;
	padding:0px;
	text-align:center;
}

img{
	border:none;
}

.right{
  text-align:right;
}

.center{
  text-align:center;
}

.left{
  text-align:left;
}

.clear{
  clear:both;
}




/*CONTENT
------------------------------------------------------------------------------*/

#content{
	margin-left:80px;
	float:left;
	width:570px;
	margin-top:0px;
}


#content .headerimage{
	margin:0 0 20px 0;
}


#content hr,
#sidebar hr{
	line-height:0;
	margin:10px 0;
	height:0;
	border:0;
	border-bottom:1px solid #eaeff0;
	clear:both;
}


#content p{
	line-height:1.5em;
	margin:0;
	padding:5px 0;
	font-size: 12px;
}
#content p a {
	font-size: 12px;
}


#content h1 {
	margin-top: 3em;
}
#content h1 span,
#content h1 a span{
	color:#FFF;
	font-size:17px;
	line-height:1.3em;
	font-weight:bold;
	padding:0 5px 0 5px;
	margin:0;
	background-color:#56b9c1;
	text-transform:uppercase;
}

#content h1 a:hover span{
	color:#333;
	background-color:#FFF;
}

#content .post p{
	padding:0 0 10px 0;
	margin:0;
}


#content .post h4 a{
	color:#000;
	font-size:15px;
	margin:0;
	padding:15px 0 0px 0;
	background-color:transparent;
	text-transform: uppercase;
}

#content .post h4 a:hover{
	color:#999;
}


#content ul{
	list-style-type:none;
	padding:0 0 0 7px;
	margin:10px 0;
}

#content ul li ul{
	margin:2px 0;
}

#content li{
	list-style-type:none;
	padding-left:12px;
	line-height:1.7em;
	background:url(../images/layout/dot.gif) no-repeat 0px 4px;
}


#content a{
	color:#333;
	background-color:#e5e5e5;
	text-decoration:none;
}
#content a:hover{
	color:#333;
	background-color:#FFF;
}

#content img.alignright {
	margin: 0 0 10px 20px;
}

#navi .left{
	float:left;
	width:50%;
}

#navi .right{
	float:right;
	width:50%;
	text-align:right;
}




/* BUTTON
------------------------------------------------------------------------------*/

a.btn {
	background: transparent url(../images/layout/btn_end.gif) no-repeat top right;
	color: #000;
	display: block;
	float: left;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px;
	text-decoration: none;
}

a.btn_right {
	float: right;
	margin: 0 0 0 6px;
}

a.btn span {
	font-size:10px;
	background: transparent url(../images/layout/btn_start.gif) no-repeat;
	display: block;
	/*line-height: 18px;*/
	padding: 4px 0 5px 10px;
	color:#000000;
	text-transform:uppercase;
}

a:hover.btn span{
	background: transparent url(../images/layout/btn_start_over.gif) no-repeat;
}

a:hover.btn{
	color: #264867;
	text-decoration: none;
	background: transparent url(../images/layout/btn_end_over.gif) no-repeat top right;
}

/*COMMENTS
------------------------------------------------------------------------------*/

.comment a.userimage img{
	width:45px;
	height:45px;
}
.comment a.userimage{
	width:45px;
	height:45px;
	display:block;
	border:1px solid #CCC;
	padding:2px;
	float:left;
	margin:0 20px 20px  0;
}

.comment a.userimage:hover {
	background-color: #EEE;
	border:1px solid #AAA;
}


.comment p{
	padding:0;
	margin:0 20px;
}


/* INFOLINE
------------------------------------------------------------------------------*/

div.info_lft{
	margin:10px 0 0 0;
	width:50%;
	float:left;
	border-top:1px solid #e8e8e8;
}

div.info_rgt{
	margin:10px 0 0 0;
	border-top:1px solid #e8e8e8;
	text-align:right;
	width:50%;
	float:right;
}

div.info_lft a,
div.info_rgt a,
div.info_lft,
div.info_rgt{
	font-size:10px;
	text-transform:uppercase;
	background-color:#FFF;
}

#content div.info_rgt a{
	padding:0px 3px;
	color:#333;
	background-color:#e8e8e8;
}

#content div.info_rgt a:hover{
	color:#333;
	background-color:#FFF;
}


#commentform textarea{
  width:100%;
	height:200px;
	overflow:auto;
	border:2px solid #cfd4d8;
}

div.comments{
  border-top:1px solid #EEE;
	margin:10px 0 20px 0;
}

div.comments .commentlist{
  margin:0;
	padding:10px;
  background-color:#FCFCFC;
	border-bottom:1px solid #EEE;
}

div.comments .alt{
  background-color:#FAFAFA;
}


/*PAGES (projektinfo, 356info, ...)
------------------------------------------------------------------------------*/

#content h2{
	font-size:13px;
	line-height:1.4em;
	color:#000;
	margin:20px 0 10px 0;
}

#content div.image{
	float:right;
	margin:0 0 20px 20px;
}

#content div.image img{
	padding:2px;
}

#content p.quote{
  font-style:italic;
	padding:10px 10px;
}



/* EDIT PROFILE
------------------------------------------------------------------------------*/

textarea.textarea{
  width:100%;
	height: 144px;
	border:2px solid #cfd4d8;
}

div.photoframe {
	background: url(../images/layout/photo_frame.png) no-repeat;
	width: 157px;
	height: 177px;
	padding: 8px 0 0 6px;
}

div.videoframe {
	background:url(../images/layout/video_frame.html) no-repeat;
	width: 429px;
	height: 352px;
	padding: 0; /* add padding for positioning! */
}

div.formerror{
	display:none;
	margin-top:18px;
}

div.formerror div{
	color:#E3000F;
	font-size:10px;
	line-height:18px;
}

.txtfield_float{
  float:left;
	margin-right:10px;
}

#submit_profile{
  float: left;
	width: 148px;
}


#sumbit_profile .submit {
	background:transparent url(../images/layout/submit_profile.gif) no-repeat scroll left top;
	border:0pt none;
	display:block;
	width:109px;
	height:23px;
	cursor:pointer;
	float:right;
}

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #fff;
	cursor: pointer;
}

#lbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	/*background-color: #fff;*/
}

div.overlay_box1 { display: none; position: absolute !important; }
div.overlay_box1 div.inner { padding-left: 15px; padding-right: 15px }

#bela { display: none }
#lbCenter #bela, #lbCenter  { display: block; color: #000; }
#lbCenter div.overlay_box1 { display: block; position: relative !important; left: auto; top: auto; }


/* USER PROFILE OVERVIEW
------------------------------------------------------------------------------*/

div.photogrid {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

#profile-image a.username {
	display:block;
	padding:6px 0 0 0;
	background-color:transparent;

}

div.photogrid div.photoframe {
	background: url(../images/layout/photo_frame_usergrid.png) no-repeat;
	width: 138px;
	height: 159px;
	padding: 8px 0 0 6px;
}


div.pager {
	text-align:right;
}



/* USER DETAIL VIEW
------------------------------------------------------------------------------*/

.userdetail{

 }

.userdetail div.photoframe {
	background: url(../images/layout/photo_frame.png) no-repeat;
	width: 157px;
	height: 177px;
	padding: 8px 0 0 6px;
	float:left;
	margin:20px 20px 20px 0;
}

.userdetail div.info {
	float:left;
  width: 350px;
}

.quiet {
	color:#999;
}



/* SIDEBAR
------------------------------------------------------------------------------*/

#sidebar{
	margin:20px 0 0 0;
	width:280px;
	float:right;
	text-align:right;
}

#sidebar h1 span{
	text-align:right;
	background-color:#56b9c1;
	text-transform:uppercase;
	margin:20px 0 7px 0;
	padding:0 3px;
	font-size: 14px;
	color:#FFF;
}
#sidebar .widget_categories h1,
#sidebar .widget_links h1{
	display:inline;
	text-align:right;
	background-color:#56b9c1;
	text-transform:uppercase;
	margin:20px 0 7px 0;
	padding:0 3px;
	font-size: 14px;
	color:#FFF;
}
#sidebar .widget_categories ul,
#sidebar .widget_links ul {
	margin-top:7px;
	padding-bottom: 5px;
	border-bottom: #eaeff0 1px solid;
}


#sidebar ul{
  margin:0 0 10px 0;
	padding:0px;
	list-style-type:none;
	line-height:16px;
  text-align:right;
}

#sidebar ul li{
  margin:0px;
	padding:0px;
}


#sidebar ul li a,
#sidebar ul li a strong{
	text-decoration:none;
	color:#333;
}

#sidebar ul li a:hover,
#sidebar ul li a:hover strong{
	color:#999;
}

#sidebar ul li ul li{
	padding-left:12px;
	margin:0 0 5px 0;
	line-height:1.4em;
	/*background:url(../images/layout/dot.gif) no-repeat 0px 3px;*/
}


#sidebar ul li ul.feed li{
	background:none;
	line-height:13px;
	height:13px;
	vertical-align:center;
}
#sidebar ul li ul.feed li a{
	text-align:right;
	padding-right:5px;
	font-size:10px;
	text-transform:uppercase;
}
#sidebar ul li ul.feed li img.widget_feeds_icon{
	padding-top:3px;
}

#sidebar ul li ul li.comments{
	padding-left:14px;
	line-height:1.4em;
	background:url(../images/layout/icon_comments.html) no-repeat 0px 3px;
}

#sidebar ul li ul li.links{
	padding-left:14px;
	line-height:1.4em;
	background:url(../images/layout/icon_link.html) no-repeat 0px 3px;
}

#sidebar ul.login_menu li{
	background: url(../images/layout/dot_right.gif) no-repeat right center;
	padding:0 10px 0 0;
}


/*SUCHE
------------------------------------------------------------------------------*/



.results .result{
	padding:0 0 10px 0;
 	border-bottom:1px solid #eaeff0;
}

.results h4{
	margin:10px 0 0 0 ;
	padding:0;
}

.results h4 a{
	font-size:1.2em;
	font-weight:bold;
	margin:0;
	padding:0;
}

.result p.extract{
  padding:0;
}

/*ELEMENTS
------------------------------------------------------------------------------*/

#logo{
	width:190px;
	float:left;
	padding-top:40px;
}

/*FORMS
------------------------------------------------------------------------------*/

label{
	text-transform:uppercase;
	font-size:10px;
}


form,fieldset {
	margin:0;
	padding:0;
	border:none;
}

.loginform{
  margin:0;
	padding:0;
}

.searchform{
  margin:0;
	padding:0;
}

.searchform input.text{
	margin:2px 5px 3px 0 ;
}


.error{
	background-color:#f6e5e5;
	border:1px solid #FF0000;
	padding:10px;
	margin:10px 0;
	color:#FF0000;
	text-align:center;
}

.msg{
	background-color:#fffcd0;
	border:1px solid #ffda2c;
	padding:10px;
	margin:10px 0;
	color:#707070;
	text-align:center;
}



form input.text,
form input.txt_login{
	width:150px;
	border:2px solid #e5e5e5;
}

/*CONTAINER
------------------------------------------------------------------------------*/

#header{
	width:900px;
	margin:0 auto;
	height:111px; /* was: 140px */
	text-align:left;
}

#footer{
	width:900px;
	margin:0 auto;
	height:60px;
	text-align:left;
}

#footer .meta,
#footer .search,
#footer .banner{
	width:300px;
	padding:10px 0;
	float:left;
	line-height:40px;
	vertical-align:middle;
}

#footer .banner{
	text-align:right;
}


#footer .meta a{
	padding:0 10px 0 0;
	text-decoration:none;
}

#footer .meta a:hover{
	color:#000;
}


/******************************************************************************/
/*WIDGETS*/
/******************************************************************************/


/*USERBILDER
------------------------------------------------------------------------------*/


#my-subscribers img {
	width: 45px;
	height: 45px;
}
.my_subscribers_image {
	/*padding:2px;*/
	border:3px solid #E5E5E5;
	float: right; margin: 6px;
}
.my_subscribers_image:hover {
	border:3px solid #f2f2f2;
}
/*.my_subscribers_clear { clear: both; float: none; }*/


/*VIDEOUPLOAD
------------------------------------------------------------------------------*/


img#mir-picture-image,
img#mir-video-image{
	display:block;
  border:1px solid #CCC;
	padding:2px;
	margin:10px 0;

}

.progress{
  margin:10px 0;
}

#commentform #submit {
	background:transparent url(../images/layout/submit_comment.gif) no-repeat scroll left top;
	border:0pt none;
	display:block;
	width:150px;
	height:23px;
	cursor:pointer;
	float:right;
}





/*FEEDS
------------------------------------------------------------------------------*/

.widget_feeds{
	text-align:left;
	margin:0;
	padding:0;
}

.widget_feeds ul{
	margin:0;
	padding:0;
}

.widget_feeds ul li{
	padding:0;
	margin:0;
}
.widget_feeds ul li img{
	padding-right:2px;
}


/*FREUNDE EINLADEN
------------------------------------------------------------------------------*/

.btn_anmelden{
	background:transparent url(../images/layout/submit_anmelden.gif) no-repeat scroll left top;
	border:0pt none;
	display:block;
	width:79px;
	height:23px;
	cursor:pointer;
}


#freunde_einladen_widget{
	text-align:right;
	display: block;
	position: relative;
	height: 110px;
	width: 100%;
}

#freunde_einladen_widget h1{
	margin:10px 0 0 0;
	padding:0;
}

#freunde_einladen_widget p{
	color:#333;
	width:160px;
	border:0px;
	text-align:right;
	float:right;
	padding:0 7px 0 0;
}

#freunde_einladen_widget h1{
  margin-bottom: 2px;
}

/* Slimbox */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #fff;
	cursor: pointer;
}

#lbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	/*overflow: hidden;*/
	/*height: 400px;*/
  background-color: #f2f2f2;
	border:3px solid #AAA;

}

div.overlay_box1 p{
  /*height: 487px;*/
	color:#000;
	text-align:left;
}

div.overlay_box1 h1{
	font-size:14px;
	color:#000;
	text-align:left;
}


.invite_row{
	margin:0 0 10px 0;
	width:340px;
}

.invite_row .invite_left{
	width:165px;
	float:left;
}

.invite_row .invite_right{
	width:165px;
	float:right;
}



div.overlay_box1 div.inner{
  padding:20px 20px;

}
/*
form div.textfield div.outer{
  width: 140px;
}

.invite_row { position: relative; height: 55px; width: 360px; }

.invite_row .name_des_freundes, .invite_row .email_des_freundes{
  position: absolute;
  left: 0px;
  top: 0px;
  text-align:left;
  width:165px;
}

.invite_row .email_des_freundes{
  width:180px;
  left: 180px;
}
*/

#if_content,
#if_response{
  text-align: left;
}

#if_closer{
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 100px;
  height: 27px;
	cursor:pointer;
}

/*
#if_closer span{
  display: block;
  background: url('../images/layout/freunde-einladen/close.jpg') top left no-repeat;
  width: 27px
  height: 30px;
  line-height: 30px;
  top: 0px;
  left: 0px;
}
*/

#bela, #thankyou { display: none; position: relative; }
#lbCenter #bela { display: block; color: #000; }
#lbCenter div.overlay_box1 { left: auto; top: auto; }


/*OUTBOXES
------------------------------------------------------------------------------*/

#outbox_header{
	background:#fff url(../images/layout/bg_header.gif) repeat-x;
}

#outbox_main {
	/*background: url(../images/bg.jpg) repeat-x scroll top center;*/
	padding-top: 30px;
}

#outbox_content{
	width:1000px;
	margin:0 auto;
	text-align:left;
}

#outbox_footer{
	background:#fff url(../images/layout/bg_footer.gif) repeat-x;
}


.outbox_page #flashtitle p {
	padding:2em 0;
	line-height:1.5em;
}


/* MENU
------------------------------------------------------------------------------*/

#menu{
	margin-right: 300px;
	height:47px;
	float:right;
	z-index:99;
	position:relative;
	top:93px;
	left:0px;
	text-align:right;
}

#menu a.first {
	background:url(../images/layout/bg_menu_norm.gif) repeat-x;
	border-right: #fff 1px solid;
	color:#EEE;
	text-decoration:none;
	display: block;
	float:left;
	height:17px;
	line-height:17px;
	text-align:center;
	font-size:10px;
	text-transform:uppercase;
}

#menu a.last {
	border-right:none;
}

#menu a:hover{
	background:url(../images/layout/bg_menu_act.gif) repeat-x;
}


#menu a.active{
	color:#FFF;
	background:url(../images/layout/bg_menu_act.gif) repeat-x;
}

#menu #menu1 { width: 90px; }
#menu #menu2 { width: 90px; }
#menu #menu3 { width: 60px; }
#menu #menu4 { width: 90px; }

/* WIDGET TWITTER
------------------------------------------------------------------------------*/
ul#twitter_update_list {
	padding-left:60px;
}

ul#twitter_update_list a {
	display:block;
	clear:both;
}

a#twitter-link {
	padding:0px 3px;
	color:#333;
	background-color:#e8e8e8;
}

a#twitter-link:hover {
	background-color:#fff;
}