@charset "utf-8";
/* CSS Document */


body {
    	font: 100% Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    	background: #666666;
		background:#FFFFFF;
    	margin: 0;
    	padding: 0;
    	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    	color: #000000;
}

.oneColFixCtr #container {
    	width: 1118px;
		width: 994px; /* - 124px */
    	background: #FFFFFF;
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	/* border: 1px solid #FFFFFF; */
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
		background-image:url(pics/sportmarketing-sportevent-eventmanagement-eventplanung-kaiowa-sports-kaiserslautern-small.jpg);
		background-position:-30px 0px;
		padding:0px 0px 0px 14px;


}

.oneColFixCtr #mainContent {
    	padding: 0 0px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
   	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* allgemeine Links*/

a:link { /* noch nicht besuchte Ziele */
	text-decoration:none;
	color:#e97b05;
	color:#d14747;
}    
a:visited { /* besuchte Ziele */
	 text-decoration:none;
	 color:#e97b05;
	 color:#d14747;
} 
a:hover { /* Verweise bei "MouseOver" */
	text-decoration:underline;
	color:#e97b05;
	color:#d14747;
}   
a:active {
	text-decoration:none;
	color:#e97b05;
	color:#d14747;
}
/* Links weiss */
.white:link { /* noch nicht besuchte Ziele */
	text-decoration:none;
	color:#FFFFFF;
}    
.white:visited { /* besuchte Ziele */
	 text-decoration:none;
	 color:#FFFFFF;
} 
.white:hover { /* Verweise bei "MouseOver" */
	text-decoration:overline;
	color:#FFFFFF;
}   
.white:active {
	text-decoration:none;
	color:#FFFFFF;
}



.linkwhite:link {
	text-decoration:none;
	color:#FFFFFF;
}
.linkwhite:hover {
	text-decoration:overline;
	color:#FFFFFF;
}
.linkwhite:visited {
	text-decoration:none;
	color:#FFFFFF;
}
.linkwhite:active {
	text-decoration:none;
	color:#FFFFFF;
}

/* Links schwarz */
.black:link { /* noch nicht besuchte Ziele */
	text-decoration:none;
	color:#000000;
}    
.black:visited { /* besuchte Ziele */
	 text-decoration:none;
	 color:#000000;
} 
.black:hover { /* Verweise bei "MouseOver" */
	text-decoration:underline;
	color:#000000;
}   
.black:active {
	text-decoration:none;
	color:#000000;
}

/* Links rot */
.red:link { /* noch nicht besuchte Ziele */
	text-decoration:none;
	color:#D12222;
}    
.red:visited { /* besuchte Ziele */
	 text-decoration:none;
	 color:#D12222;
} 
.red:hover { /* Verweise bei "MouseOver" */
	text-decoration:underline;
	color:#D12222;
}   
.red:active {
	text-decoration:none;
	color:#D12222;
}

h1 {
	font-size:17px;
	color:#d14747;
	color:#d12222;
	padding:10px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}
