/*

Grundfarben

*/

body {
  font-family: Tahoma, Arial, Verdana, Sans-Serif;
  font-size:12px;
  color:#000000;
  background:#c0c0c0;
  border:none;
  text-align:center;
}

body.mceContentBody {
  background:#ffffff;
  text-align:left;
}

body, p, div, td, form {
  margin:0;
  padding:0;
}

table {
  width:100%;
  border:none;
}
td {
  vertical-align:bottom;
  border:none;
}

ul {
  margin:0;
  padding:0 0 0 20px;
}

h1, h2, h3, h4, h5, h6 {
  line-height:1.4em;
  margin:10px 0 0 0;
}

a, img {
  border:none;
}

h1, h3, h5 {
  color:#404040;
}
h2, h4, h6 {
  color:#808080;
}

h1 {font-size:24px;}
h2 {font-size:20px;}
h3 {font-size:18px;}
h4 {font-size:15px;}
h5 {font-size:12px;}
h6 {font-size:10px;}


/******************* 
 * Aufbau
 *******************/

#wrapper {
  position:relative;
  width:970px;
  text-align:left;
  margin:0px auto;
  z-index:10;
}

#header, #main, #sidebar, #navigation {
  position:relative;
}

/******************* 
 * Kopfbereich
 *******************/

#header {
  margin:20px;
  height:130px;
}

#logo {
  float:left;
}
#logo a {
  display:block;
  width:580px;
  height:130px;
}
#logo h1 {
  color:transparent;
  position:absolute;
  top:-100px;
}
#logo .fb-like {
  position:absolute;
  left:0;
  top:110px;
  width:150px;
  height:20px;
}

#anschrift {
  margin-left:600px;
  width:330px;
}
#anschrift table {
  height:130px;
}
#anschrift td {
}


 
/******************* 
 * Inhaltsbereich
 *******************/

#main {
  position:relative;
  background:#ffffff;
  overflow:hidden;
  box-shadow:0 10px 20px #000000;
}

#bildleiste {
  height:200px;
  overflow:hidden;
}
#bildleiste #karte {
  position:relative;
  width:370px;
  height:200px;
  float:right;
  background-color:#c0c0ff;
}
#bildleiste #karte a {
  position:absolute;
  display:block;
  top:0;
  left:0;
  width:370px;
  height:200px;
}
#bildleiste #titelbild {
  width:600px;
  height:200px;
  background-color:#ffc0ff;
}

#navigation {
  background-color:#c0ffc0;
  margin-bottom:20px;
  width:100%;
}
#navigation ul {
  padding:0;
  margin-left:10px;
}
#navigation a {
  display:block;
  text-decoration:none;
  padding:10px;
  font-size:14px;
  font-weight:bold;
}
#navigation ul li {
  margin:10px 0;
  border-left:2px solid #00ff00;
  list-style:none;
  float:left;
}
#navigation ul li:first-child {
  padding-left:0;
  border-left:0;
  margin:10px 0;
}
#navigation a:hover, a.menuactive {
  background-color:#80ff80;
  border-radius:5px;
}

#content {
  width:560px;
  padding:0 20px 20px 20px;
}

#content h1:first-child {
  margin:0;
}

#sidebar {
  width:370px;
  float:right;
}
#sidebar h3:first-child {
  margin:0;
}
.widget {
  background-color:#e0e0e0;
  padding:20px;
  margin-bottom:20px;
}
.widget #events h3, .widget #events h3 a {
  font-size:16px; 
  color:#000000;
}
.fb-like-box { background-color:#ffffff; }

/******************* 
 * Fussbereich
 *******************/

#impressum { 
  display:none;
  width:500px;
  height:500px;
  overflow:auto;
  padding:20px;
  border:10px solid #808080;
}
#impressum h1 { margin:0; }

.closeOverlay { }
.simplemodal-close { }
#simplemodal-overlay { background-color:#000; }
#simplemodal-container {
  background-color:#ffffff;
  border:5px solid #808080;
  padding:0;
  border-radius:15px;
  text-align:left;
}

#footer {
  padding:20px;
}

/* FormBuilder und Formen allgemein
-----------------------------------------*/

input[type='text'], select {
  display:block;
  border: 1px solid #ababab;
  margin-bottom:3px;
}

input[type='radio'], input[type='checkbox'] {
  margin-bottom:10px;
}

label {

}

textarea {
  display:block;
  width:400px;
  height:150px;
  border: 1px solid #ababab;
  margin-bottom:10px;
}

input[type='text']:focus, textarea:focus {
  border: 1px solid #000;
}

input[type='submit'], .btn {
  display:inline-block;
  text-decoration:none;
  margin-top:3px;
  background:#bb0011;
  background:-moz-linear-gradient(top, #ce0013, #7f0001) #bb0011;
  background:-webkit-gradient(linear, left top, left bottom, from(#ce0013), to(#7f0001)) #bb0011;
  color:#e0e0e0;
  border-radius:3px;
  padding:2px 5px;
  border:2px outset #CE0013;
  font-weight:bold;
  font-size:14px;
  cursor:pointer;
}

#impressum .btn {
  background:#404040;
  color:#ffffff;
  border:2px solid #808080;
}

#footer, #footer a { color:#c0c0c0; }
#footer #locations {
  background-color:rgba(0,0,0,0.5);
  padding:20px;
}
#footer #locations td {
  width:20%;
}

