/*
colors:
00a3e5 - blue
fc16a1 - pink
edf9fd - light blue (Forum)

*/


body {
	background: #80d2f2 url(../pix/bg8.png) repeat-x;
	color:#464646;
	font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
	font-size:12px;
	padding:0 15px 15px;
}

img {
	border: none;
}

* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	outline: none;
	color: #00a3e5;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 18px;
}

h1 {
	font-size: 26px;
	color: #fc16a1;
	border-bottom: 1px dotted #00a3e5;
	line-height: 37px;
	margin: 0 0 20px 0;
}

ol {
	margin-left: 25px;
}

.grey {
	color: #ccc;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.5px;
	text-decoration: none;
}

.justGrey {
	color: #ccc;
}

.pink {
	color: #FC16A1 !important
}

.note {
	font-size: 10px;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#header {
	height: 139px;
}

#footer {
	background: #2a2620;
	height: 160px;
	padding: 10px 20px 20px 20px;
	float: left;
	width: 860px;
	margin-bottom: 20px;
}

#main {
	background: #fff;
	margin-top: 3px;
	float: left;
	width: 900px;
}

#breadcrumbs {
  padding:20px; 
} 

.logo {
	float: left;
	margin: 31px 0 0 0;
	width: 293px;
	height: 111px;
}

.logo .logoabs {
	position: absolute;
	top: 0;
	left: 116px;
}

.userdata {
	text-align: right;
	color: #fff;
	margin-top: 5px;
	font-size: 11px;
}

.userdata a {
	color: #fff;
	text-decoration: underline;
}

#search {
	float: right;
	margin-top: 36px;
}

#search input {
	border: none;
	font-size: 14px;
	font-weight: bold;
	color: #00a3e5;
	padding: 5px;
	margin-right: 5px;
}

.searchButton {
	background: url(../pix/search.png) no-repeat;
	border: none;
	width: 26px;
	height: 26px;
	padding-top: 9px;
}

#menu {
	background: #fff;
	float: right;
	width: 566px;
	height: 18px;
	margin: 23px 0 0 0px;
	padding: 10px 0 10px 20px;
}

#menu li {
	display: inline;
	margin-right: 17px;
}

#menu li a {
	font-size: 16px;
	color: #00a3e5;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.5px;
}

#menu .comingSoon {
	background: url(../pix/coming_soon2.png) no-repeat;
	width: 104px;
	height: 23px;
	position: absolute;
	margin: -23px 0 0 121px;
	padding: 4px 0 0 16px;
	color: #00a3e5;
}

#menu .comingSoon2 {
	background: url(../pix/coming_soon2.png) no-repeat;
	width: 104px;
	height: 23px;
	position: absolute;
	margin: -23px 0 0 244px;
	padding: 4px 0 0 16px;
	color: #00a3e5;
}

#menu .comingSoon3 {
	background: url(../pix/coming_soon2.png) no-repeat;
	width: 104px;
	height: 23px;
	position: absolute;
	margin: -23px 0 0 373px;
	padding: 4px 0 0 16px;
	color: #00a3e5;
}

#leftcolumn {
	width: 580px;
	margin: 0 20px 0 20px;
	padding: 20px 0 20px 0;
	float: left;
	height: auto;
}

#gallerycolumn {
	width: 860px;
	margin: 0 20px 0 20px;
	padding: 20px 0 20px 0;
	float: left;
	height: auto;
}

#rightcolumn {
	width: 245px;
	margin: 29px 17px;
	float: right;
	height: auto;
}

#rightcolumn h2 {
	font-size: 21px;
	color: #fc16a1;
	border-bottom: 1px dotted #00a3e5;
	line-height: 29px;
	margin: 0 0 20px 0;
}

.mainLogin {
	background: url(../pix/login_bg.png) no-repeat;
	height: 244px;
	height: 165px;
	padding: 10px 0 0 10px;
}

.mainLogin span {
	color: #fff;
	line-height: 18px;
}

.popLogin {
	height: 244px;
	height: 165px;
	padding: 10px 0 0 10px;
}

#loginPop {
	display: none;
}

.mainLogin h1 {
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 13px;
	letter-spacing: 0.5px;
	line-height: 17px;
	border-bottom: none;
}

.mainLogin .label {
	color: #fff;
	width: 73px;
	float: left;
	margin-top: 5px;
}

.mainLogin input {
	border-top: none;
	border-left: none;
	border-right: 1px solid #00a3e5;
	border-bottom: 1px solid #00a3e5;
	height: 16px;
	padding: 2px;
	margin-bottom: 8px;
	width: 148px;
}

.mainLogin .forgot {
	margin-top: 13px;
}

.mainLogin .forgot a {
	font-size: 11px;
	color: #fff;
	margin-top: 20px;
}

.mainLoginPop {
	background: none;
	padding: 10px 0 0 136px;
}

.mainLoginPop span {
	color: #fff;
	line-height: 18px;
}

.mainLoginPop h1 {
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 13px;
	letter-spacing: 0.5px;
	line-height: 17px;
	border: none;
}

.mainLoginPop .label {
	color: #fff;
	width: 73px;
	float: left;
	margin-top: 5px;
}

.mainLoginPop input {
	border-top: none;
	border-left: none;
	border-right: 1px solid #00a3e5;
	border-bottom: 1px solid #00a3e5;
	height: 16px;
	padding: 2px;
	margin-bottom: 8px;
	width: 148px;
}

.mainLoginPop .marg {
	margin-right: 143px;
}

.mainLoginPop .forgot {
	margin-top: 13px;
}

.mainLoginPop .forgot a {
	font-size: 11px;
	color: #fff;
	margin-top: 20px;
}

.stayLogged {
	margin-top: 7px;
}

.stayLogged span {
	color: #fff;
	font-size: 11px;
}

.stayLogged input {
	border: none;
	height: auto;
	width: auto;
}

.signIn {
	background: url(../pix/signin_button.png) no-repeat;
	border: none;
	width: 95px;
	height: 23px;
	letter-spacing: 0;
	font-size: 12px;
	float: right;
	margin-right: 8px;
	cursor: pointer;
}

.registerBig {
	background: url(../pix/register_big.png) no-repeat;
	border: none;
	width: 205px;
	height: 29px;
	color: #fff;
	letter-spacing: 0;
	padding-left: 23px;
	font-size: 12px;
	margin-bottom: 25px;
	cursor: pointer;
}

