body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}


/* Formular */

.fieldWithErrors {
	display: inline;
}

.content label {
	display: inline-block;
	width:20%;
}

.content span.field_label {
	vertical-align:top;
}

.content input {
	width:auto;
	background-color:#EFF3FC;
	border:1px solid #87A6E7;
	padding:2px 5px;
}
.content textarea {
	background-color:#EFF3FC;
	border:1px solid #87A6E7;
	padding:2px 5px;
}

/* Tooltips */

.tooltip {
  position: absolute;
  background-image: url(/images/widgets/tooltip_arrow.gif); 
  background-repeat: no-repeat; 
  z-index: 100;
	text-align: left;
}

.tooltip_content {
  padding: 10px 20px 20px 20px;
  margin-top: 0px;
  background-color: #fdf389;
}

.tooltip_close {
	text-align: right;
  background-color: #fdf389;
	padding: 5px 20px 0 0 ;
	margin-top: 20px;
}

/* Infobox */
.infobox {
  background-color: #fff;
  position: absolute;
  z-index: 100;
	border: 4px solid #ccc;
	font-size:12px;
}
.infobox_close {
	position:absolute;
	bottom: 0px;
	right: 0px;
	display:none;
}
.infobox:hover .infobox_close {
	display:block;
}
.infobox img {
	float:left;
	margin-bottom: 0px !important;
}
.infobox_container {
	float:left;
	padding: 3px;
	line-height: 20px;
}


.infobox_container h4{
	padding:0;
	margin:0;
}


/* link list */
.link_list {
	list-style:none;
	padding:0px;
	padding-left:0px;
}
.link_list a {
	margin:0px;
}
.link_list li {
	padding: 3px;
	width:100% !important;
	border-bottom: 1px solid #eee;
	clear:both;
}
.link_list li:hover{
	background-color:#eee;
	text-decoration: none;
}
.link_list img {
	
}

/* Tabellen */

.simple-table
{
	margin-top: 0px;
	background: #fff;
	border-collapse: collapse;
	text-align: left;
}
.simple-table th
{
	font-weight:normal;
	background-color: #eee;
	color: black;
	padding: 5px 8px;
	border-bottom: 2px solid #6678b1;
	font-size: 11px;
}
.simple-table td
{
	border-bottom: 1px solid #ccc;
	color: #aaa;
	padding: 4px 8px;
}

.simple-table td.dark
{
	color: #000;
}

.simple-table tbody tr:hover td
{
	background-color:#efefef;
	color: #000;
}




.simple-prop
{
	margin-top: 0px;
	background: #fff;
	border-collapse: collapse;
	text-align: left;
}
.simple-prop th
{
	font-weight: normal;
	color: #000;
	padding: 5px 8px;
	border-bottom: 2px solid #6678b1;
	font-size: 14px;
}
.simple-prop td
{
	border-bottom: 1px solid #ccc;
	color: #aaa;
	padding: 4px 8px;
}

.simple-prop td.title
{
	color: #000;
	background-color:#efefef;
}

.simple-prop td.dark
{
	color: #000;
}

.simple-prop tbody tr:hover td
{
	color: #000;
}



.simple-post
{
	margin-top: 0px;
	background: #fff;
	border-collapse: collapse;
	text-align: left;
}
.simple-post th
{
	font-weight: normal;
	color: #000;
	padding: 5px 8px;
	border-bottom: 2px solid #6678b1;
	font-size: 14px;
}
.simple-post td
{
	color: #888;
	padding: 4px 8px;
	vertical-align: top;
}

.simple-post td.dark
{
	color: #000;
}

.simple-post td.post-title {
	color: #000;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #000;
	background: #eee;
}

.simple-post tbody tr:hover td
{
	color: #000;
}


.embedded {
	border: 1px solid #ccc;
	background-color: #efefef;
	padding: 5px;
	margin-bottom: 10px;
}

.embedded h3 {
	font-weight: normal;
	color:#000;
	font-size:13px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid;
}


.gallery_pic {
	border: 1px solid #ccc;
	text-align: center;
	padding: 10px 0px;
	margin-bottom: 10px;
}


.entries {
	border: 1px solid #ccc;
	padding: 3px 8px;
	float:right;
}

.pagination{
	text-align: right;
	padding: 3px 8px;
	border: 1px solid #ccc;
	float:right;
}



