/* ----------------------------------------------------------------------------------------------------------- */
/* Globale Definitionen */
html, body {

}
body {
	margin:0;
	padding:0;
	background-color: #ffffff;
}
/* GENERAL fonts */
li, td,  th, ul, ol, center, textarea, p, input, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #999999;
}
form {
	margin:0px;
	padding:0px;
}
a img, img {
	border: 0;
}

legend {
	color:black;
	font-weight:bold;
}
FIELDSET {
	border: 1px solid #FFFFFF;
	padding: 10px;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* UEberschriften */
h1, h2, h3, h4, h5, h6 {
	color: #999999;
}
h1 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
	margin-bottom:0px;
	margin-bottom:22px;
/*	height:66px;*/
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Grundlegende Struktur */
/*
	Tabellenbreite: 930px; div-Breite: 938px, Schatten wird duch div-bg erzeugt
	# Main Template 1, 2 Spalten: Side Menu & Content
	Spalte 1 - Sub Menu Col: 180px
	Spalte 2 - Content Col: 750px
*/
.main-table-wrapper {
	width: 960px;
	height:100%;
	background-color: #ffffff;
/*	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;*/

}
.maintable {
	margin-left:10px;
	margin-right:10px;
	margin-top:7px;
}
.clearer {
	clear:both;
	height: 0px;
	line-height:0;
	font-size:0;
}

/* ----------------------------------------------------------------------------------------------------------- */
/* 1. Zeile */
#header_2 {
	background-image:url(../../../younglions-contentimages/topimage.gif);
	background-repeat:no-repeat;
	width:940px;
	height:146px;
	padding:0px;
	margin:0px;
	vertical-align: top;

}

.logo{
	width:110px;
	height:146px;
}

#menu{
	padding-top:96px;
	padding-left:10px;
}

.top-menu-level1-norm a, .top-menu-level1-act a{
	text-decoration:none;
	color:#663399;
	font-size:12px;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-right: 8px;
	padding-left: 8px;
}

.top-menu-level1-act a{
/*	text-decoration:underline;*/
background-color:#663399;
color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
}



#header_2_newsletter {
	height:298px;
	padding:0px;
	margin:0px;
	vertical-align: top;
}
#header_2 table.row-02-table {	
	height:261px;
	width:100%;
	background-color:#EDEDED;
}
#header_2_newsletter table.row-02-table {	
	height:298px;
	width:100%;
	background-color:#EDEDED;
}
#textsizeswitch-and-searchbox {
	height:20px;
	position:relative;
}
#logo {
	margin-left:55px;
	margin-top: 160px;
	float: left;
}
#loewe {
	margin-right: 28px;
	float: right;
}

/* ----------------------------------------------------------------------------------------------------------- */
/* Top Menu */
.menu-t-wrap {
	height:39px;
	padding-right:12px;
}
#menu-t {
	text-align:right;
	padding-top:13px;
}
#menu-t a {
	color:#999999;
	text-decoration:none;
	text-transform:uppercase;
	font-size:9px;
	font-weight:normal;
}
#menu-t a:hover {
	color:black;
}
#menu-t span.top-menu-level1-act a, #menu-t span.top-menu-level1-act a:hover {
	color:#660000;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Text Size Switch */
#text-size-switch {
	float:left; 
	width:675px; 
	height:20px;
	text-align:right;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Searchbox */
#search-box {
	/*position:absolute; right:0; top:0;*/
	padding:0;
	margin:0;
	/*margin-left:10px;*/
	padding-top:3px;
}

.search{
	border:none;
	border-style:solid;
	border-width:1px;
	border-color:#663399;
	height:15px; 
	width:130px; 
	font-size:10px;
	color:663399;

}


.searchbut{
	background-color:#663399;
	color:#FFFFFF;
	font-size:10px;
	padding-top:0px;
	margin-top:0px;
	margin-left:1px;
	height:19px;
	width:79px;
	font-family:Arial, Helvetica, sans-serif;
}

#search-box table {
	margin:0;
}
#search-box table td {
	padding:0;
}
#search-box form {
	padding-right:12px;
}
#search-box input#image-f-img {
	margin:0;
}
#search-box input.quick-search-tf {
	height: 18px !important;
	height: 20px;
	line-height: 18px;
	width:107px;
	border:1px solid #B2B2B2;
	background-color:white;
	color:#999999;
	font-size:11px;
	margin: 0px;
	padding: 0px;
}
/* ----------------------------------------------------------------------------------------------------------- */
/*  Main Menu */
.menuh-wrap {
	height:24px;
	padding-left:24px;
	background-color:#660000;
}
#menuh {
	padding:0;
	margin:0;
	border:0;
	height:24px;
}




#menuh div {
	float:left;
	margin:0px;
	padding:0px;
	height:24px;
	background-color:#660000;
	color:white;
}
#menuh div a {
	float:left;
	text-decoration:none;
	font-size:11px;
	line-height:23px;
	font-weight:normal;
	text-transform:uppercase;
	padding:0px 14px;
	margin:0;
	color:white;
	display:block;
	height:24px;
}
#menuh div a:hover {
	background-color:#D1B2B2;
}
#menuh div.mainmenu-level1-act {
	background-color:white;
}
#menuh div.mainmenu-level1-act a, #menuh div.mainmenu-level1-act a:hover {
	color:#660000;
	background-color:white;
}

/* ----------------------------------------------------------------------------------------------------------- */
/* Weiszer Abstand nach dem Content-Bereich */
.spacer-bottom {
	height:32px;
	padding-top: 30px;
	vertical-align: bottom;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Bread Crumbs Menu */
.path-wrapper {
	position:relative;
}
#path {
	position:absolute; left:0; top:0;
	z-index:100;
	white-space: nowrap;
	margin:0;
	margin-left:14px;
	margin-bottom:29px;
	padding:0;
	padding-top:10px;
	font-size:9px;
	color:#999999;
	text-align:left;
}
#path a {
	text-transform:uppercase;
	font-size:9px;
	text-decoration:none;
	color:#999999;
}
#path a:hover {
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Sub Menu (Side Navigation) */
.menuv-wrap {
	width:180px;
	vertical-align: top;
	background-color:#EDEDED;
}
#menuv {
	margin-top:5px;
}
#menuv a:hover {
	color:#000;
}
#menuv DIV {
	text-align:left;
	padding:3px 0;
	padding-bottom:5px;
	padding-left:27px;
}


