/*
font-family: 'Duru Sans', sans-serif;
font-family: 'Magra', sans-serif;
font-family: 'Amethysta', serif;
font-family: 'Maven Pro', sans-serif;
font-family: 'Italianno', cursive;
font-family: 'Junge', serif;
*/
html {
	background: #eee;
}

body {
	background: none;
	padding-top:20px;
}

.main-container {
	background: #fff;
	-webkit-box-shadow: 0 0.15em 0.3em rgba(0,0,0,0.15);
	box-shadow: 0 0.15em 0.3em rgba(0,0,0,0.15);
}

.section-headernavigation .navbar {
	margin-bottom: 3px;
}

.section-headernavigation .navbar-inner {
	background:none;
	border: 0;
	box-shadow:none;
}

.section-headernavigation .navbar .nav > li {
	background: url(/typo3conf/ext/theme_topsportlaufveranstaltungen/Resources/Public/Template/img/nav-separator.gif) no-repeat right center;
	padding-right: 5px;
	margin-right: 5px;
}

.section-headernavigation .navbar .nav > li:last-child {
	background: none;
}

.section-headernavigation .navbar .nav > li > a {
	padding:2px 3px;
	text-shadow:none;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

.section-headernavigation .navbar .nav-service .active > a, .section-headernavigation .navbar .nav-service .active > a:hover {
	background: none;
}

.section-headernavigation .navbar .nav a:hover {
	color:#4176AB;
	text-decoration: underline;
}

.section-headernavigation .searchform-short {
	padding: 0;
	margin: 0 10px 0 0;
}
.section-headernavigation .searchform-short input {
	padding: 0;
	margin:0;
}

.section-headernavigation .navbar .btn {
	margin-top:0;
}


.section-headerimage .span12 {
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e5799 0%, #bad7f8 0%, #5d93cc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#bad7f8), color-stop(100%,#5d93cc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1e5799 0%,#bad7f8 0%,#5d93cc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1e5799 0%,#bad7f8 0%,#5d93cc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1e5799 0%,#bad7f8 0%,#5d93cc 100%); /* IE10+ */
	background: linear-gradient(top,  #1e5799 0%,#bad7f8 0%,#5d93cc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#5d93cc',GradientType=0 ); /* IE6-9 */
	height:160px;
}

.section-headerimage .inner {
	height:100%;
	width: 100%;
	background: url(/typo3conf/ext/theme_topsportlaufveranstaltungen/Resources/Public/Template/img/logo-typo3-symbol-transparent.png) no-repeat right top;
}

.section-headerimage .inner {
	margin:30px 0 0 20px;
	color:#fff;
	font-size: 30px;
	font-weight: bold;
}
.section-headerimage .inner div {
	text-transform: uppercase;
	font-size: 40px;
	line-height: 54px;
}

.breadcrumb {
	box-shadow: 0;
	border:0;
}

.breadcrumb li a{
	background: url(/typo3conf/ext/theme_topsportlaufveranstaltungen/Resources/Public/Template/img/nav-arrow.gif) no-repeat left center;
	padding-left: 8px;
	margin-left: 10px;
}
.breadcrumb li:first-child a{
	background: none;
	padding: 0;
	margin: 0;
}

/* 2nd level */
/*.sidebar-nav li li {
	list-style: none;
}
.sidebar-nav li li a{
	display: block;
	text-decoration: none;
	padding: 2px 15px 2px 35px;
	margin-left: -40px;
	margin-right: -15px;
}

.sidebar-nav li li a:hover{
	background: #eee;
}*/

.nav-sidebar, .nav-sidebar ul{
	list-style: none;
}
.nav-sidebar a{
	text-decoration: none;
	color:#111;
	color:#555;
	padding:7px 7px 7px 15px;
	display: block;
	font-weight: bold;
}
.nav-sidebar a:hover{
	text-decoration: underline;
	background-color: #F1F1F1;
}

.nav-sidebar li.hassub a, .nav-sidebar .activesub a.active {
	background-image: url(/typo3conf/ext/theme_topsportlaufveranstaltungen/Resources/Public/Template/img/nav-arrow.gif);
	background-position: 3px 13px;
	background-repeat: no-repeat;
}
.nav-sidebar .activesub a.active {
	background-image: url(/typo3conf/ext/theme_topsportlaufveranstaltungen/Resources/Public/Template/img/nav-arrow-down.gif);
}
.nav-sidebar active a.active a {
	background-color: #F1F1F1;
	color:#000;
}

/* level 2 */
.nav-sidebar ul li a {
	padding:3px 7px 3px 10px;
}

.nav-sidebar ul a {
	font-weight: normal;
}
.nav-sidebar .activesub li.active a.selected {
	background-color: #F1F1F1;
}

.nav-sidebar ul li.hassub a, .nav-sidebar ul .activesub a.active {
	background-position: 3px 9px;
}

.nav-sidebar ul .activesub a.active {
	background-image: url(/typo3conf/ext/theme_topsportlaufveranstaltungen/Resources/Public/Template/img/nav-arrow-down.gif);
}




.news-latest-container li {
	list-style: none;
}

.content-right .ce {
	margin:5px 10px 15px 0;
}

.content-right header{
	padding: 6px 5px;
	margin-bottom: 5px;
	background: #a7a7a7; /* Old browsers */
	background: -moz-linear-gradient(top, #a7a7a7 0%, #666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7a7a7), color-stop(100%,#666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a7a7a7 0%,#666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a7a7a7 0%,#666 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a7a7a7 0%,#666 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7a7a7', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a7a7a7 0%,#666 100%); /* W3C */
	color: #fff;
}

.content-right header h4{
	color:#fff;
	font-weight: normal;
	font-size: 12px;
}

.content-main-inner {
	padding-right:15px;
}

.content-right .csc-default {
	/*.box-right .content {*/
	background: #F7F7F7;
	/*	padding: 10px;*/
}

.news-latest-container {
	padding-left: 10px;
	margin-left: 10px;
}

.shadow-bottom{
	background: url(/typo3conf/ext/theme_topsportlaufveranstaltungen/Resources/Public/Template/img/shadow-bottom.png) no-repeat center top;
	height:15px;
}


footer{
	margin-top: 30px;
	padding: 10px;
	background: #232323; /* Old browsers */
	background: -moz-linear-gradient(top, #232323 0%, #414141 180px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#232323), color-stop(180px,#414141)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #232323 0%,#414141 180px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #232323 0%,#414141 180px); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #232323 0%,#414141 180px); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#414141',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #232323 0%,#414141 180px); /* W3C */
}

footer a {
	color: #B1B1B1;
	font-size: 11px;
	line-height: 25px;
}

footer li {
	list-style: none;
	background: url(/typo3conf/ext/theme_topsportlaufveranstaltungen/Resources/Public/Template/img/nav-footer-arrow.gif) no-repeat 0 6px;
	padding-left: 10px;
}
footer li a {
	font-weight: bold;
}
footer li li a {
	font-weight: normal;
}

footer a:hover {
	text-decoration: underline;
	color: #B1B1B1;
}

footer .right .footer-logo {
	border-left:1px solid #4E4E4E;
	padding-left: 30px;
	padding-top: 30px;
	margin-top:30px;
	height: 150px;
}

.copyright {
	text-align: center;
	color: #B1B1B1;
	font-size: 10px;
}


/* general li icon for lists inside content */

.ce p {
	line-height:19px;
}

.ce ul, .ce ol {
	margin-left: 10px;
}
.ce ul li {
	list-style: none;
	background: url(/typo3conf/ext/theme_topsportlaufveranstaltungen/Resources/Public/Template/img/nav-arrow-double.gif) no-repeat 0 6px;
	padding-left: 15px;
	margin-bottom: 2px;
}
.ce ol li {
	margin-left: 15px;
	margin-bottom: 2px;
}
blockquote p {
	font-size: 13px;
}


h1 {
	font-size: 22px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	line-height: 24px;
	color: #444;
}

h2 {
	font-size: 16px;
	line-height: 35px;
	color: #444;
}

h3 {
	font-size: 14px;
	line-height: 25px;
	color: #444;
}

.ce ul.csc-menu li {
	margin-left: 5px;
	margin-bottom: 5px;
	padding-left: 25px;
	line-height: 20px;
	background: url(/typo3conf/ext/theme_topsportlaufveranstaltungen/Resources/Public/Template/img/icon-arrow-down.png) 0 1px no-repeat;
}

.clear {clear: both;}

.news-list-view .news-img-wrap {
	margin-right: 10px;
}
.news-list-view .news-list-date {
	font-size: 11px;
}

.news-latest-view {
	margin-left: 15px;
}

.news-single .thumbnail {
	margin-bottom:10px;
	margin-left:10px;
}
.news-single .thumbnail .caption{
	padding: 4px;
}

.news-single .teaser-text {
	font-size: 14px;
	color: #888;
}

/* Links inside content */
.external-link-new-window {
	padding-left:12px;
	background:url(/typo3conf/ext/theme_topsportlaufveranstaltungen/Resources/Public/Template/img/link-external.png) no-repeat left center;
}
.mail {
	padding-left:12px;
	background:url(/typo3conf/ext/theme_topsportlaufveranstaltungen/Resources/Public/Template/img/link-email.png) no-repeat left center;
}
.download {
	padding-left:12px;
	background:url(/typo3conf/ext/theme_topsportlaufveranstaltungen/Resources/Public/Template/img/link-download.gif) no-repeat left center;
}

/* Downloads */
.ce .csc-uploads .csc-uploads-element-pdf {
	background: url('/typo3conf/ext/theme_topsportlaufveranstaltungen/Resources/Public/Template/img/icons/acrobat.png') no-repeat 1px 3px;
	padding-left: 25px;
}