img {
 border:0px;
}

a{
  color: #03617A;
  text-decoration: none;
}
 
a:hover{
  color:#000;
  text-decoration: underline;
}


/* User admin links (direkt unter den h1 überschriften) */

.userlinks {
	margin-bottom: 10px;
/*	float:left;*/
}

.userlinks a{
	padding: 5px;
	color:#000;
	background-color:#efefef;
}

.userlinks a:hover{
	padding: 5px;
	background-color:#efefef;
}

/* Content */

.content {
}

/* Messages */

.notice {
	background-color: #B3F4B6;
	border: 1px solid #0C3;
	padding:10px;
}

.error {
	background-color: #ff9a9a;
	border: 1px solid red;
	padding:10px;
}

/* Überschriften */

.content h1 {
	border-bottom:1px solid;
	padding:0px;
	font-size:18px;
	margin:0px 0px 5px 0px ;
}

.content h1 small {
	font-size:12px;
}

.content h2 {
	border-bottom:1px solid #888;
	padding:3px;
	font-size:14px;
}

.content h2 span.titlesub {
	font-weight: normal;
	color:#676767;
	font-size:11px;
}

.content h3 {
	margin-top:5px;
	padding-left: 5px;
	border-left-width: 2px;
	background-color: #eee;
	border-left-style: solid;
	border-left-color: #6678B1;
	line-height: 20px;
}

.content h3 small {
	font-weight: normal;
}

h4 {
	margin: 1px;
	padding-left: 5px;
	color: #aaa;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
}

/* TODO mit dl ersetzen */

.content div.prop {
	border-bottom:1px solid;
	border-color:#CCCCCC;
}

.content span.prop {
	background-color: #f1f1f1;
	display: inline-block;
	padding: 2px 2px 2px 5px; 
	width:15%;
}

.content span.prop_entry {
	padding: 2px;
	display: inline-block;
}

/* Avatar */

.avatar {
	position:absolute;
	top:5px;
	left:10px;
}
.avatar img {
	background-color: #fff;
	padding: 1px;
	border: 1px solid #ddd;
}
.avatar a {
	background-color: #eee;
	padding: 2px;
	margin-bottom: 2px;
	display:block;
	text-align:left;
}


.userlinks img, img.icon, .link_list img, .edit_list li a img, li span.links img {
	margin-bottom:-3px;
	margin-right: 3px;
}



/* Default DL */

dt, dl {
	line-height:15px;
}

dl {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 20px;
}

dt {
	float:left;
	margin-right: 10px;
	width:70px;
	text-align:right;
	color:#666;
}
dd {		
	margin-left: 85px; 
}

/* Main info */
dl.main_info{
	font-size:14px;
	line-height:20px;
}
dl.main_info dt{
	line-height:20px;
	font-weight:bold;
}
dl.main_info dd{
	line-height:20px;
}

/* meta */
dl.meta{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	margin-bottom:0px;
}

/* Profile */

.profile {
	padding-left: 130px;
	position: relative;
}

.profile ul, .profile p{
	padding-left: 20px;
}

	.profile ul{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style:none;
}
	.profile ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	line-height: 15px;
	clear:both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
}
	.profile ul li img {
	margin-right: 10px;
	float:left;
	margin-bottom: 10px;
}
	.profile ul li div {
	color: #666;
	font-weight: normal;
}
	.profile ul li a, .profile ul li a:link, .profile ul li a:visited {
	display:block;
	vertical-align: middle;
}
	.profile ul li a:hover, .profile ul li a:focus {
	background-color: #eee;
	text-decoration: none;
}
	.profile ul li.shared_friends {
	list-style:none;
	border:none;
	text-align: right;
	margin-top: 5px;
		}	
	.profile ul li.shared_friends a, .profile ul li.shared_friends a:link, .profile ul li.shared_friends a:visited{
	display:inline;

		}	
	.profile ul li.shared_friends a:hover, .profile ul li.shared_friends a:focus{ background:none;
		}
		

/* Listen */

/* Boxen */
.edit_list {
	list-style-type: none;
	padding-left: 20px;
}
.edit_list li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:right;
	position: relative;
}

li span.links a {
	padding-left: 5px;
	margin-left:5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd;
}
li span.links a.first {
	border:none;
}

li span.links img {
	position:relative;
	float:none;
}