/* Level 1, normal state (NO) */
#menuv DIV A {
	text-decoration:none;
	color:#999999;
	text-transform:uppercase;
	font-size: 10px;
	font-weight:bold;
}
/* Level 1, hover */
#menuv div.menuv-level1-no {
}
#menuv div.menuv-level1-no a:hover {
	color:#000000;
}
/* Level 1, active state (ACT) */
#menuv div.menuv-level1-act {
	background-color:white;
}
#menuv div.menuv-level1-act a {
	color:#660000;
}
/* Level 1: End */

/* Level 2, normal state (NO) */
#menuv .menuv-level2-no {
	padding-left:0;
	padding-top:8px;
	margin-left:27px;
	padding-bottom:8px;
}
/* Level 2, active state (ACT) */
#menuv .menuv-level2-act {
	padding-left:0;
	padding-top:8px;
	margin-left:27px;
	border-bottom:2px solid #ffffff;
	padding-bottom:3px;
}
#menuv .menuv-level2-no a, #menuv .menuv-level2-act a {
	font-weight:bold;
}
#menuv .menuv-level2-act a {
	color:#660000;
	font-weight:bold;
}
/* Level 2: End */

/*  Level 3, normal state (NO) */
#menuv .menuv-level3-no {
	padding-left:33px;
}
/*  Level 3, active state (ACT) */
#menuv .menuv-level3-act {
	padding-left:33px;	
} 
#menuv .menuv-level3-no a, #menuv .menuv-level3-act a {
	font-weight:normal;
	font-size:9px;
}
#menuv .menuv-level3-act a {
	color:#660000;
}
/* Level 3: End */

/* ----------------------------------------------------------------------------------------------------------- */
/* Fuszzeile */
.footer {
	background-image:url(../../../younglions-contentimages/trennlinie.gif);
	background-repeat:no-repeat;
	background-position:left top;
	vertical-align:top;
	border-top: 20px solid #FFFFFF;
	/*padding-left: 55px;*/
	height: 63px;
	padding-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	
}
.footer_newsletter {
	vertical-align:top;
	border-top: 2px solid #FFFFFF;
	padding-left: 55px;
	height: 37px;
}

/* ----------------------------------------------------------------------------------------------------------- */
/* Menu Bottom i. d. Fuszzeile */
#menu-b {
	text-align:left;
	vertical-align:top;
	padding-top:6px;
	/*padding-left: 3px;*/
}
#menu-b a {
	
}




.menub-level1-act a, .menub-level1-norm a{
	font-size:10px;
	color:#663399;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-right: 8px;
	padding-left: 8px;
}

.menub-level1-act a{
background-color:#663399;
color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
}

#poweredby {
	float: left;
	margin-left: 143px;
	padding-top: 3px;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Breite für Main Templates MIT Navigation (mit und ohne Breadcrumbs) */
#main-tmpl-navi-breadcr .content-section-width, #main-tmpl-navi .content-section-width {

}
#main-tmpl-navi-breadcr #colRight {
/*	margin-top:-9px; */
}
/* Main Template MIT Navigation OHNE Breadcrumbs-Navigation */
#main-tmpl-navi #path {
	display:none;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Breits für Main Templates OHNE Navigation (mit und ohne Breadcrumbs) */
#main-tmpl-breadcr .content-section-width, #main-tmpl .content-section-width {
	
}
/* Main Templates OHNE Navigation OHNE Breadcrumbs-Navigation */
#main-tmpl #path {
	display:none;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Globale Definitionen fuer den Content-Bereich */
#content {
	margin:0;
	padding:0;
	/*text-align:left;*/
}
#content a {
	color: #663399;
	}
#content a.download {
	color:#660000;
}
#content a:hover {
	text-decoration: underline;
}
#content h2 {
	font-size:13px;
	margin:0;
	margin-bottom:32px;
}
#content h3, #content h3 a {
	font-size:13px;
	margin:0;
	margin-bottom:1px;
}

#content p {
	margin-top:0px;
	text-align:left;
	line-height:16px;
}
#content h5 {
	font-size:13px;
	margin:0;
	margin-bottom:1px;
}
#content .csc-sitemap ul li {
	text-transform:uppercase;
	padding:4px 0;
}
#content table.content-table-01 {
	margin-bottom:20px;
}
#content table.content-table-01 th {
	background-color:#DCC376;
	text-align:center;
	font-weight:normal;
}
#content table.content-table-01 td, #content table.content-table-01 td p {
	text-align:center;
}
#content table.content-table-01 td p, #content table.content-table-01 th p {
	margin:0;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* colRight Boxen */

.hl-right, .hl-right2{
	border:none;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#663399;
	padding-bottom:5px;
	padding-left:10px;
}

.hl-right2{
	padding-top:45px;
}


#content #colRight .csc-frame-frame1 {
	margin:0;
	padding:0;
}

/*#content #colRight .csc-frame-frame1 p {
	font-size:10px;
	font-weight:normal;
}*/

#content #colRight .csc-frame-frame1 h4 {
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	margin:0;
	padding:0;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}

/*#content #colRight .csc-frame-frame1 p {
	margin:0;
	padding:0;
	padding-left:22px;
	padding-bottom:7px;
	padding-top:7px;

}*/

#content #colRight .csc-frame-frame1 p a {
	text-decoration:none;
	color:#000000;
}

#content #colRight .csc-textpic-text {
	margin:0;
	padding:0;
}

/* ----------------------------------------------------------------------------------------------------------- */
/* Sub Templates */
/*.defined-min-height {
	min-height:300px;
	height:auto !important;
	height:300px;
}*/


/* 1-spaltig MIT Padding */
#one-col-subtemplate-padding {
	margin-left: 62px;
}
	#one-col-subtemplate-padding #colNormal {
		
	}

/* ----------------------------------------------------------------------------------------------------------- */
/* SUBTEMPLATE: 2-spaltig - im Main Template MIT Navigation MIT Padding */
#two-col-subtemplate-padding {
	margin:0;
	padding:0;
	margin-left:60px;

}
	/* ColNormal */

#colNormalwrap1 {
	width:520px;
	vertical-align: top;
}

