/***** ALLGEMEINE DEFINITIONEN *****/
body {
    padding: 0;
    margin: 0;
	background-color:#f6f6f6;
	font-family:georgia, times-new-roman;
	font-size:13px;
	color:#555555;	
}

ul {
    margin:0;
    padding:0;
}

h1, h2, h3, h4, h5 {
    margin:0;
    padding:0;
    padding:0 25px 0 25px;;
}

/***** ENDE ALLGMEINE DEFINITIONEN *****/

/***** RAHMEN *****/
.outer_frame {
	position:relative;
	width:897px;
	top:15px;
	left:50%;
	margin-left:-449px;
}

.inner_frame {
    position:relative;
    clear: both;
	width:100%;
}
/***** ENDE RAHMEN *****/

/***** OBERE NAVIGATION *****/
.top-nav {
    width:100%;
    text-align:right;
    padding-top:7px;
    padding-bottom:5px;
    font-size:12px;
}

.top-nav ul {
    list-style:none;
    margin-right:0px;
}

.top-nav ul li {
    display:inline;
    padding-left:10px;
}

.top-nav a, .top-nav a:hover {
	color:#777777;
}

/***** HEADER *****/
.header {
    position:relative;
	width:100%;
	height:157px;
	background:#ffffff url(../images/header6.jpg) no-repeat;
}

.slogan {
    position:absolute;
    width:60%;
	bottom:40px;
	margin-left:25px;
}

.header p {
	margin:0;
	padding:0;
	padding-right:20px;
}

.header p.row1 {
	font-size:26px;
	color:#006666;
}

.header p.row2 {
    position:relative;
	font-size:20px;
	padding-top:2px;
	color:#ffffff;
	z-index:5;
}

.header p.shadow {
    position:absolute;
    margin-top:-22px;
    margin-left:2px;
	font-size:20px;
	color:#999999;
}

.logo {
    position:absolute;
    top:25px;
    right:22px;
}

.logo a {
    display:block;
    height:113px;
    width:194px;
}

/***** ENDE HEADER *****/

.center {
    position:relative;
	width:100%;
    overflow:hidden;
}

/***** LINKE SPALTE *****/
.left-nav {
	position:relative;
    float:left;
	width:200px;
    background-color:#ffffff;
    padding-bottom:9999px;
    margin-bottom:-9999px;
}

.top-box-left {
    height:25px;
    background-color:#d8dfdf;
    margin-bottom:20px;
	border-bottom:1px solid #cccccc;
}

.left-nav ul {
	list-style:none;
}

.left-nav ul.level1 {
    padding-left:20px;
    padding-right:10px;
}

.left-nav ul.level2 {
    padding-left:5px;
    padding-right:5px;
}

.level1 li {
	padding-bottom:10px;
}

.level2 li {
    padding-bottom:0;
	padding-top:5px;
	font-size:12px;
}

.level1 a, .level1 a:hover {
	color:#293864;
}

.level1 .act a, .level1 .act a:hover {
	color:#293864;
	font-weight:bold;
}

.level2 a, .level2 a:hover {
	/*color:#4e5b81 !important;*/
	color:#666666 !important;
	font-weight:normal !important;
}

.level2 .act a, .level2 .act a:hover {
	color:#666666 !important;
	font-weight:bold !important;
}
/***** ENDE LINKE SPALTE *****/

/***** MITTLERE SPALTE (2spaltig!) *****/
.content {
    position:relative;
	margin-left:200px;
	width:696px;
    line-height:1.4em;
	background-color:#ffffff;
	border-left:1px solid #cccccc;
	height:500px;
}

html>body .content { 
    height: auto;
    min-height:500px;
}

.top-box-middle {
    height:25px;
    color:#666666;
    background-color:#bacece;
    padding-left:25px;
	border-bottom:1px solid #a7a7a7;
    vertical-align:middle;
}