.sortable_handle {
	background-image: url(/images/sort.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 25px;
	cursor: move;
}
.edit_list span.title {
	font-weight: bold;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
}
.edit_list em {
	font-style: normal;
	text-transform: uppercase;
	color: #999;
	margin-left:5px;
	font-weight: normal;
}

.edit_list small {
	font-style: normal;
	color: #999;
	margin-left:5px;
	font-weight: normal;
}

/* simple */
.simple-list{
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style:none;
}
	.simple-list li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	line-height: 15px;
	clear:both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
	.simple-list li img {
	margin-right: 10px;
	float:left;
	margin-bottom: 10px;
}
	.simple-list li div {
	color: #666;
	font-weight: normal;
}

	.simple-list li a, .simple-list li a:link, .simple-list li a:visited {
	font-weight: bold;
	vertical-align: middle;
}

	.simple-list li div a, .simple-list li div a:link, .simple-list li div a:visited {
	font-weight:normal;
}

	.simple-list li a:hover, .simple-list li a:focus {
	text-decoration: none;
}

ul.three_cols li{
	width:33%;
	float: left;
	clear:none;
	border:none;
}



/* edit */

.content .edit {
	text-align: right;
}

.content .edit a {
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;	
}

/* Tags */

	.tagcloud {
	margin-top: 20px;
	padding-left: 20px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 20px;
}


/* Gästebuch */

.guestbook_entry {
	border: 1px solid #aaa;
	padding: 3px 15px;
}

.guestbook_comment {
	border: 1px solid #aaa;
	border-top: 0px;
	padding: 3px 15px;
}


/* 
	Kalender Box



.box_calendar {
	width:100%;
  margin: auto;
  color: white;
  text-align: center;
}

.box_calendar thead tr {
  color: black;
}


.box_calendar th.dayName {
  font-size: 0.7em;
  padding-top: 0.6em;
  padding-bottom: 0.3em;
  background-color: #303030;
  color: white;
  border-bottom: 1px solid white;
}

.box_calendar td.otherMonth, td.day, td.specialDay {
  border-right: 1px solid #111111; 
}

.box_calendar td.otherMonth {
  color: #999999;
  background-color: #4f4f5b;
}

.box_calendar td.day, td.specialDay {
  border-bottom: 1px solid #111111;
  background-color: #333333;
}
.box_calendar td.specialDay {
  background-color: #a8a8a8;
  color: black;
}
.box_calendar td.specialDay a, td.specialDay a:visited, td.specialDay a:hover {
  color: white;
  text-decoration: none;
}
.box_calendar td.specialDay a:hover {
  color: white;
  background-color: black;
}
.box_calendar td.weekendDay {
  background-color: #787888;
}
.box_calendar td.today {
	background-color: white;
	color: black;
}


/*
 		Kalender Modul
*/


.calendar {
	width:100%;
	text-align: center;
}

.calendar thead tr {
	color: black;
	line-height:30px;
}

.calendar .monthName {
	font-size: 16px;
}

.calendar tr.dayName {
	color: #333;
	background-color: #eee;

}
.calendar tr.dayName th {
	line-height:40px;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6678B1;
	width: 60px;

}



.calendar tbody {
	font-size: 16px;
}
.calendar tbody td:hover{
	background-color: #eee;
}
.calendar tbody td.otherMonth:hover{
	background-color: #fff;
}
.calendar tbody a{
	line-height:40px;
}
.calendar tbody a:hover{
	background-color: #eee;
}




.calendar td.otherMonth {
  color: #999999; 	
  font-size: 16px;
  line-height:40px;
}
.calendar td.weekendDay { 	
font-weight: bold;
}
.calendar td.day{
	font-size: 16px;

}
.calendar td.today {
	background-color:#F4F4F4;
}
.calendar td.today a {
	color: #F33;
	font-weight:bold;
}




.calendar td.day, .calendar td.specialDay{

}
.calendar td.specialDay {
	line-height:30px;
	position:relative;
  
}
.calendar td.specialDay br {
	display:none;
  
}
.calendar td.specialDay a:first-child {
	font-size: 16px;
		position:relative;
			display: block;
}
.calendar td.specialDay a  {
  text-decoration: none;
	font-weight: normal;
	display: none;
	line-height:10px;
	position:absolute;
	margin-top:10px;
	
}
.calendar td.specialDay:hover a  { 			display: block;

}