#colNormalwrap2 {
	width:700px;
	vertical-align: top;
}
#two-col-subtemplate-padding #colNormalwrap2 #colNormal {
	width:700px;
}
#two-col-subtemplate-padding #colNormal {
		padding-top:16px;
		vertical-align:top;
		width: 520px;
		/*margin-right:38px;*/
	}


	/* ColRight */
	
.right{
	border:none;
			width: 350px;
/*		float:left;*/

		border-left-style:solid;
		border-left-color:#CCCCCC;
		border-left-width:1px;
}

	
.right2{
	border:none;
	width: 170px;
	border-left-style:solid;
	border-left-color:#CCCCCC;
	border-left-width:1px;
}

#two-col-subtemplate-padding #colRight {
		/*width: 340px;*/
		margin-left:10px;
		
	/*	background-color:#622181;*/
	}
	#two-col-subtemplate-padding #colRight p, #two-col-subtemplate-padding #colRight div {
		color:#999999;
		font-size:11px;
	}
	#two-col-subtemplate-padding #colRight p {
		/*padding-left:15px;*/
		margin-bottom:0px;
		padding-bottom:4px;
		
	}
	#two-col-subtemplate-padding #colRight h3, #two-col-subtemplate-padding #colRight h3 A {	
		color:#999999;
		font-size:11px;
		text-decoration:none;
		font-weight:bold;
		/*padding-left:15px;*/
		padding-top:3px;
	}
	#two-col-subtemplate-padding .csc-header {
		padding-top:3px;
	}
	.csc-my-table {

	}
	.csc-my-table td {
		padding-left:10px;
	}
	#two-col-subtemplate-padding #colRight .csc-my-table h3 {
		COLOR: #663399;
	}






/* ----------------------------------------------------------------------------------------------------------- */
/* default styles for extension "tx_cssstyledcontent" */
/* Captions */
DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

/* Needed for noRows setting */
DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

/* Border just around the image */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 1px solid #CCCCCC;
	padding: 0px 0px;
	margin:0;
}

DIV.csc-textpic-imagewrap { padding: 0; }

DIV.csc-textpic IMG { border: none; }

/* DIV: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

/* UL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

/* DL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csc-textpic-image { margin: 0; }
DL.csc-textpic-image DT { margin: 0; display: inline; }
DL.csc-textpic-image DD { margin: 0; }

/* Clearer */
DIV.csc-textpic-clear { clear: both; height:0;}

/* Margins around images: */

/* Pictures on left, add margin on right */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-right: 10px;
}

/* Pictures on right, add margin on left */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}

/* Pictures centered, add margin on left */
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;

}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0;}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

/* Space below each image (also in-between rows) */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0px; }
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

/* No margins around the whole image-block */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

/* Add margin from image-block to text (in case of "Text w/ images") */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
	margin-right: 10px !important;
}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	margin-left: 10px !important;
}

/* Positioning of images: */

/* Above */
DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

/* Center (above or below) */
DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

/* Left (above or below) */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

/* Left (in text) */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

/* Right (in text) */
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

/* Right (in text, no wrap around) */
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */

/* Left (in text, no wrap around) */
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */

/* Vorgenommene Adaptionen */
#colRight .csc-frame, #colRight .csc-frame-frame1, #colRight .csc-textpic-text {
	margin:0;
	padding:0;
}

/* ----------------------------------------------------------------------------------------------------------- */
/* Boxen auf Startseite im colNormal-Bereich */
#colNormal div.csc-frame-indent a, #colNormal div.csc-frame-indent3366 a, #colNormal div.csc-frame-indent6633 a {
	color:#000000;
}
/* 1. Drittel */
#colNormal div.csc-frame-indent {
	float:left;
	width:229px;
}
#colNormal div.csc-frame h4 {
	font-weight:normal;
}
#colNormal div.csc-frame-indent h4 {
	background-color:#660000;
	color:white;
	text-transform:uppercase;
	font-size:11px;
	margin:0;
	padding:6px 0;
	padding-left:12px;
}
#colNormal div.csc-frame-indent img, #colNormal div.csc-frame-indent a img {
	margin:3px 0;
}
#colNormal div.csc-frame-indent ul {
	margin:0;
	padding:0;
	padding-left:12px;
	padding-top:7px;
	background-color:#d1b2b2;
	list-style-type:none;
}
#colNormal div.csc-frame-indent ul li {
	text-transform:uppercase;
	font-size:11px;
	text-align:left;
	padding:0;
	margin:0;
	padding-left:12px;
	padding-bottom:7px;

}
/* 2. Drittel */
#colNormal div.csc-frame-indent3366 {
	float:left;
	width:229px;
	margin-left:22px;
}
#colNormal div.csc-frame-indent3366 h4 {
	background-color:#660000;
	color:white;
	text-transform:uppercase;
	font-size:11px;
	margin:0;
	padding:6px 0;
	padding-left:12px;
}
#colNormal div.csc-frame-indent3366 img, #colNormal div.csc-frame-indent3366 a img {
	margin:3px 0;
}
#colNormal div.csc-frame-indent3366 ul {
	margin:0;
	padding:0;
	padding-left:12px;
	padding-top:7px;
	background-color:#d1b2b2;
	list-style-type:none;
}
#colNormal div.csc-frame-indent3366 ul li {
	text-transform:uppercase;
	font-size:11px;
	text-align:left;
	padding:0;
	margin:0;
	padding-left:12px;
	padding-bottom:7px;
	
}
/* 3. Drittel */
#colNormal div.csc-frame-indent6633 {
	float:left;
	width:229px;
}
#colNormal div.csc-frame-indent6633 h4 {
	background-color:#660000;
	color:white;
	text-transform:uppercase;
	font-size:11px;
	margin:0;
	padding:6px 0;
	padding-left:12px;
}
#colNormal div.csc-frame-indent6633 img, #colNormal div.csc-frame-indent6633 a img {
	margin:3px 0;
}
#colNormal div.csc-frame-indent6633 ul {
	margin:0;
	padding:0;
	padding-left:12px;
	padding-top:7px;
	background-color:#d1b2b2;
	list-style-type:none;
}
#colNormal div.csc-frame-indent6633 ul li {
	text-transform:uppercase;
	font-size:11px;
	text-align:left;
	padding:0;
	margin:0;
	padding-left:12px;
	padding-bottom:7px;

}