h2 {
	font-size:15px;
	letter-spacing: 0.02em;
	margin:6px 0px 6px 0px;
	color:#333333;
}
h3 {
	font-size:13px;
	color:#666666;
	color:#4F4F4F;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
h4 {
	font-size:14px;
	padding:2px 0px 2px 0px;
	margin:0px;
	letter-spacing: 0.02em;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
	margin:0;
	font-weight:bold;
}
p {
	font-size:13px;
	letter-spacing: 0.04em;
	word-spacing: 0.04em;
}
table {
	font-size:13px;
}
li {
	font-size:13px;
}
.small {
	font-size:12px;
}

/* Hauptnavigation 1 */
  ul#Navigation {
    margin: 0; padding: 0.1em;
    text-align: left;
	background-color:#000000;
	background-color:#d14747;
	background-color:#d12222;
	width:705px;
	font-size:14px;
	letter-spacing: 0.05em;
	float:left;
	white-space:nowrap;
	border-right: 1px dotted #000000;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0.0em; padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
    padding: 0.1em 0.4em;
    text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
	background-color:#000000;
	background-color:#d14747;
	background-color:#d12222;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation a:hover, ul#Navigation span {
    color: #000000;
	background-color: white;
	background-image:url(pics/sportmarketing-eventmanagement-kaiowa-sports-kaiserslautern.jpg);
  }
  
  /* Hauptnavigation 2 */
  ul#Navigation2 {
    margin: 0; padding: 0.1em;
    text-align: left;
	background-color:#000000;
	background-color:#cc8a8a;
	width:302px;
	width:297px;/*  - 124px */
	font-size:14px;
	letter-spacing: 0.05em;
	float:left;
  }
  ul#Navigation2 li {
    list-style: none;
    display: inline;
    margin: 0.0em; padding: 0;
  }

  ul#Navigation2 a, ul#Navigation2 span {
    padding: 0.1em 0.4em;
    text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
	background-color:#000000;
	background-color:#cc8a8a;
  }
  * html ul#Navigation2 a, * html ul#Navigation2 span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation2 a:hover, ul#Navigation2 span {
    color: #000000;
	background-color: white;
	background-image:url(pics/sportmarketing-eventmanagement-kaiowa-sports-kaiserslautern.jpg);
  }
#subnavi {
	float:left;
	width:393px;
	width:269px; /* - 124px */
	background-color:#cc8a8a;
	padding:0px 0px 0px 4px;
}


#home #container #mainContent #mainnavleft #Navigation #nhome a,
#sportevents #container #mainContent #mainnavleft #Navigation #nsportevents a,
#marketing #container #mainContent #mainnavleft #Navigation #nmarketing a,
#kaiowa #container #mainContent #mainnavleft #Navigation #nkaiowa a,
#contact #container #mainContent #mainnavleft #Navigation #ncontact a {
	background-repeat:no-repeat;
	cursor:default;
	background-color: white;
	background-image:url(pics/sportmarketing-eventmanagement-kaiowa-sports-kaiserslautern.jpg);
	padding: 0.1em 0.4em;
    text-decoration: none;
	font-weight: bold;
	color: #000000;
}
/* vertikale Subnavigation */
  ul#subNavigation {
    margin: 0px;
	padding: 0px 0px 3px 0px;
    text-align: right;
	font-size:13px;
	letter-spacing: 0.02em;
	float:right;
	white-space:nowrap;
	font-weight:bold;
	vertical-align:text-top;
	color:#000000;

  }
  ul#subNavigation li {
    list-style: none;
	display:block;
    margin: 0.0em;
	padding:0px 0px 8px 0px;
	vertical-align:top;
  }

  ul#subNavigation a {
    padding: 0.1em 0.4em;
	padding: 0px 0px 3px 0px;
    text-decoration: none;
	font-weight: bold;
	color:#000000;
  }
  * html ul#subNavigation a {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#subNavigation a:hover {
    color:#d14747;
	background-color: white;
	background-image:url(pics/sportmarketing-eventmanagement-kaiowa-sports-kaiserslautern.jpg);
  }
#sportevents #container #mainContent #subNavigation #handballcamp a,
#sportevents #container #mainContent #subNavigation #dribbler a,
#sportevents #container #mainContent #subNavigation #laufparcour a {
	background-repeat:no-repeat;
	cursor:default;
	background-color: white;
	padding: 0.1em 0.4em;
    text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#mainnavleft {
	float:left;
	width:678px;
}

.grossbuchstaben {
	text-transform:uppercase;
}