.message {
  margin:10px 0px;
}

.error_message {
  color:#c40000;
  font-weight:bold;
}

.cf, .cl, .cr { display:block; }
.cf { clear:both;  }
.cl { clear:left;  }
.cr { clear:right; } 

.r { float:right; }
.l { float:left;  }

.NewsSummary .NewsSummaryPostdate {
  float:right;
  color:#808080;
  margin-top:8px;
}
.NewsSummary a {
  text-decoration:none;
  padding:5px 0;
  margin-bottom:10px;
}
.NewsSummary h2 {
  margin:0;
}
.NewsSummary a:hover {
  background-color:#e0e0e0;
}
.NewsSummary a:hover h2 {
  color:#ce0013;
}
.NewsSummary span {
  font-family: Arial, Tahoma, Verdana, Sans-Serif;
  color:#808080;
}
.NewsSummaryPages a {
  display:inline-block;
  height:20px;
  width:20px;  
  margin-right:5px;
  padding:5px;
  background:#002244;
  color:#ffffff;
  font-weight:bold;
  border:1px solid #ffffff;
  border-radius:10px;
  text-align: center;
  text-decoration: none;
}
.NewsSummaryPages a:hover {
  border:1px solid #002244;
  background-color:#e0e0e0;
  color:#000000;
}

#NewsPostDetailTitle, #NewsPostDetailSummary, #NewsPostDetailContent, #NewsPostDetailDate, #NewsPostDetailReturnLink {
  padding-bottom:10px;
}
#NewsCategory {
  padding-bottom:20px;
}
#NewsCategory a {
  display:block;
  padding:2px 0;
}


/*
 * Anpassungen für die Locations
 */

/* MANATRANK */

body#manatrank { background-color:#ffffff; }


/* Paradox */
body#paradox {
  background-color:#d8b498;
  background-image:url("/uploads/images/template/paradox-bg2.jpg");
  background-size:cover;
}
#paradox #main { background:url("/uploads/images/template/paradox-bg.jpg") center 250px no-repeat #d8b498; }
#paradox #main > div { background:rgba(255, 255, 255, 0.8); }
#paradox #anschrift td { color:; }
#paradox #logo .fb-like { top:105px; }
#paradox #navigation { background-color:#45302b; }
#paradox #navigation a { color:#fff; }
#paradox #navigation a:hover, #paradox #navigation a.menuactive { color:#45302b; background-color:#ffffff; }


/* Takeoff */
body#takeoff { background:#404040; }
#takeoff #anschrift td { color:#ffffff; }
#takeoff #logo .fb-like { left:200px; top:105px; }
#takeoff #navigation { background-color:#404040; }
#takeoff #navigation a { color:#ffffff; }
#takeoff #navigation a:hover, #takeoff #navigation a.menuactive { color:#404040; background-color:#ffffff; }
#takeoff #navigation ul li { border-left:5px solid #404040; }
#takeoff #navigation ul li:first-child { border-left:0; }

/* Mana */
body#mana { background:#430036; }
#mana #logo .fb-like { left:465px; }
#mana #anschrift td { color:#ffffff; }
#mana #navigation { background-color:#430036; }
#mana #navigation a { color:#fff; }
#mana #navigation a:hover, #mana #navigation a.menuactive { color:#430036; background-color:#ffffff; }

/* FurchtBAR */
body#furchtbar {
  background-color:#4a0400;
  background-image:url("/uploads/images/template/furchtbar-bg.jpg");
  background-size:cover;
}
#furchtbar h1, #furchtbar h3, #furchtbar h5 { color:#000000; }
#furchtbar h2, #furchtbar h4, #furchtbar h6 { color:#7b0e00; }
#furchtbar #logo .fb-like { left:65px; top:105px; }
#furchtbar #anschrift td { color:#ffffff; }
#furchtbar #navigation { background-color:#000; }
#furchtbar #navigation a { color:#fff; }
#furchtbar #navigation a:hover, #furchtbar #navigation a.menuactive { background-color:#7b0e00; }
#furchtbar #navigation ul li { border-left:5px solid #000000; }
#furchtbar #navigation ul li:first-child { border-left:0; }
#furchtbar .widget { background-color:#7b0e00; color:#ffffff; }
#furchtbar .widget h3 { color:#c0c0c0; }
#furchtbar .widget h3 { color:#c0c0c0; }
#furchtbar .widget input[type="submit"], .btn { background:#404040; color:#ffffff; border:2px solid #808080; }
#furchtbar .widget .fb-like-box { background-color:#000; }
/* Stylesheet: DC Gastro Modified On 2012-11-08 08:39:34 */