/* ----------------------------------------------------------------------------------------------------------- */
/* NEWS */

.tx-ttnews-browsebox {
	padding-bottom:12px;
}

.news-single-author, .news-single-timedata {
	display:none;
}

.news-list-item{

}
.news-list-item, .ycteam-list-item {
	width:480px;

/*		border-color:#020000;
	border-width:1px;
	border-style:solid;*/
}

.news-list-item-over, .ycteam-list-item-over, .news-list-item-over a, .ycteam-list-item-over a, .news-list-item-over a:hover, .ycteam-list-item-over a:hover {
	background-color: #F7C3D9;
	text-decoration:none;
	cursor: hand;
}
#colNormal .news-list-item h3 a {
	
}

.news-list-item p, .ycteam-list-item p {
	font-size:11px;
	color:#999999;
	margin-bottom:0px;
	margin-top: 0px;
}
.news-list-category {
	display:none;
}
#content .news-single-category {
	display:none;
}
#content .news-list-item H3, .ycteam-list-item H3 {
	margin-bottom:0px;
}
#content .news-list-item h3 a,#content .news-list-item h3 a:hover, .ycteam-list-item h3 a, .ycteam-list-item h3 a:hover {
	color:#999999;
	font-size:13px;
	text-decoration:none;
	margin-bottom:0px;
	margin-top: 0px;

}
#colNormal .news-list-morelink {
	text-align:right;
	font-size:11px;
	margin:0;
}
#colNormal .news-list-morelink a {
	color:#999999;
}
.news-single-item p, .ycteam-single-item p {
	text-align:justify;
}
.news-list-item img {

}
.news-list-date {
	float: right;
	font-weight:bold;
	font-size:10px;
}
div.news-list-date {
	font-size:10px;
	text-align:right;
	float:none;
	font-weight:normal;
	padding-bottom:3px;
}
.imgtext-nowrap {
	width: 100%;
}
#colNormal .news-single-imgcaption, .ycteam-single-imgcaption {
	font-size:11px;
	width:160px;
	text-align:left;
	color:#999999;
	line-height:normal;
	margin-top:0px;
	padding-bottom:20px;
}
.news-single-files dt, .ycteam-single-files dt {
	font-weight:bold;
}
.news-list-container hr {
	margin:24px 0;
	height:1px;
	border:none;
	border-bottom:1px #CCCCCC solid;
}
.news-single-img, .ycteam-single-img {
	float:left;
	margin-right:12px;
	margin-top:5px;
}
.news-single-img img, .ycteam-single-img img {
	margin:0;
	padding:0;
}
.news-single-files dt, .news-single-links dt, .news-single-related dt, .ycteam-single-files dt, .ycteam-single-links dt, .ycteam-single-related dt {
	display:block;
	font-weight:bold;
	border-bottom:1px #CCCCCC solid;
	margin-bottom:8px;
	padding-bottom:2px;
}
#colNormal .news-single-links p a, .ycteam-single-links p a {
	font-size:14px;
	margin-bottom:3px;
	color:#663399;
/*	background-image: url(../images/raquo-news-links.gif);
	background-repeat: no-repeat;
	background-position: left 6px;*/
	padding-left:14px;
	text-decoration:none;
}
.news-single-additional-info, .ycteam-single-additional-info {
	padding-bottom:16px;
}
.news-single-backlink, .ycteam-single-backlink {
	padding-bottom:16px;
}


/***************/
/* News Latest */

.news-latest-container, .ycteam-featured-container {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
}

#colRight .news-latest-container h3, #colRight .ycteam-featured-container H3 {
	margin-bottom:0;
		color:#999999;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}
#colRight .news-latest-container h3 a, #colRight .ycteam-featured-container H3 A {
	color:#999999;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}
#colRight .news-latest-container p, #colRight .ycteam-featured-container P, #two-col-subtemplate-padding #colRight .news-latest-container P {
	font-weight:normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#colRight .news-latest-container img, #colRight .ycteam-featured-container IMG {
	margin-top:0px;
	
}


.latest-td-element{
	margin:0;
	width:350px;
	padding:0;
}

.news-latest-item , .ycteam-featured {
	padding-top: 2px;
	padding-bottom:2px;
}
.ycteam-featured {
	padding-top: 3px;
	padding-bottom:5px;
	/*width: 350px;*/
}
.news-latest-item-over, .ycteam-featured-over {
	padding-top: 2px;
	padding-bottom:2px;
	/*background-color: #F7C3D9;*/
	background-color:#FAE1EC;
	cursor: hand;
}
/***************/
/* News Single */

#colNormal .news-single-item h1, .ycteam-single-item h1 {

}
#colNormal #news-single-table,  #ycteam-single-table {
}
#colNormal #news-single-table h3, #ycteam-single-table h3 {
	background-color:transparent;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}

#colNormal #news-single-table .news-single-content-col p, #ycteam-single-table .ycteam-single-content-col p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:24px;
	margin-top:0;

}
.ycteam-single-content-col-top {
	vertical-align: bottom;
}
.ycteam-single-content-col-top .box {
	margin-bottom: 30px;
	}
.news-single-pic-col, .ycteam-single-pic-col {
	vertical-align:top;
	width:160px;
	text-align:left;
	color:#663399;
	font-size:11px;
}
.news-single-image, .ycteam-single-image {
	margin-bottom:0px;
	padding: 0px;
}

.news-single-pic-col img, .ycteam-single-pic-col img {

}
.news-single-pic-col p, .ycteam-single-pic-col p {
	margin:0;
	padding:0px;
}
.news-single-content-col, .ycteam-single-content-col {
	width: 360px;
}
.news-single-content-subheader {
	margin-bottom: 10px;
}
#colNormal .news-single-back-link a, .ycteam-single-back-link a {
	font-size:11px;
	color:#663399;
	text-decoration:none;
}
.news-list-container a {
	text-decoration:none;
}