.bottom-box-middle {
    padding-top:20px;
	width:653px;
	background-color:#ffffff;
	clear:both; /* tb 2008-02-07 */
}

.title {
    letter-spacing:2px;
    float:left;
    font-weight:bold;
}

.back-link {
    position:absolute;
    right:20px;
}

.content h1 {
    color:#6A7F13;
    font-size:19px;
    font-weight:normal;
}

.csc-firstHeader, .csc-header-n2 h1 {
    margin-top:20px;
}

.content h2 {
    color:#6A7F13;
	font-size:16px;
	font-weight:normal;
}

.content h3 {
    color:#6A7F13;
	font-size:14px;
    font-weight:normal;
}

.content h4 {
	font-size:13px;
    font-weight:bold;
}

.content h5 {
    font-weight:normal;
    font-size:11px;
    font-style:italic;
}

.content ul {
    margin-left:50px;
}

.content li {
    padding:2px;
    margin-right:23px;
}

/* tb: Link */
.content a {
	color:#00626B !important; /* Farbe Logo: Schrift IGOLF  */
	font-size:13px !important;
}

.content a:hover {
	color:#6A7F13 !important; /* Farbe Logo: Golfball */
}

.align-center {
    text-align:center;
}

.detail {
    color:#006666;
}


div.csc-textpic-intext-left div.csc-textpic-imagewrap, 
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
    padding:20px 15px 0 25px !important;
    margin:0 !important;
}
/*
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
    padding-bottom:0px;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image,
div.csc-textpic-left div.csc-textpic-imagewrap {
    float:none; 
}

div.csc-textpic-clear {
    clear:none;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom:0px; 
}

div.csc-textpic-text {
    padding-top:5px;
}
*/

.csc-frame-rulerAfter {
    clear:both;
}

.csc-frame-frame1 img {
    margin-left:25px !important;
}

.content p {
    margin:0;
    padding:10px 25px 0 25px;
}

.content table {
    margin-left:25px;
    line-height:1em;
}

/* Thomas: Vertikale Ausrichtung oben */ 
.content table.contenttable td {
	vertical-align: top;
}

/* Thomas: Handling von TYPO3s P-Tags innerhalb von Tabellen */ 
.content table p {
	margin:0;
    padding:10px 25px 0 0;
}

.csc-uploads p {
    margin:0;
    padding:0;
    padding-left:22px;
}

a.external-link-new-window,
a.download, 
a.internal-link, 
a.mail, 
.csc-uploads p a {
    font-size:11px;
    text-decoration:underline !important;
    color:#0E0E66;
    line-height:1.4em;
}

.c2l1-left {
    border-right:none;
}

.tx-newloginbox-pi1 table {
    margin-top:10px;
    margin-left:20px;
}

.tx-newloginbox-pi1 label {
    font-weight:normal;
}

.tx-newloginbox-pi1 input {
    border: 1px solid #999999;
    color:#555555;
    padding: 2px;
}

.tx-newloginbox-pi1 a,
.tx-newloginbox-pi1 a:hover {
    color:#293864;
    font-size:11px;
}

.tx-newloginbox-pi1 a,
.tx-newloginbox-pi1 a:hover {
    text-decoration:underline;
}

/*Contact*/
.csc-mailform {
    border:none;
    padding:0;
    margin-top:10px;
    margin-left:25px;
}

.csc-mailform-field {
    padding-bottom:4px;
}

.csc-mailform-field label {
    width:73px;
    display:block;
    float:left;
    clear:left;
}

.csc-mailform-field input, .csc-mailform-field textarea {
    position: relative;
    border: 1px solid #999999;
    padding:2px;
    color:#555555;
}

.csc-mailform-field input, .csc-mailform-field textarea {
    width:200px;
}

.csc-mailform-field textarea {
    width:350px;
}

.csc-mailform-field input.csc-mailform-submit {
    width:42px;
    margin-left:73px;
}

