
/*	-------------------------------------------------------------
	1. GLOBAL RESET
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
               * {
                    /* Margin und Padding werden auf 0 gesetzt*/
                    margin: 0;
                    padding: 0;
               }

/*	-------------------------------------------------------------
	2. STRUKTUR
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
               body {
               	/* Hintergrundfarbe wird auf #404040 gesetzt */
               	background: #deeaf8 url(background.jpg) repeat-x;
               	padding-bottom: 30px;
               }
               #wrapper {
               	/* Container für die Seiteninhalte */
               	width: 860px;
               	margin: 0 auto;
               	background: transparent;
               	/*border: 1px solid #555555;*/
               	border-top: 0px;
                padding-top:14px;
               }
               #masthead {
               	/* Ein Rahmen für den Titel angeben */
               	margin-top: 4px;
               	/*border-top: 4px solid #ffffff;
               	border-bottom: 2px solid #eee;*/
               	background: transparent;
               }
               #logo {
               	/* Container fürs Logo */
               	float: left;
               	height: 150px;
               	width: 100%;
               	/*border-bottom: 4px solid #ffffff;*/
               	background-color: #0056a4;
               }
               .soisset {
               	font: bold 1.0em/1.0em Helvetica,"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
               	color: #c92d20;
			   }
               #navContainer {
               	/* Container für die Navigation */
               	clear: left;
               }
               #content {
               	/* Container für den Inhalt */
               	background: #ffffff;
				padding-top: 6px;
               }
			   #kontakt {
               	background: #ffffff;
				padding-top: 6px;
				vertical-align:middle;
			    text-align: center;               }
			   #mapa_campo {
			   width: 860px;
			   height: 700px;
			   background: #ffffff;
			   text-align: center;
			   }
			   #noticia {
			   width: 769px;
			   background: #ffffff;
			   text-align: center;
			   }
			   #footer {
			    color: #fff;
               	font-family: Arial;
               	font-size: 10px;
               	font-weight: bold;
				height: 32px;
			    background-color: #3377AA;
				text-align: center;
				padding-top: 4px;
			   }

/*	-------------------------------------------------------------
	3. LINKS UND NAVIGATION
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
               #skipNav {
               	/* Zugänglichkeit: Navigation überspringen */
               	position: absolute;
               	top: 2px;
               	left: 5px;
               	width: 60px;
               	text-align: center;
               }
               #skipNav a {
               	font: 1.0em Arial,sans-serif;
               	display: block;
               	color: #000000;
               	width: 60px;
               	padding-bottom: 10px;
               }
               #skipNav a:hover {
               	color: #c71c24;
               	background: url(assets/skip-nav.gif) 50% 100% no-repeat;
               }
               /* -- Hauptnavigation -- */
               #mainNavigation {
               	background: #3377AA;
               	padding: 10px 0 6px 0;
               }
               #mainNavigation ul {
               	text-align: center;
               }
               #mainNavigation li {
               	display: inline;
               }
               #mainNavigation a {
               	font: bold 1.2em Arial,Helvetica,sans-serif;
               	color: #ffffff;
               	text-decoration: none;
				letter-spacing:1px;
               	padding: 10px 20px 5px 20px;
               }
               #mainNavigation ul li a:hover {
               	color: #3377AA;
               	background-color: #dce6ed;
               }
               .sectionBlogs #mainNavigation #blogsTab a,.sectionWikis #mainNavigation #wikisTab a,.sectionSocialsoftware #mainNavigation #socialsoftwareTab a,.sectionDesign #mainNavigation #designTab a,.sectionAjax #mainNavigation #ajaxTab a,.sectionPodcasting #mainNavigation #podcastingTab a, .sectionRSS #mainNavigation #rssTab a {
               	/* Der aktuelle Seitenbereich wird 'automatisch' hervorgehoben */
               	color: #fff;
               	background: #55aadd url(asssets/active-tab-background.jpg) 0 100% repeat-x;
               	border-top: 2px solid #81BBE6;
               	border-left: 2px solid #81BBE6;
               	border-right: 2px solid #81BBE6;
               	border-bottom: 1px solid #55AADD;
               }
               .sectionBlogs #mainNavigation #blogsTab a:hover,.sectionWikis #mainNavigation #wikisTab a:hover,.sectionSocialsoftware #mainNavigation #socialsoftwareTab a:hover,.sectionDesign #mainNavigation #designTab a:hover,.sectionAJax #mainNavigation #ajaxTab a:hover, .sectionPodcasting #mainNavigation #podcastingTab a:hover, .sectionRSS #mainNavigation #rssTab a:hover {
               	/* Hover-Zustand für den aktuellen Bereich */
               	text-decoration: underline;
               }