/* ----------------------------------------------------------------------------------------------------------- */
/* goof_fotoboek */
.tx-gooffotoboek-pi1 td.gfpb_landscape div,
.tx-gooffotoboek-pi1 td.gfpb_portret div {
	width:166px;
	height:129px;
	border:1px #CCCCCC solid;
	text-align:center;
	margin-right:10px;
	margin-bottom:10px;
}
.tx-gooffotoboek-pi1 td div img {
	margin:8px;
}
.gfpb_empty {
	display:none;
}
#single-view h3 {
	margin-bottom:16px;
}
#single-view div {
	border:1px #CCCCCC solid;
	width:722px;
	text-align:center;
}
.fotogalerie {
	float:left;
	border:1px #CCCCCC solid;
	text-align:center;
	padding:0;
	margin:0;
	width:166px;
	height:180px;
	margin-right:10px;
	margin-bottom:10px;
}
.single-navi-col-01 {
	width:33%;
	vertical-align:top;
	padding:6px 0;
}
.single-navi-col-02 {
	text-align:center;
	width:33%;
	line-height:16px;
	padding:6px 0;
	vertical-align:top;
}
.single-navi-col-03 {
	text-align:right;
	width:33%;
	padding-bottom:6px;
	vertical-align:top;
	padding:6px 0;
}

.mousehover{
	text-align:left;
	padding-left:0px;
	margin-left:0px;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* INDEXED SEARCH */
.tx-indexedsearch-title, .tx-indexedsearch-percent, .tx-indexedsearch-icon {
	font-weight:bold;
	padding:4px 0;
}
#content .tx-indexedsearch-title a {
}
.tx-indexedsearch-title, .tx-indexedsearch-percent {
	border-bottom:1px #CCCCCC solid;
}
.tx-indexedsearch-descr {
	padding-top:6px;
	padding-left:4px;
	padding-bottom:10px;
}
.tx-indexedsearch-info {
	padding-left:4px;
	font-size:10px;
}
.tx-indexedsearch-res {
	margin-bottom:32px;
	clear:both;
}
.tx-indexedsearch-redMarkup {
	color:#660000;
}
.tx-indexedsearch-list {
	padding-left:4px;
}
.tx-indexedsearch-searchbox td {
	font-weight:bold;
}
.tx-indexedsearch-searchbox select, .tx-indexedsearch-searchbox input {
	margin:1px 0;
	margin-left:10px;
	font-weight:normal;
	color: #663399;
}

input{
	color: #663399;
}
input.tx-indexedsearch-searchbox-sword {

}
.tx-indexedsearch-selectbox-type,
.tx-indexedsearch-selectbox-media,
.tx-indexedsearch-selectbox-sections,
.tx-indexedsearch-selectbox-order {
	width:205px;
}
.tx-indexedsearch-selectbox-defop,
.tx-indexedsearch-selectbox-lang,
.tx-indexedsearch-selectbox-desc {
	width:145px;
}
.tx-indexedsearch-searchbox-sword {
	width:355px;
}

ul.browsebox {
	padding:0;
	margin:0;
	padding-bottom:16px;
}
.browsebox li {
	display:inline;
	margin-right: 5px;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* MD DOWNLOADBOX */
.md_downloadboxtitle {
	margin:0;
	margin-bottom:1px;
	display:none;
}
.md_downloadboxheadrow {
	font-size: 10px;
}
.md_downloadboxheadrow {
	padding:4px 0;
}
table.md_downloadboxtable {
	margin-bottom:16px;
}
.md_downloadboxrow1 {
	background-color: #EEEEEE;
	padding-top:1px;
	padding-bottom:1px;
}
.md_downloadboxrow2 {
	background-color: #FFFFFF;
	padding-top:1px;
	padding-bottom:1px
}
.md_downloadboxrow2 img {
		margin-bottom:1px;
}
.md_downloadboxfilename {
	width: 89%;
	padding-left:5px;
	font-weight:bold;
}
#content .md_downloadboxfilename a {
	text-decoration:none;
	font-weight:normal;
}
#content .md_downloadboxfilename a:hover {
	text-decoration:underline;
}
.md_downloadboxfiletype {
	width: 60px;
	padding-right:5px;
}
.md_downloadboxfilesize {
	width: 60px;
	text-align:right;
}
.md_downloadboxtable {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

/* ----------------------------------------------------------------------------------------------------------- */
/* CSC-Frames */

.csc-frame-frame4, .csc-frame-frame4 p {
	font-size:9px;
}

/* Hell-rose-Bereich OHNE Padding */
.csc-frame-frame5 {
	background-color:#FAE1EC;
	color: #63207F;
	padding-left: 10px;
}
.csc-frame-frame5 li, .csc-frame-frame5 td,  .csc-frame-frame5 th, .csc-frame-frame5 ul, .csc-frame-frame5 ol, .csc-frame-frame5 center, .csc-frame-frame5 textarea, .csc-frame-frame5 p, .csc-frame-frame5 input, .csc-frame-frame5 div,.csc-frame-frame5 p,.csc-frame-frame5 h3 {
	color: #63207F;
}
.csc-frame-frame5 h1 {
	color: #63207F;
	font-size: 14px;
	margin:0;
	padding:0;

	padding-top:10px;
	padding-bottom:25px;

}
.csc-frame-frame5 ul {
	margin:0;
	padding:0;
	list-style-type:none;
	height: 16px;
}
.csc-frame-frame5 ul li {
	float:left;
	margin-right:2px;
}
#colNormal .csc-frame-frame5 ul li a {
	display:block;
	font-weight:bold;
	text-align:center;
	padding:1px 0px;
	width:145px;
	color:#fff;
	text-decoration:none;
	background-color:#8A549F;
	font-size:11px;
}
#colNormal .csc-frame-frame5 ul li a:hover, #colNormal .csc-frame-frame5 ul li.active a {
	background-color:#5D277D;
}