.sideMenu {

}

.sideMenu h1 {
	color: #fc16a1;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px dotted #00a3e5;
	line-height: 28px;
	margin-bottom: 15px;
}

.sideMenu a {
	/*background: url(../pix/link_arrow.gif) no-repeat 0px 2px;
	padding-left: 15px;*/
}

.sideMenu p {
	margin: 0 0 5px 10px;
	line-height: 18px;
}

.sideMenu .username {
	margin: 0 0 5px 10px;
	padding-top: 6px;
}

.sideMenu .userlink {
	padding-left: 10px;
	background: none;
}

.sideMenu .imageInfo {
	background: url(../pix/icons/image_48.png) no-repeat;
	min-height: 48px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.sideMenu .imageInfo p {
	margin-left: 55px;
	line-height: 18px;
}

.sideMenu .kidsiteInfo {
	background: url(../pix/icons/kidsite_48.png) no-repeat;
	min-height: 48px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.sideMenu .kidsiteInfo p {
	margin-left: 55px;
	line-height: 18px;
}

.sideMenu .generalInfo {
	background: url(../pix/icons/info_48.png) no-repeat;
	min-height: 48px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.sideMenu .generalInfo p {
	margin-left: 55px;
	line-height: 18px;
}

.sideMenu .editInfo {
	background: url(../pix/icons/paper_content_pencil_48.png) no-repeat;
	min-height: 48px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.sideMenu .editInfo p {
	margin-left: 55px;
	line-height: 18px;
}

.sideMenu .rightsInfo {
	min-height: 48px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #dddddd;
}

.sideMenu .rightsInfo p {
	margin-left: 55px;
	line-height: 18px;
}

.sideMenu .mapInfo {
	background: url(../pix/icons/map_48.png) no-repeat;
	min-height: 48px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #dddddd;
}

.sideMenu .mapInfo p {
	margin-left: 55px;
	line-height: 18px;
}

.sideMenu .blogInfo {
	background: url(../pix/icons/tagebuch_48.png) no-repeat;
	min-height: 48px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.sideMenu .blogInfo p {
	margin-left: 55px;
	line-height: 18px;
}

.sideMenu .agendaInfo {
	background: url(../pix/icons/cal_fake_48.png) no-repeat;
	min-height: 48px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.sideMenu .agendaInfo p {
	margin-left: 55px;
	line-height: 18px;
}

#private {
	background: url(../pix/icons/private_16.gif) no-repeat;
	min-height: 16px;
}

#private p {
	margin-left: 24px;
	font-size: 10px;
}

#friends {
	background: url(../pix/icons/friends_16.gif) no-repeat;
	min-height: 16px;
}

#friends p {
	margin-left: 24px;
	font-size: 10px;
}

#public {
	background: url(../pix/icons/public_16.gif) no-repeat;
	min-height: 16px;
	margin-top: 10px;
}

#public p {
	margin-left: 24px;
	font-size: 10px;
}

.teaser {

}

.teaser h1 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #fc16a1;
	border: none;
	margin: 0;
}

.teaser h2 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.5px;
	color: #00a3e5;
	margin: 0 0 10px 233px;
}

.teaser h3 {
	font-size: 18px;
	font-weight: bold;
	color: #464646;
	margin: 20px 0 0 0;
	line-height: 22px;
	width: 460px;
}

.newForum {

}

.newForum h1 {
	font-size: 26px;
	color: #fc16a1;
	border-bottom: 1px dotted #00a3e5;
	line-height: 37px;
	margin: 15px 0 15px 0;
	letter-spacing: -1px;
}

.newForum .posts {}

.newForum .posts .post {
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px dotted #00a3e5;
	height: 100%;
}

.newForum .posts .post .image {
	float: left;
	margin-right: 15px;
}

.newForum .posts .post .text {
	float: left;
	width: 465px;
}

.newForum .posts .post .text h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1px;
	line-height: 18px;
}

.newForum .posts .post .text h2 a {
	color: #464646;
}

.newForum .posts .post .text .date {
	font-size: 11px;
	margin-bottom: 2px;
}

.newForum .posts .post .text .comments {
	font-size: 11px;
	margin-top: 3px;
	font-weight: normal;
}

.newForum .posts .post .text .comments .comment {
	margin: -13px 0 0 17px;
}

.newForum .posts .post .text .comments img {
	margin-right: 5px;
	padding-top: 2px;
}

/* ----- PAGING -----*/

.pages {
	margin-left: 20px;
	height: 35px;
}

.pages a {
	font-size: 13px;
}

.pages .paging {
	float: left;
	margin-top: 5px;
}

.pages .zuruck {
	margin: 0 15px 0 0;
	float: left;
}

.pages .weiter {
	margin: 0 0 0 15px;
	float: left;
}

.register {

}

.register h1 {
	font-size: 26px;
	color: #fc16a1;
	border-bottom: 1px dotted #00a3e5;
	line-height: 37px;
	margin: 0 0 20px 0;
}

.register p {
	margin-bottom: 20px;
	line-height:15px;
}

.register .registerForm {
	margin-left: 10px;
}

.register .registerForm .label {
	color: #00a3e5;
	width: 85px;
	float: left;
	margin-top: 5px;
}

.register .registerForm input {
	border: 1px solid #464646;
	height: 16px;
	width: 250px;
	padding: 2px;
	margin-bottom: 10px;
}

.register .registerForm .subNick {
	font-size: 10px;
	margin-left: 86px;
}

.register .registerForm .submit {
	background: url(../pix/abschicken_button.png) no-repeat;
	border: none;
	width: 93px;
	height: 24px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0;
	padding-left: 4px;
	margin: 5px 0 20px 198px;
	cursor: pointer;
}

.hide, .ajaxhide {
	display: none;
}

.ajaxerror {
	float: left;
	margin: 0 0 0 347px;
	position: absolute;
}

.ajaxerror .errorRight {
	background: url(../pix/error_left.gif) no-repeat;
	height: 21px;
	width: 8px;
	float: left;
}

.ajaxerror .errorLeft {
	background: url(../pix/error_right.gif) no-repeat;
	height: 21px;
	width: 3px;
	float: left;
}

.ajaxerror .errorCenter {
	background: #fc16a1;
	height: 14px;
	float: left;
	font-size: 11px;
	font-style: italic;
	color: #fff;
	padding: 4px 3px 3px 3px;
}