#kontakt {
	height:20px;
	width:1105px;
	width:981px; /* - 124px */
	border-bottom: 1px solid #000000;
	font-size:14px;
	letter-spacing: 0.03em;
}
.kontakt-left {
	width:850px;
	width:726px; /* - 124px */
	padding: 1px 0px 0px 20px;
}
.kontakt-right {
	float:right;
	width:170px;
	text-align:right;
	padding: 0px 10px 0px 0px;
}
#head {
	height:180px;
	border-bottom: 1px solid #000000;
	width:1105px;
	width:982px; /* - 124px */
	overflow:hidden;
}
#head-right {
	float:right;
	width:387px;
	width:293px; /* - 124px */
	height:197px;
	overflow:scroll;
	border-left: 1px dotted #000000;
	padding: 0px 0px 0px 10px;
	background-image:url(pics/sportmarketing-events-sportmanagement-sportevents-funevents-spassfaktor-marketing-kaiowa-sports-kaiserslautern.png);
	background-repeat:no-repeat;
	background-position:70px 25px;
}
#head-rright {
	float:right;
	text-align:center;
	width:387px;
	width:293px; /* - 124px */
	height:197px;
	border-left: 1px dotted #000000;
	padding: 0px 0px 0px 10px;
	overflow:hidden;
	background-image:url(pics/marketing-sportveranstaltung-event-sport-verein-firma.png);
	background-repeat:no-repeat;
}
#logo {
	position:relative;
	top:20px;
	left:30px;
}
#claim {
	position:relative;
	top:-58px;
	left:330px;
	width:336px;
	overflow:hidden;
	white-space:nowrap;
}
.spacer {
	float:left;
	height:35px;
	width:519px;
	width:489px; /* -30px */
	border-right: 1px dotted #000000;
	padding:0px 0px 8px 188px;
	margin:0px 246px 0px 0px;
	white-space:pre-wrap;
}
.spaceline {
	width: 520px;
	margin: 30px 0px 10px 0px;
	border-top: 1px dotted #000000;

}
#footer {
	background-color:#cc8a8a;
	background-image:url(pics/sportmarketing-events-sport-verein-firma.jpg);
	background-repeat:no-repeat;
	height:55px;
	padding:0px 0px 0px 0px;
	margin:0px 12px 0px 0px;
	font-size:12px;
	color:#FFFFFF;
}
.sportevent {
	padding:60px 0px 0px 140px;
	color:#D8B7B7;
	text-align:center;
}
.teaser {
	float:left;
	margin:0px 4px 0px 0px;
	padding:0px 0px 0px 0px;
	width:174px;
	text-align:right;
/*	background-image:url(pics/firmenfeier-firmenevent-firmenfest-betriebsfeier.png);*/
}
#teaser-right {/*rechte Spalte auf Home */
	float:left;
	margin:0px 10px 0px 0px;
	padding:0px 10px 0px 0px;
	width:360px;
	width:294px; /* -124px */
	height:333px;
	border-left: 1px dotted #000000;
	background-image:url(pics/firmenevent-sportevent-kaiserslautern.jpg);
	background-repeat:no-repeat;
	background-position: -549px 0px;
}
#teaser-description { /* rechte Spalte in Unterseiten */
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:397px;
	width:303px; /* -124px */
	border-left: 1px dotted #000000;
	/*height:333px;*/
}
.txtdescription {
	padding:5px 10px 0px 10px;
	margin:10px 0px 0px 0px;
	line-height: 15px;
	letter-spacing: 0.02em;
	word-spacing: 0.04em;
	color:#5B5B5B;
}
.txtphilosophie {
	padding:10px 5px 0px 10px;
	margin:10px 0px 0px 0px;
	line-height: 15px;
	letter-spacing: 0.02em;
	word-spacing: 0.04em;
	color:#000000;
}
.txtdescription:hover {
	color:#000000;
	background-image:url(pics/sport-eventplanung-sportmarketing-firmenevent-kaiowa-sports-kaiserslautern.png);
	background-repeat:repeat-x;
	background-position:0px 0px;
}
.uldescription {
	padding:0px 10px 0px 25px;
	margin:10px 0px 0px 0px;
	line-height: 15px;
	letter-spacing: 0.02em;
	word-spacing: 0.04em;
	color:#666666;
	font-size:13px;
}
.uldescription:hover {
	color:#000000;
	background-image:url(pics/sport-eventplanung-sportmarketing-firmenevent-kaiowa-sports-kaiserslautern.png);
	background-repeat:repeat-x;
	background-position:0px -15px;
}
.ulphilosophie {
	padding:0px 10px 0px 25px;
	margin:5px 0px 0px 0px;
	line-height: 15px;
	letter-spacing: 0.02em;
	word-spacing: 0.04em;
	color:#000000;
	font-size:13px;
	list-style-image: url(pics/sport-event-marketing-kaiowa-sports-kaiserslautern-2.gif);
	list-style-position: inside;
	vertical-align:bottom;
}
.sportmarketing {
	float:left;
	padding:0px 0px 0px 10px;
	width:519px;
	width:489px; /* -30px */
	overflow:hidden;
}
.sportmarketingIndex {
	/*border-right: 1px dotted #000000;*/
	float:left;
	padding:0px 0px 0px 10px;
	width:489px;
	/*height:333px;*/
	overflow:hidden;
	background-image:url(pics/firmenevent-sportevent-kaiserslautern.jpg);
	background-repeat:no-repeat;
	background-position: -50px 0px;
}
#eventvorschau {
	height:180px;
	/*background-color:#CC8A8A;*/
	width: 1075px;
	width: 951px; /* -124px */
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 30px;
	overflow:hidden;
	background-image:url(pics/events-sportmanagement-sportevents-sportmarketing-marketing-kaiowa-sports-kaiserslautern.png);
	background-repeat:repeat;
}
#vorschau {
	height:157px;
	/*background-color:#CC8A8A;*/
	width: 519px;
	margin:0px 0px 0px 0px;
	padding:7px 0px 0px 7px;
	overflow:hidden;
	background-image:url(pics/events-sportmanagement-sportevents-sportmarketing-marketing-kaiowa-sports-kaiserslautern.png);
	background-repeat:repeat;
}
#teilnahmebedingungen {
	width: 469px;
	margin:0px 0px 0px 0px;
	padding:7px 10px 7px 10px;
	background-image:url(pics/events-sportmanagement-sportevents-sportmarketing-marketing-kaiowa-sports-kaiserslautern.png);
	background-repeat:repeat;
	font-size:12px;
	line-height:15px;
	text-align: justify;
}
.subhead {
	float:left;
	width:250px;
	padding:0px 0px 0px 30px;
	height:20px;
	white-space:nowrap;
}
.space-left {
	padding:0px 0px 0px 0px;
	float:left;
}
.txtrot {
	color:#CC8A8A;
}
.bRot {
	font-weight:bold;
	color:#D12222;
}
.txtwhite {
	color:#FFFFFF;
}
.description {
	background-image:url(pics/sportevents-sportmarketing-sportmanagement-kaiowa-sports-kaiserslautern.gif);
	background-repeat:no-repeat;
	border-top: 1px solid #000000;
	padding:0px 0px 0px 10px;
	white-space:nowrap;
	overflow:hidden;
}
.descriptionadd {
	color:#666666;
	padding:0px 0px 0px 100px;
}
.add {
	color:#666666;
	padding:0px 0px 0px 47px;
}
.black {
	color:#000000;
}
.kaiowa {
	font-weight:bold;
	font-style:italic;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	word-spacing: 0.06em;
	background-image:url(pics/sportmarketing-kaiowa-sports-kaiserslautern.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 18px;
}
.hi30 {
	height:25px;
	vertical-align:middle;
}
.fs25 {
	font-size:25px;
	font-weight:bold;
	color:#D12222;
	line-height:35px;
}
.kaiowaSports {
	float:left;
	padding:15px 25px 0px 10px;
	width:650px;
}
.lookinsideHome {
	float:right;
	text-align:right;
	padding:0px 0px 0px 0px;
	margin:0px 5px 0px 0px;
	width:245px;
	height:25px;
	color:#D12222;
	line-height:16px;
}
.lookinside {
	float:right;
	text-align:right;
	padding:16px 4px 0px 0px;
	margin:0px 5px 0px 0px;
	width:270px;
	height:35px;
	color:#D12222;
	line-height:16px;
}
#counter {
	margin:0px 0px 0px 0px;
	padding:2px 5px 0px 0px;
	float:right;
	height:16px;
	clear:right;
}
.newstxt {
	padding:3px 0px 0px 10px;
}
.eventbild {
	margin:0px 0px 30px 0px;
}
.titelBeschreibung {
	margin:10px -5px 0px 10px;
}