/* Hell-rose-Bereich MIT Padding */
.csc-frame-frame6 {
	background-color:#FAE1EC;
	padding:0px 20px;
	padding-top:20px;
	padding-bottom:20px;
}
.csc-frame-frame6 li, .csc-frame-frame6 td,  .csc-frame-frame6 th, .csc-frame-frame6 ul, .csc-frame-frame6 ol, .csc-frame-frame6 center, .csc-frame-frame6 textarea, .csc-frame-frame6 p, .csc-frame-frame6 input, .csc-frame-frame6 div,.csc-frame-frame6 p,.csc-frame-frame6 h3 {
	color: #63207F;
}
.csc-frame-frame6 p {
/*	margin-bottom:25px; */
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Custom Tables */
#colNormal table.standard-table td {
	vertical-align:top;
	text-align:left;	
}
#colNormal table.standard-table td p {
	margin:0;
}
#colNormal table.print-briefing-table td.col-02 {
	width:245px;
}
#colNormal table.print-briefing-table td {
	vertical-align:top;
	line-height:16px;
	padding:2px 0;
}
#colNormal table.print-briefing-table p {
	margin:0;
	line-height:16px;
}
#colNormal table.print-download-table {
	margin-bottom:25px;
}
#colNormal table.print-download-table td {
	padding:1px 0;
}
#colNormal table.print-download-table td.col-01 {
	width:108px;
}
#colNormal table.print-download-table td.col-02 {

}
#colNormal table.print-download-table td.col-03 {
	width:256px;
}
#colNormal table.print-download-table td.col-03 {
	vertical-align:bottom;
	text-align:right;
}

/* ----------------------------------------------------------------------------------------------------------- */
/* Young Creatives */
.ycform * {
	font-size: 11px;
}
.ycform {
/*	background-color: #FAE1EC; */
}
.ycformmaintable {
	margin-top: 20px;
}
.ycformmaintable tbody {
	margin:0;
	padding:0;
}
.ycform TD {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #EE87B4;

}
.ycform .label {
	width: 130px;
}
.ycform .element {
	
}
.ycform .partnerboerseelement {
	width: 800px;
}

.ycform .label P {
	padding-left: 10px;
}
.ycform INPUT, .ycform TEXTAREA, .tx-mdyc-pi4-searchbox-sword, .tx-newloginbox-pi1 INPUT {
	border: 1px solid #ACA6AA;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #663399;
}
.ycform SELECT {
	border: 1px solid #ACA6AA;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #663399;
}
.ycform .checkbox {
	border: none;
	width: 20px;
}
.ycform .submit, .ycform .back , .ycform .tx-sremailsubscribe-pi1-submit, .tx-mdyc-pi4-searchbox-button, .tx-newloginbox-pi1 .nlib-submit {
	background-color: #88519C;
	border: none;
	width: 140px;
	color: #FFFFFF;
}
.tx-mdyc-pi4-searchbox-button {
	width: 80px;
}
.tx-newloginbox-pi1 .nlib-submit {
	width: 133px;
}
.ycform .back {
}
.ycform .submit {
}
.ycform .headerleft {
	background-color: #EE87B4;
	padding-left: 10px;
	color: #FFFFFF;
}
.ycform .imgheader {
	padding: 10px;
}
.ycform .imgheader-partner {
	padding: 10px;
	padding-bottom: 0px;
}
TABLE.kategorien {
	margin-left: 4px;
}
.partnerfunktion {
	margin-left: 20px;
	margin-top: 2px;
	color: #663399;
	height: 20px;
}
.kategorien TD, .viola, .viola TD {
	background-color: #B78DBD;
	color: #663399;
	height: 20px;
}
.viola LABEL {
color: #663399;
}
.violalabel {
	height: 20px;
}
.violalabel P{
	padding: 0px;
	margin: 0px;
	padding-left: 24px;
}
.step4element {
	padding-left: 24px;
}
.step4element P, .step4element LABEL {
	color: #663399;
}
.nextback {
	padding-right: 20px;
}

.stepbread {
	float: left;
	width: 129px;
	background-color: #86509B;
	margin-right: 1px;
}
.stepbread-blind {
	float: left;
	width: 129px;
	background-color: #D5B2D3;
	margin-right: 1px;
}
.stepbread-act {
	float: left;
	width: 129px;
	background-color: #663399;
	margin-right: 1px;
}
.stepbread P, .stepbread-act P, .stepbread-blind P {
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 24px;
	margin:0;
}
.kategorieelement LABEL {
	font-size: 16px;
	font-weight: bold;
	color: #663399
}
.funktionelement LABEL {
	font-size: 12px;
	font-weight: bold;
	color: #663399
}

.partnerlistkategorie {
	padding-bottom: 10px;
	padding-top: 10px;
}
TEXTAREA.partnerkontakt, INPUT.partnerkontakt {
	width: 280px;
}
TEXTAREA.partnerkontakt {
	height: 130px;
}
.tx-mdycpartner-pi2 A {
	text-decoration: none;
}
.ycteampreview {
	margin-left: 5px;
}
.ycteampreview TD {
	color: #663399;
}
.ycteampreview .label {
	width: 0px;
}
.ycteampreview .element {

}
.ycteampreview .fett, .ycform .fett, .tx-mdyc-pi4 .fett, .tx-mdyc-pi11 .fett {
	font-size: 14px;
	font-weight: bold;
}
.tx-mdyc-pi2 .submit, .tx-mdyc-pi2 .back {
	background-color: #88519C;
	border: none;
	width: 140px;
	color: #FFFFFF;
}
.tx-mdyc-pi2 .ycform TEXTAREA {
	width: 350px;
}
.tx-mdyc-pi2 .ycform .element input {
	width: 350px;
}
.tx-mdyc-pi2 .ycform .element .checkbox {
	width: 20px;
}
.tx-mdyc-pi2 .ycform .element .submit {
	width: 140px;
}
.ycteamfunktion {
	padding-left: 10px;
}
.featuredteam {
	padding-top: 3px;
	padding-bottom:5px;
}
.ycteam-list-kat-container {
	text-align:right;
	width: 320px;
	float: right;
}
.ycteam-list-kat-item {
	width: 80px;
	float: left;
	text-align: right;
}
.ycteam-list-kat-item A {
text-decoration: none;
}
.tx-ttnews-browsebox-SCell, .tx-mdyc-pi4-browsebox-SCell, .tx-mdyc-pi9-browsebox-SCell {
	font-weight: bold;
}
.tx-mdyc-pi4-browsebox, .tx-mdyc-pi9-browsebox {
	width: 250px;
	float: left;
}
.tx-mdyc-pi4-browsebox P, .tx-mdyc-pi9-browsebox P {
	margin: 0px;
	padding: 0px;
}
.tx-mdyc-pi4-searchbox, .tx-mdyc-pi9-searchbox {
	width: 220px;
	float: left;
}
.ycteam-list-container {
	clear: both;
	padding-top: 10px;
}
.tx-mdyc-pi5 {
	padding-bottom: 10px;
	padding-top: 10px;
}
.tx-mdyc-pi5 TABLE {

}
.tx-mdyc-pi5-team {
}
.tx-mdyc-pi5-funktionen {
	font-size: 14px;
	width: 130px;
	line-height: 18px;
	padding-left: 10px;
}