.csc-mailform-label {
    font-size:11px;
    margin-left:73px;
}

#mailformmessage, .csc-mailform-field input.csc-mailform-submit {
    left:0px;
}

#mailformformtype_mail {
    margin-top:7px;
}

/*Journalist Registration*/
#registration-form fieldset {
    border:none;
    padding:0;
    margin-top:15px;
    margin-left:25px;
    
}

.registration-form-field {
    padding-bottom:4px;
}

.registration-form-field label {
    width:110px;
    display:block;
    float:left;
    clear:left;
}

.registration-form-field input, .registration-form-field textarea, .registration-form-field select, .registration-form-submit {
    position: relative;
    border: 1px solid #999999;
    padding:2px;
    color:#555555;
}

.registration-form-field input, .registration-form-field textarea {
    width:200px;
}

.registration-form-field select {
    width:206px;	
}

.registration-form-field .remark {
	font-size:11px;
	padding-left:110px;
}

.registration-form-submit {
    width:42px !important;
}

.registration-form-error-msg {
    color:#e60202;
}


/*Sitemap*/
.csc-sitemap {
    margin:17px 25px 0 0;
}

.csc-sitemap ul {
    margin-left:35px;
    list-style:disc,circle;
}

.csc-sitemap ul a, .csc-sitemap ul a:hover {
    color:#555555;
    text-decoration:none;
}

.csc-sitemap ul a:hover {
    text-decoration:underline;
}

.mandatory {
	color:#b50000;
}
/***** ENDE MITTLERE SPALTE *****/

/***** FOOTER *****/
.footer {
    position:relative;
    clear:both;
    height:55px;
    width:100%;
    font-size:10px;
    color:#777777;
    /*background-color:#e1e1e1;*/
    background-color:#c8dede;
    margin-bottom:50px;
	border-top:1px solid #a7a7a7;
	text-align:center;
	line-height:1.4em;
}

.copyright {
    margin-top:15px;
}
.copyright a {
    color:#515562;
}
.copyright a:hover {
    text-decoration:underline;
}
.design {
    position:absolute;
    top:35px;
    left:25px;
}

.zephir a, .zephir a:hover {
    color:#515562;
}
.zephir a:hover {
    text-decoration:underline;
}
/***** ENDE FOOTER *****/



/* TYPO3 overrides */

.csc-subheader-0 {
    font-weight:bold;
}

.csc-menu-4 {
	margin:0;
	padding:20px 0 0 25px;
}

.csc-menu-4 dt {
	margin:0;
	padding:0;
}

.csc-menu-4 dt a {
    /* color:#0E0E66; */
    color: #555555;
    font-weight:bold;
    text-decoration:underline;
}

.csc-menu-4 dt a:hover {
	text-decoration:underline;
}

.csc-menu-4 dd {
	margin:0;
	
}

.csc-textpic-caption {
	font-family:Arial, Verdana, sans-serif;
	font-size:10px;
	line-height:130%;
	padding:3px 4px;
	background:#f6f6f6;
}


/* Application form */

.application-form table {
	width:520px;
}

.application-form td {
	padding-bottom:5px;
	line-height:130%;
	vertical-align:top;
}

.application-form input.input-text {
	width:300px;
    border: 1px solid #999999;
    padding:2px;
    color:#555555;	
}

.application-form input.input-submit {
    border: 1px solid #999999;
    padding:2px;
    color:#555555;
}

.application-form textarea {
	width:300px;
	width:300px;
    border: 1px solid #999999;
    padding:2px;
    color:#555555;		
}

.application-form select {
	width:300px;
    border: 1px solid #999999;
    padding:2px;
    color:#555555;	
}

.application-form i {
	font-size:11px;
}

.application-form .remark {
	font-size:11px;
}

.application-form-label {
	width:200px;
}

.application-form .errors {
    color:#e60202;
    padding-bottom:1em;
}