@import url('reset.css');
@import url('navigation.css');
@import url('forms.css');

/*
---------------------------------------------------
	Redxo Community Demo
---------------------------------------------------
*/



a:hover { text-decoration:none; }

a:link {
	color: #555;
	text-decoration:none;
	}
a:visited {
	color: #555;
	text-decoration:underline;
	}
a:focus {
	color: #5a6d6b;
	text-decoration:underline;
	}
a:hover {
	color: #5a6d6b;
	text-decoration:underline;
	}
a:active {
 	color: #5a6d6b;
	text-decoration:underline;
}



/*********************************************************/

html {
	height: 100.2%;
 	background-color: #f1f1f1;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
	width: 1180px;
	margin:0 auto;
	padding:0;	
}


/*********************************************************/

#wrapper {
	width: 1180px;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #e4e4e4;
}


/*********************************************************/

#header {
	margin: 0;
	width: 1180px;
	height: 40px;
}

#header .userinfo {
	float: right;
	font-size:  12px;
	margin: 17px 21px 0 0;
	color: #b3b3b3;
}

#header .userinfo strong {
	color: #5a6d6b;
}

/*********************************************************/

#logo {
	float: left;
	margin: 30px 0 0 30px;
	width: 200px;
	height: 40px;
	background: url(/layout/css/logo.png) no-repeat 0 0;
}

#logo a {
	display: block;
	width: 200px;
	height: 40px;
	text-indent:-1700em;
	text-decoration: none;
}


/*********************************************************/

.imageHome {
	background:#BACDCB;
	position:relative;
	width: 930px;
	height: 230px;
	margin:  -1px 0 0 25px;
}

.imageHomeShadow {
	height: 25px;
	width: 930px;
	margin:  0 0 0 25px;	
	background: url(/layout/css/schatten.gif) 0 bottom repeat-x;	

}

.imageOther {
	position:relative;
	background:#BACDCB;
	width: 930px;
	height: 170px;
	margin:  -1px 0 0 25px;
}

.imageOtherShadow {
	display: inline-block;
	height: 25px;
	width: 930px;
	margin:  0 0 0 25px;	
	background: url(/layout/css/schatten.gif) 0 bottom repeat-x;	
}



/*********************************************************/

.headlines {
	position: absolute;
	margin: -75px 0 0 65px;
	width: 890px;
	height: 120px;
	z-index: 200 !important;
	background: #2f5c9c url(/layout/css/schatten.gif) 0 bottom repeat-x;
}

.headlines h1 {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	padding: 17px 0 0 12px;
}
.headlines h2 {
	color: #fff;
	font-weight: normal;	
	font-size: 20px;
	padding: 8px 0 0 12px;
}

/*********************************************************/


#homepage #content {
	width: 905px;
	margin:  60px 0 30px 25px;
	display: inline-block;
}

#homepage #left {
	float: left;
  	width: 555px;
}
#other .wide {
	float: none !important;
  	width: 1130px !important;
}

#homepage #right {
	position: relative;
	float: right;
  	width: 320px;
	min-height: 280px;
	margin: -206px 0 0 0;
	padding: 40px 0 0 30px;
	background: url(/layout/css/boxback.png) 0 0 no-repeat;
	z-index: 300 !important;
}

#homepage #right h2 {
	color: #999;
	font-size: 14px;
	margin: 5px 0 0 15px;
  	width: 230px;
}

#homepage #right p {
	font-size: 12px;
	line-height: 1.5;
}

#homepage #right .txt-img {
	margin: 5px 0 0 15px;
  	width: 230px;
}



/* other */

#other #content {
	width: 900px;
	margin: 0 0 30px 25px;
	display: inline-block;
}

#other #left {
	display: block;
	float: left;
  	width: 555px;
}

#other #right {
	float: right;
  	width: 245px;
	margin: 9px 35px 0 0;
}

#other #right .txt-img p{
	font-size: 12px;
}


.divider {
	clear: both;
	display: inline-block;
	height: 1px;
	margin: 5px 0 15px 0;
	width: 100%;
	background:  url(/layout/css/trenner.gif) repeat-x left center;
}


#homepage #right .divider {
	clear: both;
	display: inline-block;
	height: 1px;
	margin: 5px 0 15px 15px;
	width: 230px;
	background:  url(/layout/css/trenner.gif) repeat-x left center;
}

