@charset "UTF-8";

/*
** Farbcodes Mediaseiten:
** Hintergrund: eee5cc
** 
*/

@media all
{
	body {
		background: #eee5cc;
	}
	
	#main {
		border: 1px solid #c2ba9e;
		background: url("../img/bg_media.gif") repeat-x #f3f3f3;
	}
	
	#col2_content {
		
	}
	
	h1, h2 {
		color: #014a75;
		background: url("../img/bg_h1.gif") repeat-x #f0f7fc;
		border-bottom: 1px solid #9ccbea;
	}
	
	#col3 h2 {
		/*background-image: none;
		background-color: #9CCBEA;*/
		border-bottom: 1px solid #9ccbea !important;
	}
	
	h2 {
		margin: 0;
	}
	
	h3 {
		color: #014a75;
	}
	
	a, a em.file {
		color: #014a75;
	}
	
	strong, b {
		color: #014a75;
	}
	
	ul li {
		background: url("../img/arrow_blue.gif") no-repeat 0px 50%;
	}
	
	td {
		vertical-align: top;
	}
	
	td p {
		margin: 0;
		padding: 0;
	}
	
	table.contenttable th {
		background-color: #9CCBEA;
		color: #014A75;
	}
	
	table.contenttable tr.tr-odd {
		background-color: #DBEDF8;
	}
	
	table.contenttable tr.tr-even {
		background-color: #FFFFFF;
	}
	
	
	/* ####################################
	** ### Navigation #####################
	** ####################################
	*/
	
	#submenu {
		background: url("../img/bg_submenu.gif") repeat-x bottom;
		padding: 0 0 80px 0;
		margin: 0 !important;
		border: none;
	}
	
	#submenu li { 
		border-bottom: 1px solid #e8dfdf;
	}
	
	#submenu li a { 
		background-color: #FFFFFF;
		border: none;
	}
	
	#submenu li.active a,
	#submenu li a:hover { 
		background-image: url("../img/arrow_white.gif");
	}
	
	#submenu li.active a,
	#submenu li a:hover { 
		background-color: #104a74;
		color: #FFFFFF;
	}
	
	
	#nav_main {
		background: url("../img/bg_nav_blue.gif") repeat-x #d9d3c2;
	}
	#nav_main ul {
		background: url("../img/bg_nav_ul_blue.gif") no-repeat top left;
	}
	#nav_main ul li {
		background: url("../img/bg_nav_li_blue.gif") no-repeat top right;
	}
	#nav_main ul li a,
	#nav_main ul li strong {
		color: #dbedf8;
	}
	#nav_main ul li a:focus,
	#nav_main ul li a:hover,
	#nav_main ul li a:active {
		color: #014a75;
	}
	#nav_main ul li#current strong,
	#nav_main ul li#current a,
	#nav_main ul li#current a:focus,
	#nav_main ul li#current a:hover,
	#nav_main ul li#current a:active {
		color: #014a75;
	}
	#nav_main ul li a:focus,
	#nav_main ul li a:hover,
	#nav_main ul li a:active {
		border-left: 1px solid #c2ba9e;
		border-right: 1px solid #c2ba9e;
	}
	#nav_main ul li#current strong,
	#nav_main ul li#current a,
	#nav_main ul li#current a:focus,
	#nav_main ul li#current a:hover,
	#nav_main ul li#current a:active {
		border-left: 1px solid #c2ba9e;
		border-right: 1px solid #c2ba9e;
	}
	
	
	/* ####################################
	** ### Header #########################
	** ####################################
	*/
	
	#header {
		margin-top: 13px;
	}
	
	#header div.tx-macinasearchbox-pi1 form input {
		border: 1px solid #828282;
	}
	
	#topnav {
		right: 100px;
		color: #014a75;
	}

	#topnav a {
		color: #014a75;
	}
	
	#topnav a.active {
		color: #014a75;
	}
	
	/* ####################################
	** ### Footer #########################
	** ####################################
	*/
	#footer {
		color: #014a75;
	}
	
	/* ####################################
	** ### Teaser #########################
	** ####################################
	*/
	#teaser {
		border-bottom: 1px solid #d9d3c2;
	}
	#teaser .selectFontSize #zoomIn {
		background: url("../img/icons/16b_zoomIn.gif") no-repeat;
	}
	#teaser .selectFontSize #normal {
		background: url("../img/icons/16b_normal.gif") no-repeat;
	}
	#teaser .selectFontSize #zoomOut {
		background: url("../img/icons/16b_zoomOut.gif") no-repeat;
	}
	
	
	/* ###########################
	** ### cssstyledcontent ######
	** ###########################
	*/
	.simple-box {
		border: 1px solid #d5d5d5;
		border-top: none;
		margin: 0 0 10px 0;
		background: #ffffff;
	}
	.simple-box h2 {
	}
	#col1 .simple-box,
	#col2 .simple-box {
		padding: 1em;
	}
	
	#col1 div.csc-textpic img {
		border-color: #D5D5D5;
	}
	
	/* ### alternative Layouts (Rahmen) ################################################################# */
	.csc-frame-frame1 h2 {
		color: #fff;
		background: url("../../img/bg_h1_frame1.gif") repeat-x #19638f;
		border-bottom: 1px solid #004a75;
	}
	
	
	/* ###########################
	** ### rte styles ############
	** ###########################
	*/
	#col3 img.frame1 {
		border: 1px solid #e0dbca;
	}
	
	/* #############################
	** ### tt_news #################
	** #############################
	*/
	.news-list-item {
		background: #ffffff;
		border: 1px solid #e0dbca;
	}
	
	.news-latest-item,
	.news-list-item {
		margin-top: 10px;
	}
	
	.news-latest-item .left,
	.news-list-item .left {
		background: #f6f2e5;
		width: 180px;
	}
	
	.news-latest-item .right,
	.news-list-item .right {
		width: 63%;
		padding: 25px 0 0 0;
		height: auto;
	}
	#col2 .news-latest-item .right,
	#col2 .news-list-item .right {
		width: 49%;
	}
	.news-latest-item h3,
	.news-list-item h3 {
		margin: 0 0 10px;
	}
	
	.news-latest-morelink a,
	.news-list-morelink a {
		background: url("../img/arrow_blue.gif") no-repeat 0px 50%;
	}
	.csc-frame-frame1 .news-latest-item,
	.csc-frame-frame1 .news-list-item {
		background: #e7f2f9;
		border: 1px solid #dddddd;
	}
	
	.news-single-item {
		padding: 0 !important;
	}
	
	.news-single-item p,
	.news-single-item .news-single-backlink {
		padding: 0 1em 1em 1em;
	}
	
	
	/* #####################################################################
	** ### Spezielle Formatanweisungen des TYPO3 Templates #################
	** #####################################################################
	*/
	input, textarea, select {
		border: 1px #9ccbea solid;
	}
	input.submit,
	input.csc-mailform-submit {
		background: url("../img/buttons/bg_button_verlag_buch.gif") repeat-x center left;
		/*background: url("../img/bg_button.gif") repeat-x center left;*/
		border-bottom: 1px solid #c1def2;
		border-top: 0;
		border-left: 0;
		border-right: 0;
		cursor: pointer;
		color: #014a75;
	}
	
	input.submit-next {
		background: url("../img/buttons/bg_button_next_verlag_buch.gif") no-repeat center right;
		border-bottom: 1px solid #c1def2;
		border-top: 0;
		border-left: 0;
		border-right: 0;
		cursor: pointer;
	}
	input.submit-prev {
		background: url("../img/buttons/bg_button_prev_verlag_buch.gif") no-repeat center left;
		border-bottom: 1px solid #c1def2;
		border-top: 0;
		border-left: 0;
		border-right: 0;
		cursor: pointer;
	}
	input, textarea, select {
		border:1px #9ccbea solid;
	}
	
	/* ###########################
	** ### tip-a-friend ##########
	** ###########################
	*/
	.tx_tipafriend_tiplink {
		background: url("../img/icons/icon_suggest.gif") no-repeat;
	}
	
	
	
	
/* Close @media all - DO NOT DELETE! */
}



