﻿td#CMS_LeftTeaser {
	background-image: url(http://www.aek-mv.de/upload/image/layout/bg_lteaser.gif)
}

#PageBody {
	background-image: url(http://www.aek-mv.de/upload/image/layout/bg.gif)
}

#CMS_Content {
	padding-right: 10px;
	line-height: inherit;
}
#userinfo {
    text-align:right;
}

h1 {
    font-size: 2em;
    background-color: transparent;
}

h3 {
	font-size: 1.17em;
	background-color: transparent;
}

div.row p {
	margin-top: 0;
}

#CMS_Content table {
	width: 100%;
}

input[readonly="readonly"] {
	color: rgb(128, 128, 128);
}

#CMS_Content a:link, #CMS_Content a:visited, #CMS_Content a:active, #CMS_Content a:hover {
	background-image: url(http://www.aek-mv.de/upload/image/layout/arrow_link.gif);
}

div.ui-hyperlink a.btn {
	background-color: #CCCCCC;
	border: 1px solid #000000;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-style: normal !important;
	padding: 1px 6px;
}

button {
	color: #666666;
	background-color: transparent;
	border: 0;
	background-image: url(http://www.aek-mv.de/upload/image/layout/arrow_link.gif);
	background-repeat: no-repeat;
	padding-left: 9px;
	font-style: italic;
	font-size: 12px;
}

	button:hover {
		cursor: pointer;
		text-decoration: underline;
	}

button:focus {
	outline: none;
}

table.table.table-striped > tbody > tr.tbl-row-a{
	background-color: #eeeeee;
}

.aweb-overview table.table.table-striped > tbody > tr > td:nth-of-type(2) {
	width: 250px;
}

.aweb-overview table.table.table-striped > tbody > tr > td.col-last > p:nth-of-type(1) {
	margin-bottom: 5px;
}

.aweb-meine-teilnahmen table.table.table-striped > tbody > tr > td:nth-of-type(1) {
	width: 450px;
}

.aweb-meine-teilnahmen table.table.table-striped > tbody > tr > td:nth-of-type(2),
.aweb-meine-teilnahmen table.table.table-striped > tbody > tr > td:nth-of-type(3),
.aweb-overview table.table.table-striped > tbody > tr > td:nth-of-type(7) {
	text-align: center;
}

p {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}

.aweb-overview table.table.table-striped > tbody > tr > td:last-of-type > p {
	margin-top: 0;
	margin-bottom: 0;
}

ul.cmstreemenu a {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #0F4890;
	text-decoration: none;
	line-height: 20px;
	cursor: pointer;
	padding-top: 4px;
	padding-bottom: 4px;
}

div.div_navi > ul > li {
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 3px;
	padding-bottom: 7px;
}

li.spacer {
	min-height: 20px;
}

ul.cmstreemenu > li:first-of-type {
	background: url(http://www.aek-mv.de/upload/image/layout/bg_menuseparator.gif) bottom repeat-x, url(http://www.aek-mv.de/upload/image/layout/bg_menuseparator.gif) top repeat-x;
	padding-top: 5px;
}

ul.cmstreemenu > li {
	background: url(http://www.aek-mv.de/upload/image/layout/bg_menuseparator.gif) bottom repeat-x;
}

li.active > a {
	background-color: #ffffff;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	color: #000000;
}

.pagination a {
	background-image: none !important;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 10px 0;
	border-radius: 4px;
	margin-left: 0 !important;
}


	.pagination > li {
		display: inline;
		background: none;
	}


		.pagination > li > a,
		.pagination > li > span {
			position: relative;
			float: left;
			padding: 6px 12px;
			margin-left: -1px;
			line-height: 1.428571429;
			text-decoration: none;
			background-color: #ffffff;
			border: 1px solid #dddddd;
		}

		.pagination > li:first-child > a,
		.pagination > li:first-child > span {
			margin-left: 0;
			border-bottom-left-radius: 4px;
			border-top-left-radius: 4px;
		}

		.pagination > li:last-child > a,
		.pagination > li:last-child > span {
			border-top-right-radius: 4px;
			border-bottom-right-radius: 4px;
		}

		.pagination > li > a:hover,
		.pagination > li > span:hover,
		.pagination > li > a:focus,
		.pagination > li > span:focus {
			background-color: #eeeeee;
		}

	.pagination > .active > a,
	.pagination > .active > span,
	.pagination > .active > a:hover,
	.pagination > .active > span:hover,
	.pagination > .active > a:focus,
	.pagination > .active > span:focus {
		z-index: 2;
		color: #ffffff;
		cursor: default;
		background-color: #428bca;
		border-color: #428bca;
	}

	.pagination > .disabled > span,
	.pagination > .disabled > span:hover,
	.pagination > .disabled > span:focus,
	.pagination > .disabled > a,
	.pagination > .disabled > a:hover,
	.pagination > .disabled > a:focus {
		color: #999999;
		cursor: not-allowed;
		background-color: #ffffff;
		border-color: #dddddd;
	}

.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

ul.pagination > li {
	padding-left: 0 !important;
}

div.col-sm-3.col-md-3.col-lg-3,
div.col-sm-4.col-md-4.col-lg-4 {
	width: 27%;
	display: inline-block;
}

div.col-md-6.col-lg-6 {
	width: 50%;
	display: inline-block;
}

div.col-sm-9.col-md-9.col-lg-9,
div.col-sm-8.col-md-8.col-lg-8 {
	width: 72%;
	display: inline-block;
}

div.col-sm-12.col-md-12.col-lg-12 {
	width: 100%;
}

.clearfix {
	display: none;
}

.pull-right {
	float: right;
}

div.row {
	margin-bottom: 10px;
}

div.row label {
	width: 27%;
	vertical-align: top;
}

div.col-lg-12.col-md-12.col-xs-12.ui-checkbox label {
	width: 100%;
}

div.row label,
div.row div.col-xs-12.col-sm-9.col-md-9.col-lg-9 {
	display: inline-block;
}

select {
	font-size: 12px;
}

div.row select {
	width: calc(100% + 7px);
}

div.row input {
	width: calc(100% - 3px);
	padding-left: 3px;
	padding-right: 3px;
}

div.row input[type='checkbox'] {
	width: initial;
}

div.col-lg-12.col-md-12.col-xs-12.aweb-check-ds label {
	width: 100%;
}

.ui-singleradiobox input[type="radio"] {
	width: 20px;
	vertical-align: text-bottom;
}

.ui-singleradiobox div.radio label{
	width: 100px;
}

.ui-singleradiobox div.radio{
	float: left;
}