TD.tx-mdyc-pi5-namen {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.tx-mdyc-pi2 .ycform .label P, .tx-mdyc-pi6 .ycform .label P, .tx-mdyc-pi7 .ycform .label P, .tx-mdyc-pi10 .ycform .label P {

}
.tx-mdyc-pi6 .teilnahme P,.tx-mdyc-pi7 .teilnahme P,.tx-mdyc-pi10 .teilnahme P {
	padding-left: 27px;
	padding-top: 25px;
}
.tx-mdyc-pi7 .url P {
	padding-left: 27px;
}
.tx-mdyc-pi7 .file P {
	padding-left: 27px;
}
.tx-mdyc-pi6 INPUT,.tx-mdyc-pi7 INPUT,.tx-mdyc-pi8 INPUT, .tx-mdyc-pi10 INPUT {
	width: 200px;
}
.tx-mdyc-pi6-uploadok,.tx-mdyc-pi7-uploadok,.tx-mdyc-pi8-uploadok,.tx-mdyc-pi10-uploadok {
/*	padding: 20px;
	margin-right: 200px;
	border: 2px solid #ED87B2;*/
	font-weight: bold;
	margin-left: 27px;
	margin-top: -20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.tx-mdyc-pi7 .gross, .tx-mdyc-pi8 .gross {
	font-size: 14px;
}
.tx-mdyc-pi8 .normal P {
	padding-left: 27px;
}
.tx-mdyc-pi8 .praesentation P {
	padding-left: 27px;
}
.tx-mdyc-pi9 .bannercell {
/*
	float: left;
	width: 320px;
*/
	padding-right: 20px;
	vertical-align: top;
}
.tx-mdyc-pi9 .overview {
	padding: 20px;
}
.tx-mdyc-pi9 .ycjury {
	margin-bottom: 30px;
}
.tx-mdyc-pi9 .jurywertung {
	clear: both;
}
.tx-mdyc-pi9 .jurykategorie {
	float: left;
	width: 200px;
}
.tx-mdyc-pi9 .juryteamanzeige {
	float: right;
	text-align: right;
	margin-right: 10px;
	width: 200px;
}
.tx-mdyc-pi11 .ycteam-single-votingcol {
	width: 350px;
	vertical-align:top;

}
.tx-mdyc-pi11 .votingbox {
	background-color: #632184;
	color: #FE9B9B;
	padding-left: 15px;
	padding-right: 6px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.tx-mdyc-pi11 .votingbox .bewertung {
	font-size: 24px;
	font-weight: bold;
	color: #FE9B9B;
}
.tx-mdyc-pi11 .votingbox .sterne IMG {
	padding-right: 8px;
	margin-top: 15px;
	margin-bottom: 8px;
}
.tx-mdyc-pi11 .votingbox .numbewertungen {
	font-size: 14px;
	padding-top: 14px;
	padding-bottom: 0px;
	color: #FE9B9B;
	width: 200px;
}
.tx-mdyc-pi11 .votingbox .gesamtbewertung {
	font-size: 36px;
	font-weight: bold;
	color: #FE9B9B;
	text-align: right;
}
.tx-mdyc-pi11 .votingbox .gesamtbewertung IMG {
	vertical-align: middle;
}
.votingerror {
	color: #FF0000;
	font-weight: bold;
}

.tx-mdyc-pi11 .votingbeschreibbox {
	color: #FFFFFF;
	background-color: #632184;
	margin-bottom: 4px;
	width: 350px;
}
.tx-mdyc-pi11 .votingbeschreibbox .text {
	padding-left: 15px;
}
.tx-mdyc-pi11 .votingbeschreibbox .text P {
	color: #FFFFFF;
	padding-bottom: 10px;
}
.tx-mdyc-pi11 .votingbeschreibbox H6 {
	margin:0;
	margin-bottom:1px;
	color:#ED87B2;
	text-transform: uppercase;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	padding-top:3px;
}
.tx-mdyc-pi11 .votingbeschreibbox .image {
	padding-left: 15px;
}
.tx-mdyc-pi11 .votingbeschreibbox-over {
	background-color: #F7C3D9;
	cursor: hand;
}
.tx-mdyc-pi11 .profilpager A {
	font-weight: bold;
	text-decoration: none;
	margin: 10px;
}
.tx-mdyc-pi11 .profilpager {
	margin-top: 10px;
}

.tx-mdyc-pi13 .sieger, .tx-mdyc-pi14 .sieger, .tx-mdyc-pi15 .sieger, .tx-mdyc-pi16 .sieger {
	padding-bottom: 20px;
}

.tx-mdyc-pi13 .stockerl, .tx-mdyc-pi14 .stockerl {
	vertical-align:bottom;
	width: 130px;
}
.tx-mdyc-pi13 .preview {
	vertical-align:middle;
	width: 65px;
}
.tx-mdyc-pi13 .platz1bild, .tx-mdyc-pi14 .platz1bild, .tx-mdyc-pi15 .platz1bild {
	vertical-align:bottom;
	width: 280px;
}
.tx-mdyc-pi13 .platz1text, .tx-mdyc-pi14 .platz1text, .tx-mdyc-pi15 .platz1text, .tx-mdyc-pi16 .platz1text {
	vertical-align:bottom;
	font-weight: bold;
	font-size: 14px;
}
.tx-mdyc-pi14 .preview {
	vertical-align:middle;
	width: 170px;
}
.tx-mdyc-pi15 .preview, .tx-mdyc-pi16 .preview {
	vertical-align:bottom;
	width: 300px;
	padding-bottom: 20px;
}
.tx-mdyc-pi15 .stockerl, .tx-mdyc-pi16 .stockerl {
	vertical-align:bottom;
	width: 390px;
}
.tx-mdyc-pi15 .platzcontainer, .tx-mdyc-pi16 .platzcontainer {

}
.tx-mdyc-pi15 .platzcontainer .arbeit {
	margin-top: 20px;
	float: left;
	width: 65px;
}
.tx-mdyc-pi15 .platzcontainer .team {
	margin-top: 20px;
	float: left;
	width: 300px;
}
.tx-mdyc-pi16 .platzcontainer .arbeit {
	margin-top: 20px;
	float: left;
	width: 130px;
}
.tx-mdyc-pi16 .platzcontainer .team {
	margin-top: 20px;
	float: left;
	width: 200px;
}
.tx-mdyc-pi16 .platz1bild {
	vertical-align:bottom;
	width: 340px;
}

.tx-mdyc-pi3 {
	padding-top: 10px;
	width: 340px;

}
.tx-mdyc-pi3 .item {
	margin-right: 1px;
	margin-bottom: 1px;
	float: left;
	width:55px;
}
#two-col-subtemplate-padding #colRight .tx-mdyc-pi3 DIV {
	line-height:0px;
	font-size: 0px;
}
h1.teamname {
	font-size: 18px;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* MailFormPlus Kontaktseite */
#form336 p {
	margin:0;
}



/* ----------------------------------------------------------------------------------------------------------- */
/* News-Letter-Anpassungen */
#tx-sremailsubscribe-pi1-tt_address_form td.element p {
	padding:0;
	margin:0;
}

#tx-sremailsubscribe-pi1-tt_address_form td.element input.tx-sremailsubscribe-pi1-checkbox {
	border:0;
	padding:0;
	width:auto;
}