/*fonts*/

#content p {
	margin-bottom: 14px;
	line-height: 1.25;
	font-size: 14px;
	color: #555;
}
 
#content sup {
	font-weight: normal;
	font-size: 10px;
}

#content h1 {
	color: #5a6d6b;
	font-size: 20px;	
	font-weight: bold;
	line-height: 2;
	margin-bottom: 10px;	
}

#content h2 {
	color: #5a6d6b;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
	font-weight: bold;
}

#content h3 {
	color: #999;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 5px;
	font-weight: bold;
}


#content ul	{list-style: square; margin: 0 0 20px 0;}
#content ul ul	{list-style: square; margin: 10px 0 5px 0;}
#content ul li	{
	font-weight: normal;
	font-size: 14px;	
	line-height: 1.25;
	margin: 0 0 0 15px;
	padding: 0 0 4px 0;
}



#content ol	{list-style: decimal; margin: 0 15px 20px 0;}
#content ol ol	{list-style: decimal; margin: 10px 0 5px 0;}
#content ol li	{
	font-weight: normal;
	font-size: 14px;	
	line-height: 1.25;
	margin: 0 0 0 20px;
	padding: 0 0 4px 0;	
}

.strong {
	color: #000;
}

table 	{
	margin: 10px 0 10px 0;
	border-collapse: collapse;
}

th {
	background: #eee;
}
td, th {
	padding: 12px;
	border: 1px #ccc solid;
	text-align: left;
	font-size: 12px;
}

.entry {
	margin: 25px 0 50px;
}

.address td a {
	display: block;
}
.address .col1 {

}
.address .col2 {
	width: 12%;
}
.address .col3 {
	width: 12%;
}
.address .col4 {
	width: 15%;
}
.address .col5 {
	width: 12%;
}
.address .col6 {
	width: 15%;
}
.address .col7 {
	width: 5%;
}
.address .col8 {
	width: 5%;
}
.address .col9 {
	width: 5%;
}
.address .col10 {
	width: 5%;
}

tbody tr:hover tbody th.sub { background: #fafafa; }
tbody tr:hover td { background: #fafafa; }

.checklist th,
.checklist td {
	padding: 12px 10px;
}
.checklist th.first {
	width: 200px;
}

#footer {
	margin: 5px 0 25px 0;
	width: 1182px;
	height: 26px;
	background-color: #2f5c9c;
	
}

.footerleft {
	float: left;
	font-size:  12px;
	margin: 8px 0 0 27px;
	width: 45%;
}

.footerleft a {
	text-decoration: none;
	color: #a9c8f3;
}

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


.footerright {
	float: right;
	margin: 0 25px 0 0;
	width: 45%;
}

h1 .links {
	float:right;
	font-size: 11px;
	padding-top: 12px;
}

.minicolors {
	display: inline-block;
}
.minicolors-theme-bootstrap.minicolors-position-right > .minicolors-swatch {
	right: 1px !important;
}
.minicolors-theme-bootstrap .minicolors-swatch {
	border-radius: 0 !important;
	border: none !important;
	top: 1px !important;
	width: 21px !important;
	height: 21px !important;
}

.color-wrap {
	position: relative;
}
.color-wrap .color {
	position: absolute;
	height: 30px;
	width: 30px;
	top: 5px;
	right: 5px;
}

.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
	padding-left: 3px;
}

ul.huts li {
	list-style-type: none;
	margin-left: 0 !important;
}
ul.huts li span {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}

.fc-state-default,
.fc-state-default:hover,
.fc-toolbar button,
.fc-toolbar button:hover {
	background-image: none;
}
#calendar table {
	margin: 0;
}
#calendar table th.fc-widget-header {
	padding: 12px;
}
#calendar table a.fc-h-event{
	padding: 8px;
	color: #fff;
}
#calendar table a.fc-h-event:hover {
	opacity: 0.9;
}
#calendar table .fc-day-grid-event .fc-time {
	display: none;
}
#calendar table .fc-day-grid-event .fc-title {
	font-size: 125%;
	text-shadow: 1px 0px 3px rgba(0,0,0,0.7);
}

#cal_table td {
	color: #fff;
	font-weight: bold;	
}
#cal_table .eintrag {
	border-radius: 0;
	box-shadow: none;
}
#cal_table .eintrag a {
	color: #fff;
	font-weight: bold;
}