.ajaxdone {
	background: url(../pix/checkmark.gif) no-repeat;
	float: left;
	margin: 5px 0 0 333px;
	position: absolute;
	width: 16px;
	height: 12px;
}

.ajaxdone span {
  display: none;
}

.ajaxdone .errorRight {
	display: none;
}

.ajaxdone .errorLeft {
	display: none;
}

.ajaxdone .errorCenter {
	display: none;
}

#text-not_emptyFailed {
	margin-left: 580px;
}


#field_image img {
	margin-bottom: 10px;
}

#field_gender select {
	margin-bottom: 10px;
}

/* ----- RATING ----- */

#rating {
	margin: 10px 0 10px 0;
	overflow: hidden;
}

#rating h3 {
	font-size: 12px;
	color: #fc16a1;
}

#rating .star {
	display: block;
	float: left;
	height: 17px;
	width: 20px;
}

#ratingbox {
	background: url(../pix/rating_star_empty.png) repeat-x;
	height: 17px;
	width: 100px;
}

#ratingbox h3 {
	font-size: 12px;
	color: #fc16a1;
	margin-bottom: 10px;
}

#ratingbox a {
	height: 17px;
	width: 20px;
	float: left;
	display: block;
}

#ratingbox a:hover {
	background: url(../pix/rating_star_full.png) repeat-x;
	height: 17px;
	width: 20px;
}

#ratingbox a span {
	display: none;
}

#ratingbox .star {
	display: block;
	float: left;
	height: 17px;
	width: 20px;
}

/* ----- FORUM ----- */

#forum {

}

#forum h1 {
	font-size: 26px;
	color: #fc16a1;
	border-bottom: 1px dotted #00a3e5;
	line-height: 37px;
	margin: 0 0 10px 0;
}

.forum {
	width: 560px;
	margin: 0 0 20px 20px;
}

.f-topic {
	height: 50px;
}

.f-post {
	height: 40px;
}

.f-head {
	text-align: left;
	color: #fc16a1;
}

.forum-crumbs {
	height: 30px;
}

.forum-post h4 {
	font-size: 13px;
	font-weight: bold;
	color: #00a3e5;
	margin-bottom: 2px;
}

.forumPost {
	margin: 15px 0 15px 0;
	padding-bottom: 15px;
	overflow: hidden;
	border-bottom: 1px dotted #00a3e5;
	height: 100%;
}

.forumPost ul {
	margin-left: 25px;
}

.forumPost .image {
	width: 60px;
	margin-right: 15px;
	float: left;
}

.forumPost .post {
	float: left;
	width: 505px;;
}

.forumPost .post h4 {
	font-size: 14px;
	font-weight: bold;
	color: #464646;
	margin-bottom: 1px;
}

.forumPost .post p {
	line-height: 18px;
}

.forumPost .post p img {
	padding: 0 2px 0
}

.forumPost .reply .replyForm {
	position: absolute;
	margin: 12px 0 0 0px;
	padding-bottom:20px;
	z-index:99;
}

.forumPost .reply .replyForm .arrow {
	background: url(../pix/drop_arrow.png) no-repeat;
	height: 11px;
	width: 19px;
	margin: -10px 0 0 25px;
	position: absolute;
}

.forumPost .reply .replyForm .left {
	background: url(../pix/comment_left.png) no-repeat;
	height: 334px;
	width: 10px;
	float: left;
}

.forumPost .reply .replyForm .main {
	background: url(../pix/comment_center.png) repeat;
	float: left;
	padding: 20px 10px 0 10px;
	width: 480px;
	height: 314px;
}

.forumPost .reply .replyForm .right {
	background: url(../pix/comment_right.png) no-repeat;
	height: 334px;
	width: 10px;
	float: left;
}

.forumPost .reply .replyForm .label {
	color: #fff;
	width: 73px;
	float: left;
	margin-top: 5px;
}

.forumPost .reply .replyForm input {
	border-top: none;
	border-left: none;
	border-right: 1px solid #00a3e5;
	border-bottom: 1px solid #00a3e5;
	height: 16px;
	padding: 2px;
	margin-bottom: 8px;
}

.forum_editnew {}

.forum_editnew h1 {
	font-size: 13px;
	font-weight: bold;
	color: #464646;
	margin-bottom: 3px;
}

.forum_editnew .subtitle {
	font-size: 11px;
}

.forum_editnew .label {
	color: #464646;
	width: 73px;
	float: left;
	margin-top: 5px;
}

.forum_editnew .input {
	border-top: none;
	border-left: none;
	border: 1px solid #00a3e5;
	height: 16px;
	padding: 2px;
	margin-bottom: 8px;
	width: 250px;
}

.forum_editnew textarea {
	border: 1px solid #00a3e5;
	width: 495px;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 10px;
}

.theHeadline {
	border-bottom: 1px dotted #00a3e5;
	height: 45px;
	padding-top: 10px;
}

/* ----- STADT & LAND ----- */

.stadtland {}

.stadtland h1 {
	font-size: 26px;
	color: #fc16a1;
	border-bottom: 1px dotted #00a3e5;
	line-height: 37px;
	margin-bottom: 20px;
}

.stadtland .entry {
	margin-bottom: 25px;
	overflow: hidden;
	height: 100%;
}

.stadtland .entry h1 {
	font-size: 26px;
	color: #fc16a1;
	border-bottom: 1px dotted #00a3e5;
	line-height: 37px;
	margin-bottom: 8px;
}

.stadtland .entry h1 span {
	font-size: 11px;
	color: #666;
	font-weight: normal;
}

.stadtland .entry h1 a {
	color: #fc16a1;
}

.stadtland .entry h1 a {
	text-decoration: none;
}

.stadtland .entry .image {
	float: left;
	margin: 0 15px 0 8px;
}

.stadtland .entry .text {
	float: left;
	line-height: 18px;
}

.stadtland .entry .readmore {
	float: right;
	margin: 10px 0px 0 0;
}

.stadtland .entry .readmore a {
	font-weight: bold;
}

.stadtland .comments .comment {
	margin: -14px 0 0 17px;
}

.stadtland .replyForm {
	position: absolute;
	margin: -10px 0 0 0;
	display: none;
	padding-bottom: 20px;
}