/*	-------------------------------------------------------------
	4. FONTS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
               html {
               	font-size: 100%;
               }
               body {
               	font-size: 62.5%;
               }
               h1 {
               	/* Hauptüberschrift */
               	font: bold normal 3em/1.4em Helvetica,Arial,sans-serif;
               	margin-bottom: 5px;
               }
               h2 {
               	/* Überschriften für den Inhalt */
               	font: bold 1.6em/1.0em Helvetica,"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
               	margin-top: 1.3em;
               	margin-bottom: 2px;
               	margin-left: 3em;
               	color: #11578a;
               }
               .werbung {
               	    COLOR: #FFFFFF;
                    FONT-FAMILY: Arial, Helvetica, sans-serif;
                    FONT-SIZE: 16px;
                    FONT-WEIGHT: bold;
                    TEXT-DECORATION: none;
                    text-align: right;
               }
               p {
               	font: 1.4em/1.5em Helvetica,"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
               	margin: 1em 0 0 6em;
               }

/*	-------------------------------------------------------------
	5. BILDER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
               a img {
               	/* Entferne Rahmen von verlinkten Bildern */
               	border: 0;
               }
               #logo img {
               	margin-top: 6px;
               	margin-left: 10px;
               }

/*	-------------------------------------------------------------
	6. SUBNAVIGATION (NAVIGATION 2. EBENE)
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
               #subNavigation {
               	background-color: #719bb9;
				letter-spacing:1px;
               	padding: 8px 0 10px 0;
               }
               #subNavigation ul {
               	text-align: center;
               }
               #subNavigation li {
               	display: inline;
               }
               #subNavigation a {
               	font: bold 1.1em Arial,sans-serif;
               	color: #ffffff;
               	text-decoration: none;
               	padding: 8px 10px 10px 10px;
               }
               #subNavigation li.current a {
               	color: #fff;
               	background-color: #EE3556;
               }
               #subNavigation a:hover {
               	color: #719bb9;
               	background-color: #dce6ed;
               }
/*****************************************************  KONTAKT  ************************/

.contentlink
{
    COLOR: #FF9900;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}
.contentlink:visited
{
    COLOR: #FF9900;
    TEXT-DECORATION: none;
}
.blocksatz
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    text-align: justify;
    text-decoration: none;
}
.contentblack
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;    
    text-decoration: none;
}
.contentblack:visited
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    text-decoration: none;
}
.contentblack:hover
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    text-decoration: none;
}
.content
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
}

.contentsmall
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
}

.contentred
{
    COLOR: #DF0024;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
}
.contentwhite
{
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 9px;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
}
.contentwhite:visited
{
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 9px;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
}
.autor
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
}
.autorblack
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}
.autorblack:visited
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}
.autorblue
{
    COLOR: #000066;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}
.autorbig
{
    COLOR: #DF0024;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}
.morelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #999999;
	letter-spacing: -1px;
}
.morelink:visited {
	color: #DF0024;
}
.watauchimmer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align:center;
	background-color: #719bb9;	
}
.watauchimmer1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align:center;
}

#jimbob{
   position:absolute;
   top:2px;
   width:100%;
   hight:12px;
   text-align:right;
}
.giantsteak{
    COLOR: #ffffff;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}