td.form-description {
	padding:12px 24px;
}
td.form-description p {
	padding:0;
	margin:0;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Mouse Over */
.csc-frame-fancy {

}
.csc-frame-fancy-over {
	background-color: #F7C3D9;
	cursor: hand;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Footer: Partnerbörse-Button */
#partnerboerse {
	float:left;
	padding-left:112px;
	height:32px;
}

/* ----------------------------------------------------------------------------------------------------------- */
/* New Login Box */

.newloginbox-section {

}
.newloginbox-section p {
	margin-bottom:0;
	font-size:11px;
}
.newloginbox-section td {
	padding-top:2px;
	padding-bottom:2px;
	padding-right:0px;
}
.newloginbox-section label {
	color:#663399;
	font-size:11px;
	padding-right:32px;
}
#content .members-area-margin-right {
	margin-left:23px;
	margin-right:23px;
}





.counter-header{
	font-size:13px;
	color: #622181;
	font-weight:bold;

}

#counter-wrapper {
/*	position:absolute; top:152px; left:582px; width:193px; height:97px;*/
		padding-top:61px;
	padding-left:20px;
	
}
.counter-inner-wrapper {
/*	width:193px; height:97px; background-color:#622181;*/
}
#Countdown {
	color:#ffffff;
	text-align:center;
	font-size:24px;
	height: 30px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:7px;
	background-color: #663399;
}



.showmouse {
	display:none;
}
.hidemouse {
	display:inline;
}
.mousehover {
}
.mousehover:hover .showmouse, .jsshow {
	display:inline;
}
.mousehover:hover .hidemouse, .jshide {
	display:none;
}
.csc-textpic-image {
	margin-bottom:0px !important;
	margin:0;
}

DIV.csc-textpic-image DIV.csc-textpic-firstcol DIV.csc-textpic-lastcol{
	margin-bottom:0px; !important;
}
.csc-textpic-imagerow {margin-bottom:0px !important;}

/*.tx_mouseover-caption-box {
	display:block;
	min-height: 3em;
}
.mousehover:hover .csc-textpic-caption {
	visibility:visible;
}
.mousehover .csc-textpic-caption {
	position:absolute;
	z-index:99;
	background-color:#ffc;
	border:1px solid #fc6;
}
.tx_mouseover-caption, .tx_mouseover-caption-standard {
	position:absolute;
	top:0px;
	display:none;
}
.tx_mouseover-caption-standard {visibility:visible;}*/

.grossesbildstartseite {
	width: 340px;
	float: left;
	margin-bottom: 38px;
}
.nebengrossesbildstartseite {
	float: left;
	margin-left: 12px;
}

/* Navigation im Bewerb rechts */
#subnavbewerb {
	margin-top: 30px;
}
#subnavbewerb .header {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
}
#subnavbewerb .level1, #subnavbewerb .level1-act, #subnavbewerb .level2, #subnavbewerb .level2-act {
	margin-top: 2px;
	padding: 2px;
	text-transform: uppercase;
}
#subnavbewerb .level1 A, #subnavbewerb .level1-act A,#subnavbewerb .level2 A, #subnavbewerb .level2-act A {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#subnavbewerb .level1-act, #subnavbewerb .level2-act {
	background-color: #63207F;
}
#subnavbewerb .level2, #subnavbewerb .level2-act {
	margin-left: 20px;
}
#subnavbewerb .level1-act A, #subnavbewerb .level2-act A {
	color: #FFFFFF;
}

.csc-subheader {
	font-size: 14px;
	font-weight: bold;
}

/* ----------------------------------------------------------------------------------------------------------- */
/* tx-koimageflow-pi1 */

.tx-koimageflow-pi1
{
	background-color: #FFFFFF;
	position: relative;
	width: 700px;
}
.tx-koimageflow-pi1 *
{
	color: white;
}
.tx-koimageflow-pi1 img
{
	border: none;
	position: absolute;
}
.tx-koimageflow-pi1 a
{
	color: #fff;
}
.tx-koimageflow-pi1 #images
{
	visibility: hidden;
}
.tx-koimageflow-pi1 #loading
{
	margin-top: 50px;
	text-align: center;
	width: 100%;
}
.tx-koimageflow-pi1 #loading img
{
	margin-top: 10px;
	position: relative;
}
.tx-koimageflow-pi1 #captions
{
	font-size: 10px;
	font-weight: bold;
	position: relative;
	text-align: center;
	z-index: 10000;
}
.tx-koimageflow-pi1 #scrollbar
{
	border-bottom: 1px solid #ed87b2;
	position: relative;
	visibility: hidden;
	z-index: 10001;
}
.tx-koimageflow-pi1 #slider
{
	background-image: url('/fileadmin/template/main/images/slider.gif');
	background-repeat: no-repeat;
	height: 14px;
	margin-left: -7px;
	margin-top: -7px;
	position: absolute;
	width: 14px;
	z-index: 10002;
}