.stadtland .replyForm .arrow {
	background: url(../pix/drop_arrow.png) no-repeat;
	height: 10px;
	width: 19px;
	margin-left: 20px;
}

.stadtland .replyForm .left {
	background: url(../pix/comment_left.png) no-repeat;
	height: 334px;
	width: 10px;
	float: left;
}

.stadtland .replyForm .main {
	background: url(../pix/px.png) repeat;
	float: left;
	padding: 20px 10px 0 10px;
	width: 480px;
	height: 314px;
}

.stadtland .replyForm .right {
	background: url(../pix/comment_right.png) no-repeat;
	height: 334px;
	width: 10px;
	float: left;
}

.stadtland .replyForm .label {
	color: #fff;
	width: 73px;
	float: left;
	margin-top: 5px;
}

.stadtland.replyForm input {
	border-top: none;
	border-left: none;
	border-right: 1px solid #00a3e5;
	border-bottom: 1px solid #00a3e5;
	height: 16px;
	padding: 2px;
	margin-bottom: 8px;
}

.stadtland #field_text textarea {
	height: 220px;
	border: 1px solid #00a3e5;
	padding: 5px;
}

.info {
	margin-bottom: 15px;
}

.info h4 {
	border-bottom: 1px dotted #00a3e5;
	color: #fc16a1;
	font-size: 14px;
	font-weight: normal;
	line-height: 29px;
	margin-bottom: 8px;
}

.info .input {
	overflow: hidden;
	margin-bottom: 5px;
	border-bottom: 1px dotted #00a3e5;
	padding-bottom: 3px;
}

.info .input .desc {
	float: left;
	width: 75px;
	padding: 3px 0 3px 5px;
	color: #fc16a1;
}

.info .input .text {
	width: 100%;
	padding: 3px 0 3px 0;
}

.SLsearch {
	background: url(../pix/login_bg.png) no-repeat;
	height: 244px;
	height: 165px;
	padding: 10px 0 0 10px;
}

.SLsearch h1 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 13px;
	letter-spacing: 0.5px;
	line-height: 17px;
	border: none
}

.SLsearch .label {
	color: #fff;
	width: 50px;
	float: left;
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
}

.SLsearch input {
	border-top: none;
	border-left: none;
	border-right: 1px solid #00a3e5;
	border-bottom: 1px solid #00a3e5;
	height: 16px;
	padding: 2px;
	margin-bottom: 8px;
	width: 167px;
}

.SLsearch select {
	margin-left: 20px;
}

.SLsearch .btn {
	margin: 10px 14px 0 0;
}

.lotd h1 {
	border-bottom: 1px dotted #00a3e5;
	color: #FC16A1;
	font-size: 14px;
	font-weight: normal;
	line-height: 29px;
	margin: 0;
}

.lotd .entry {
	background: #edf9fd;
	padding: 10px;
	border-bottom: 1px dotted #00a3e5;
	margin-bottom: 10px;
}

.lotd .entry h3 {
	color: #00a3e5;
	font-size: 16px;
	font-weight: normal;
}


/* ----- FEEDBACK ----- */

.feedback {

}

.feedback h1 {
	font-size: 26px;
	color: #fc16a1;
	border-bottom: 1px dotted #00a3e5;
	line-height: 37px;
	margin: 0 0 20px 0;
}

.feedback p {
	margin-bottom: 10px
}

.feedback .label {
	color: #00a3e5;
	width: 90px;
	float: left;
	margin-top: 5px;
}

.label {
	color: #00a3e5;
	width: 90px;
	float: left;
	margin-top: 5px;
}

input {
	border-top: none;
	border-left: none;
	border: 1px solid #00a3e5;
	height: 16px;
	padding: 2px;
	margin-bottom: 8px;
	width: 250px;
}



.feedback textarea {
	border: 1px solid #464646;
	width: 477px;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 10px;
}

/* ----- LOSTPWD ----- */

.lostPwd h1 {
	font-size: 26px;
	color: #fc16a1;
	border-bottom: 1px dotted #00a3e5;
	line-height: 37px;
	margin: 0 0 20px 0;
}

.lostPwd .label {
	color: #00a3e5;
	width: 85px;
	float: left;
	margin-top: 5px;
}

.lostPwd input {
	border: 1px solid #464646;
	height: 16px;
	width: 200px;
	padding: 2px;
	margin-bottom: 10px;
}

.lostPwd #button {
	margin-left: 183px;
}

/* ----- RESULTS ----- */

.results {
	overflow: hidden;
}

.results h1 {
	font-size: 26px;
	color: #fc16a1;
	border-bottom: 1px dotted #00a3e5;
	line-height: 37px;
	margin: 0 0 20px 0;
}

.results h2 {
	border-bottom: 1px dotted #00A3E5;
	color: #FC16A1;
	font-size: 18px;
	font-weight: bold;
	line-height: 27px;
	margin-bottom: 20px;
}

.results .person {
	float: left;
	margin: 0 36px 20px 0;
}

.results .post {
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px dotted #00a3e5;
}

.results .post .image {
	float: left;
	margin-right: 15px;
}

.results .post .text {
	float: left;
	width: 465px;
}

.results .post .text h3 {
	color: #00A3E5;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1px;
	line-height: 18px;
}

.results .post .text h3 a {
	color: #464646;
}

.results .post .text .date {
	font-size: 11px;
	margin-bottom: 2px;
}

.results .post .text .comments {
	font-size: 11px;
	margin-top: 3px;
	font-weight: normal;
}

.results .post .text .comments img {
	margin-right: 5px;
	padding-top: 2px;
}

.results ul {
	margin-bottom: 20px;
}

.results li {
	display: inline;
	padding: 0 10px 0 10px;
	font-size: 14px;
}

/* ----- MY FRIENDS ----- */

.myfriends {
	overflow: hidden;
}

.myfriends h1 {
	font-size: 26px;
	color: #fc16a1;
	border-bottom: 1px dotted #00a3e5;
	line-height: 37px;
	margin: 0 0 20px 0;
}

.myfriends .headlineSmall {
	font-size: 13px;
}

.myfriends .friend {
	float: left;
	margin: 0 36px 20px 0;
	width: 80px;
	height: 115px;
}

/* ----- FUTURE FEATURES ----- */

.future {}

.future h1 {
	color: #fc16a1;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px dotted #00a3e5;
	line-height: 29px;
	margin-bottom: 15px;
}

.future .entry {
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 10px;
}

.future .entry h3 {
	color: #00a3e5;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}

.future .entry img {
	margin-bottom: 10px;
}

.future .entry p {
	line-height: 15px
}

.topNew {
	margin-bottom: 10px;
}

.topNew h3 {
	color: #fc16a1;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px dotted #00a3e5;
	line-height: 28px;
	margin-bottom: 15px;
}

.topNew .tnWrapper {
	height: 28px;
	margin-bottom: 10px;
}

.topNew .new {
	background: url(../pix/forum_new.png) no-repeat;
	width: 109px;
	height: 21px;
	float: left;
	color: #fff;
	padding: 7px 0 0 14px;
}

.topNew .top {
	background: url(../pix/forum_top.png) no-repeat;
	width: 97px;
	height: 21px;
	float: left;
	color: #fff;
	padding: 7px 0 0 25px
}

.topNew .entry {
	width: 224px;
	padding: 10px;
	overflow: hidden;
	border-bottom: 1px dotted #00a3e5;
}

.topNew .entry .img {
	width: 50px;
	float: left;
	margin-right: 10px;
}

.topNew .entry .text {
	float: left;
	width: 160px;
}

.topNew .entry .text h4 {
	font-size: 12px;
	font-weight: bold;
	color: #464646;
	margin: 0 0 2px 0;
	border: none;
}

.topNew .entry .text h4 a {
	color: #464646;
	background: none;
	padding: 0;
}

.topNew .entry .text .by {
	font-size: 10px;
	margin: 0 0 3px 0;
	line-height: 10px;
}

.topNew a {
	background: none;
	padding: 0;
}

.topNew .entry .text .short {
	font-size: 12px;
}

/* ----- PROFILE ----- */

#profile{}

#profile h1 {
	font-size: 16px;
	color: #fc16a1;
	border-bottom: 1px dotted #00a3e5;
	line-height: 25px;
	margin: 0 0 10px 0;
}

#profile h2 {
	font-size: 18px;
	color: #fc16a1;
	border-bottom: 1px dotted #00a3e5;
	line-height: 37px;
	margin: 25px 0 20px 0;
}

#profile .userfriends {
	margin-top: 20px;
	overflow: hidden;
}

#profile .userfriends .friend {
	float:left;
	margin:0 36px 20px 0;
	width: 80px;
}

#profile .data {
	margin-bottom: 6px;
	overflow: hidden;
	font-size: 14px;
	height: 100%;
}

#profile .data .title {
	float: left;
	width: 110px;
}

#profile .data .desc {
	float: left;
}

#profile .post {
	overflow: hidden;
	padding: 5px;
	border-bottom: 1px dotted #00a3e5;
	height: 100%;
}

#profile .post .image {
	float: left;
	margin-right: 15px;
}

#profile .post .text {
	float: left;
	width: 465px;
}

#profile .post .text h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1px;
	line-height: 18px;
}

#profile .post .text h3 a {
	color: #464646;
}

#profile .post .text .date {
	font-size: 11px;
	margin-bottom: 2px;
}

#profile .post .text .comments {
	font-size: 11px;
	margin-top: 3px;
	font-weight: normal;
}

#profile .post .text .comments img {
	margin-right: 5px;
	padding-top: 2px;
}

/* ----- ICON BUTTONS ----- */

#iconBtn {
	height: 17px;
	padding-top: 7px;
	margin-bottom: 8px;
}

#iconBtn a {
	color: #464646;
	font-weight: bold;
	margin-left: 35px;
	background: none;
	padding: 0;
}

.editProfileI {
	background: url(../pix/icons/spanner_24.png) no-repeat;
}

.addFriend {
	background: url(../pix/icons/add_friend_24.png) no-repeat;
}

.writeMsg {
	background: url(../pix/icons/mail_write_24.png) no-repeat;
}

.mailbox {
	background: url(../pix/icons/mail_24.png) no-repeat;
}

.mailInbox {
	background: url(../pix/icons/mail_inbox_24.png) no-repeat;
}

.mailOutbox {
	background: url(../pix/icons/mail_outbox_24.png) no-repeat;
}

.friends {
	background: url(../pix/icons/friends_24.png) no-repeat;
}

.friendsUnconfirmed {
	background: url(../pix/icons/users_two_warning_24.png) no-repeat;
}

.friendsPending {
	background: url(../pix/icons/users_two_pending_24.png) no-repeat;
}

.friendsConfirmed {
	background: url(../pix/icons/users_two_confirmed_24.png) no-repeat;
}

.addEntry {
	background: url(../pix/icons/paper_content_pencil_24.png) no-repeat;
}

.addLocation {
	background: url(../pix/icons/add_location_24.png) no-repeat;
}

.addImage {
	background: url(../pix/icons/add_image_24.png) no-repeat;
}

.delImage {
  background: url(../pix/delete.png) no-repeat;
}

.addKidsite {
	background: url(../pix/icons/add_kidsite_24.png) no-repeat;
}

.backKidsite {
	background: url(../pix/icons/kidsite_24.png) no-repeat;
}

.joinKidsite {
	background: url(../pix/icons/join_kidsite_24.png) no-repeat;
}

.editKidsite {
  background: url(../pix/icons/spanner_24.png) no-repeat;
}

.myKidsite {
	background: url(../pix/icons/kidsite_private_24.png) no-repeat;
}

.addBlog {
	background: url(../pix/icons/add_blog_24.png) no-repeat;
}

.editBlog {
	background: url(../pix/icons/edit_blog_24.png) no-repeat;
}

.delBlog {
	background: url(../pix/icons/del_blog_24.png) no-repeat;
}

.addCal {
	background: url(../pix/icons/add_cal_24.png) no-repeat;
}

.editCal {
	background: url(../pix/icons/edit_cal_24.png) no-repeat;
}

.delCal {
	background: url(../pix/icons/del_cal_24.png) no-repeat;
}

.friendRequestSingle {
	background: url(../pix/icons/users_one_request_24.png) no-repeat;
}

.friendRequestMulti {
	background: url(../pix/icons/users_two_request_24.png) no-repeat;
}

/* ----- FOOTER ICONS ----- */

.friendsFooter {
	background: url(../pix/icons/friends_footer_24.png) no-repeat;
}

.mailFooter {
	background: url(../pix/icons/mail_footer_24.png) no-repeat;
}

.editFooter {
	background: url(../pix/icons/spanner_footer_24.png) no-repeat;
}

.feedbackFooter {
	background: url(../pix/icons/mail_write_footer_24.png) no-repeat;
}

.imprintFooter {
	background: url(../pix/icons/imprint_footer_24.png) no-repeat;
}

.agbFooter {
	background: url(../pix/icons/agb_footer_24.png) no-repeat;
}

/* ----- MAILBOX ----- */

#mailbox{}

#mailbox h1 {
	font-size: 26px;
	color: #fc16a1;
	border-bottom: 1px dotted #00a3e5;
	line-height: 37px;
	margin: 0 0 20px 0;
}

.mailbox span {
	font-size: 13px;
	color: #fc16a1
}

.mailRow {
	width: 580px;
	overflow: hidden;
	border-bottom: 1px solid #f7f7f7;
	padding: 5px;
}

.mailRow .sender {
	float: left;
	width: 120px;
	height: 17px;
}

.mailRow .title {
	float: left;
	width: 285px;
}

.mailRow .title a {
	font-size: 13px;
}

.mailRow .received {
	float: left;
	width: 156px;
	font-size: 11px;
}

.readMsg {
}

.readMsg h1 {
	font-size: 26px;
	color: #fc16a1;
	border-bottom: 1px dotted #00a3e5;
	line-height: 37px;
	margin: 0 0 20px 0;
}

.readMsg .header {
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px dotted #f7f7f7;
	height: 100%;
}

.readMsg .header .title {
	text-align: right;
	width: 50px;
	float: left;
	margin-right: 10px;
	height: 5px;
	font-size: 11px;
}

.readMsg .header .msg {
	text-align: left;
	width: 500px;
	float: left;
}

.readMsg .text {
	padding: 10px 0 10px 15px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #f7f7f7;
}

.readMsg .reply {
	float: right;
}

.createMsg {}

.createMsg h1 {
	font-size: 26px;
	color: #fc16a1;
	border-bottom: 1px dotted #00a3e5;
	line-height: 37px;
	margin: 0 0 20px 0;
}

.createMsg .label {
	color: #00a3e5;
	width: 73px;
	float: left;
	margin-top: 5px;
}

.createMsg .input {
	border-top: none;
	border-left: none;
	border: 1px solid #00a3e5;
	height: 16px;
	padding: 2px;
	margin-bottom: 8px;
	width: 250px;
	color: #464646;
}

.createMsg textarea {
	border: 1px solid #00a3e5;
	width: 493px;
	height: 200px;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 10px;
	color: #464646;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.createMsg .send {
	float: right;
}


/* Overlay */
#simplemodal-overlay {
	background-color:#000;
}

/* Container */
#simplemodal-container {
	height:203px;
	width:505px;
	left:50%;
	top:15%;
	margin-left:-21px;
	background: url(../pix/popup_login.png);
}

#simplemodal-container a.modalCloseImg {
	background:url(../pix/close.png) no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-11px;
	right: 124px;
	cursor:pointer;
}

#simplemodal-container #basicModalContent {
	padding:8px;
}

/* ----- EDIT PROFILE ----- */

.editProfile h1 {
	font-size: 26px;
	color: #fc16a1;
	border-bottom: 1px dotted #00a3e5;
	line-height: 37px;
	margin: 0 0 20px 0;
}

/* ----- GALLERY ----- */

#gallerycolumn h1 {
	font-size: 26px;
	color: #fc16a1;
	border-bottom: 1px dotted #00a3e5;
	line-height: 37px;
	margin: 0 0 20px 0;
}

#gallerycolumn #gal {
	margin-bottom: 20px;
	height: 540px;
}

.topRated {
	overflow: hidden;
	float: left;
	width: 150px;
	margin: 0 40px 20px 0;
}

.topRated h2 {
	font-size: 20px;
	color: #fc16a1;
	border-bottom: 1px dotted #00a3e5;
	line-height: 30px;
	margin: 0 0 20px 0;
}

.topRated .image {
	float: left;
	width: 150px;
	height: 120px;
	margin: 0 10px 3px 0px;
	overflow: hidden;
}

.isVideo{
	background: url(../pix/icons/mini_vid.png) no-repeat;
	position: absolute;
	margin: 3px 0 0 133px;
	height: 17px;
	width: 14px;
}

.topRated .text {
	width: auto;
}

.topRated .text .title {
	color: #464646;
}

#gallerycolumn #gallery {
	height: 540px;
}

.gallerysingle h1 {
	font-size: 26px;
	color: #fc16a1;
	border-bottom: 1px dotted #00a3e5;
	line-height: 37px;
	margin: 0 0 10px 0;
}

.gallerysingle .img {
	margin-bottom: 15px;
}

.gallerysingle .comments {
	font-size: 12px;
	margin: 10px 20px 0 0;
	font-weight: normal;
	float: left;
}

.gallerysingle .comments .comment {
	margin: -14px 0 0 17px;
}

.replyForm {
	position: absolute;
	margin: 13px 0 0 0;
	display: none;
	padding-bottom: 20px;
	z-index: 99;
}

.replyForm .arrow {
	background:transparent url(../pix/drop_arrow.png) no-repeat scroll 0 0;
	height:11px;
	margin:-10px 0 0 25px;
	position:absolute;
	width:19px;
}

.replyForm .left {
	background: url(../pix/comment_left.png) no-repeat;
	height: 334px;
	width: 10px;
	float: left;
}

.replyForm .main {
	background: url(../pix/comment_center.png) repeat;
	float: left;
	padding: 20px 10px 0 10px;
	width: 480px;
	height: 314px;
}

.replyForm .right {
	background: url(../pix/comment_right.png) no-repeat;
	height: 334px;
	width: 10px;
	float: left;
}

.replyForm .label {
	color: #fff;
	width: 73px;
	float: left;
	margin-top: 5px;
}

.replyForm input {
	border-top: none;
	border-left: none;
	border-right: 1px solid #00a3e5;
	border-bottom: 1px solid #00a3e5;
	height: 16px;
	padding: 2px;
	margin-bottom: 8px;
}

#field_text textarea {
	height: 220px;
	border: 1px solid #00a3e5;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 375px;
}

.gallerymain {}

.gallerymain h1 {
	font-size: 26px;
	color: #fc16a1;
	border-bottom: 1px dotted #00a3e5;
	line-height: 37px;
	margin-bottom: 20px;
}

#multiple {
	margin-bottom: 10px;
	width: 580px;
	height: 164px;
	overflow: hidden;
}

#multiple .img {
	background: url(../pix/multiple_images_bg.png) no-repeat;
	height: 163px;
	width: 213px;
	padding: 1px 0 0 1px;
	margin-right: 20px;
	float: left;
}

#multiple .text {
	float: left;
}

#multiple .text h2 {
	font-size: 20px;
	color: #fc16a1;
	font-weight: bold;
}

#multiple .text #iconBtn {
	height: 30px;
	padding-top: 18px;
	margin-bottom: 8px;
}

#multiple .text #iconBtn a {
	color: #464646;
	font-weight: bold;
	margin-left: 53px;
	background: none;
	padding: 0;
}

#multiple .text .imageIcon {
	background: url(../pix/icons/image_48.png) no-repeat;
}

#multiple .text .videoIcon {
	background: url(../pix/icons/video_48.png) no-repeat;
}

.info h1 {
	color: #fc16a1;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px dotted #00a3e5;
	line-height: 29px;
	margin-bottom: 10px;
}

.info h3 {
	color: #464646;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 2px;
}

.info h5 {
	color: #464646;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}

.info p {
	margin: 5px 0 5px 0;
}

.info .user {
	font-size: 11px;
	margin-top: 3px;;
}

/* ----- FOOTER ----- */

#footer .copy {
	position: absolute;
	margin: 20px 0 0 0;
	opacity: 0.9;
}

#footer .copy span {
	font-size: 11px;
	color: #fff;
}

#footer .copy a {
	font-size: 11px;
}

#footer .entry {
	width: 190px;
	float: left;
	margin-right: 60px;
}

#footer .entry h1 {
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	border-bottom: 1px dotted #aa8a59;
	line-height: 28px;
	margin-bottom: 10px;
	opacity: 0.9;
}

#footer .entry h1 a {
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.5px;
	margin: 0;
}

#footer .entry a {
	font-size: 13px;
	color: #aa8a59;
	font-weight: normal;
	margin-left: 35px;
	background: none;
	padding: 0;
}

#footer .partner {
	width: 356px;
	float: left;
}

#footer .partner h1 {
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	border-bottom: 1px dotted #aa8a59;
	line-height: 28px;
	margin-bottom: 10px;
	opacity: 0.9;
}

#footer .partner span {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
}

#footer .partner a {
	font-size: 12px;
	color: #aa8a59;
	font-weight: normal;
	margin-left: 3px;
	background: none;
	padding: 0;
}


#text {
	background: #fff;
	width: 300px;
	height: 200px;
}

.formular input {
	border: 1px solid #464646;
	height: 16px;
	width: 200px;
	padding: 2px;
	margin-bottom: 10px;
}

.profil_bg {
	float: left;
	width: 73px;
}

.edithelp {
	color: #fff;
}

#field_media {
	margin-top: 10px;
}

#id-835 {
	height: 23px;
	border: 1px solid #464646;
}

#id-619 {
	color: blue;
}

#id-743 {
	height: 23px;
}

#id-792 {
	height: 23px;
}

#id-765 {
	height: 24px;
}

#id-784 {
	height: 22px;
}

#id_694-check {
	width: 16px;
	border: none;
}

#checkit,#id_805-check {
	width: 16px;
	border: none;
}

#field_img {
	margin-top: 5px;
}

#field_module .label {
	height: 100px;
}

#map {
	border: 1px solid #00a3e5;
}

#field_desc textarea {
	border: 1px solid #00a3e5;
	margin-bottom: 10px;
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#field_sname .label, #field_fname .label, #field_degree .label, #field_email .label,
#field_tel .label, #field_location .label, #field_website .label, #field_gender .label,
#field_nickname .label, #field_birthday .label, #field_image .label  {
	color: #00a3e5;
}

#field_location #map {
	margin: 0 0 10px 90px;
}

.stringpics {
	/*margin: -216px 0 0 -20px;*/
	margin: -216px 0 30px -20px;
}

/* ----- IMPRINT ----- */

.imprint h1 {
	font-size: 26px;
	color: #fc16a1;
	border-bottom: 1px dotted #00a3e5;
	line-height: 37px;
	margin: 0 0 20px 0;
}

/* ----- EWINDOWS ----- */

.estyle1 {
	width: 206px;
	height: 103px;
	padding: 10px 13px 10px 13px;
	z-index: 1;
	background: url(../pix/marker/sl_info_window.png) no-repeat;
}

.estyle1 .img {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 10px;
}

.estyle1 h5 a {
	font-size: 11px;
	font-weight: normal;
}

.estyle1 p {
	font-size: 10px;
}

.estyle1 .desc {
	line-height: 12px;
	margin-top: 3px;
}

.estyle1 .text {
	float: left;
	width: auto;
}

.estyle2 {
	width: 48px;
	height: 59px;
	padding: 8px;
	z-index: 0;
	background: url(../pix/marker/friends_info_window.png) no-repeat
}

.estyle2 .img {
	height: 40px;
	width: 40px;
}

.estyle2 p {
	text-align: center;
}

.estyle2 a {
	font-size: 10px;
}

/* ----- VIDEOPLAYER ----- */

.videoPlayerMain {
	background: #000;
	margin-bottom: 10px;
	height: 326px;
	width: 580px;
}

/* ----- KID SITES ----- */

#allgroups {
	margin: 0 23px 20px 0;
	overflow: hidden;
	width: 170px;
	height: 195px;
	float: left;
}

#allgroups .image {
	background: url(../pix/multiple_images_small_bg.png) no-repeat;
	width: 164px;
	height: 134px;
	padding: 1px 0 0 1px;
	float: left;
}

#allgroups #desc {
	margin-top: 145px;
}

#allgroups #desc h3 {
	font-size: 14px;
	padding-left: 25px;
}

#allgroups #desc h3 a {
	color: #464646;
}

#allgroups #desc p {
	font-size: 11px;
	margin-bottom: 3px;
}

#privacyState {
	height: 16px;
	width: 16px;
	float: left;
	margin-top: 5px;
}

#fotoalbum {
	margin-bottom: 20px;
	overflow: hidden;
}

#fotoalbum h1 {
	font-size: 16px;
	color: #fc16a1;
	border-bottom: 1px dotted #00a3e5;
	line-height: 27px;
	margin: 0 0 20px 0;
}

#fotoalbum h1 a {
	color: #fc16a1;
}

#fotoalbum h1 a:hover {
	text-decoration: none;
}

#fotoalbum .image {
	background: url(../pix/multiple_images_bg.png) no-repeat;
	width: 213px;
	height: 163px;
	padding: 1px 0 0 1px;
	float: left;
	margin-right: 20px;
}

#fotoalbum .desc {
	float: left;
	margin-top: 60px;
}

#fotoalbum .desc h2 {
	font-size: 16px;
	margin-bottom: 5px;
}

#fotoalbum .desc h2 a {
	color: #464646;
}

#fotoalbum .desc p {
	font-size: 11px;
	color: #464646;
}

#fotoalbum .desc .imageIcon {
	background: url(../pix/icons/image_48.png) no-repeat;
	height: 48px;
	margin-top: 20px;
}

#fotoalbum .desc .videoIcon {
	background: url(../pix/icons/video_48.png) no-repeat;
	height: 48px;
	margin-top: -5px;
}

#fotoalbum .desc .iconDesc {
	margin-left: 58px;
	padding-top: 8px;
	font-size: 12px;
}

/* ----- TAGEBUCH ----- */

#tagebuch {
	margin: 0 20px 20px 0;
	float: left;
}

#tagebuch h1 {
	font-size: 16px;
	color: #fc16a1;
	border-bottom: 1px dotted #00a3e5;
	line-height: 27px;
	margin: 0 0 10px 0;
}

#tagebuch h1 a {
	color: #fc16a1;
}

#tagebuch h1 a:hover {
	text-decoration: none;
}

#tagebuch .entry {
	background: url(../pix/icons/tagebuch_48.png) no-repeat;
	min-height: 48px;
	border-bottom: 1px dotted #00a3e5;
	padding: 0 0 10px 58px;
	margin-top: 10px;
}

#tagebuch .entry .image {
	margin: 10px 0 10px 0;
}

#tagebuch .entry .image img {
	margin-right: 5px;
}

#tagebuch .entry h2 {
	font-size: 13px;
	margin-bottom: 6px;
}

#tagebuch .entry h2 a {
	color: #464646;
}

#tagebuch .entry h2 span {
	font-size: 11px;
	color: #464646;
	font-weight: normal;
}

#comments {
	font-size:11px;
	font-weight:normal;
	margin-top:3px;
	background: url(../pix/mini_comment.gif) no-repeat;
	height: 14px;
}

#comments p {
	margin:-13px 0 0 17px;
}

/* ----- TAGEBUCH SINGLE ENTRY ----- */

#tagebuchSingle {

}

#tagebuchSingle h2 {
	font-size: 16px;
	color: #464646;
	margin-bottom: 10px;
}

#tagebuchSingle h2 span {
	font-size: 11px;
	color: #464646;
	font-weight: normal;
}

#tagebuchSingle .image {
	margin: 10px 0 10px 0;
	width: 150px;
	height: 120px;
	overflow: hidden;
}

#tagebuchSingle .image img {
	margin-right: 5px;
}

#kalender {
	margin-bottom: 20px;
	float: left;
}

#kalender .entry {
	border-bottom: 1px dotted #00a3e5;
	padding: 0 0 10px 0;
	margin-top: 10px;
	overflow: hidden;
}

#kalender h1 {
	font-size: 16px;
	color: #fc16a1;
	border-bottom: 1px dotted #00a3e5;
	line-height: 27px;
	margin: 0 0 10px 0;
}

#kalender h1 a {
	color: #fc16a1;
}

#kalender h1 a:hover {
	text-decoration: none;
}

#kalender .date {
	background: url(../pix/icons/cal_48.png) no-repeat;
	height: 48px;
	width: 48px;
	margin-right: 15px;
	float: left;
}

#kalender .date .month {
	color: #fff;
	font-size: 12px;
	margin: 0 0 0 14px;
	padding-top: 1px;
}

#kalender .date .day {
	color: #464646;
	font-size: 16px;
	margin: 0 0 0 14px;
	padding-top: 6px;
	letter-spacing: -0.5px;
	font-weight: bold;
}

#kalender .text {
	float: left;
	margin-bottom: 10px;
}

#kalender .text h2 {
	font-size: 13px;
	margin-bottom: 4px;
}

#kalender .text h2 a {
	color: #464646;
}

#kalender .text p {
	font-size: 12px;
	margin: 0 0 2px 0px;
}

#kalender .text .details {
	line-height: 14px;
	font-size: 11px;
}

/* ----- PREVIEW ----- */

#preview {
	background: url(../pix/preview/preview_bg.png) no-repeat;
	width: 243px;
	height: 112px;
	margin-bottom: 10px;

	display: none;
}

#preview .previous {
	width: 80px;
	float: left;
	margin-left: 12px;
	padding-top: 12px;
}

#preview .previous a {
	font-size: 10px;
	color: #cbcbcb;
	margin-left: 5px;
}

#preview .previous a:hover {
	text-decoration: none;
}

#preview .previous .text {
	float: left;
	margin-left: 5px;
}

#preview .previous .arrow {
	float: left;
	margin-top: 1px;
	width: 40px;
}

#preview .next {
	width: 80px;
	float: left;
	margin-left: 10px;
	padding-top: 12px;
}

#preview .next a {
	font-size: 10px;
	color: #cbcbcb;
	margin-right: 9px;
}

#preview .next a:hover {
	text-decoration: none;
}

#preview .next .text {
	float: left;
	margin-left: 1px;
}

#preview .next .arrow {
	float: left;
	margin: 1px 0 0 3px;
	width: 40px;
}

#preview .images {
	float: left;
	margin: 34px 0 0 10px;
}

#preview .images h1 {
	color: #00a3e5;
	font-size: 15px;
	font-weight: bold;
	border: none;
	line-height: 18px;
	text-align: center;
}

#minus {
	height: 19px;

	display: none;
}

#minus .title {
	margin-left: 28px;
	font-weight: bold;
	padding-top:2px;
}

#newestUsers {
	margin-bottom: 5px;
	height: 30px;
}

#field_module {
	display:none;
}


.multiple_image_control_image_section {
	padding-left:90px
}

