@charset "utf-8";
/**
 * CSS for erlangen.schwulestudenten.de
 *
 * @link http://erlangen.schwulestudenten.de
 * @version 1.0
 */

/**
 * @section Global settings
 */

/** 
 * Reset margin and padding
 */
* {
  margin: 0;
  padding: 0;
}

/** 
 * Standard font
 */
body, td, th {
  font: normal 75%/1.5 "Verdana", "Arial", "Helvetica", sans-serif;
}

/**
 * IE font-size bug workaround
 */
td, th {
  f\ont-size: 100%;
}

/**
 * Set colors and background 
 */
html, body {
  color: #1D130D;
  background-color: white;
}

/**
 * @section Standard elements
 */
h1 {
  color: #F0971D;
  background-color: transparent;
  font-size: 1.6em;
  line-height: 1.21;
  font-weight: bold;
  margin: 2em 0 .8em 0;
}
h2 {
  color: #F0971D;
  background-color: transparent;
  font-size: 1em;
  line-height: 1.21;
  font-weight: bold;
  margin: .8em 0;
}

p {
  margin: .8em 0;
}

ul {
  padding-left: 3em;
}

table {
  border-collapse: collapse;
  empty-cells: show;
  border: 0;
}
td, th {
  border: 4px solid white;
  background-color: #F5F4F8;
  padding: .5em 1em;
}

/**
 * Remove border around linked images in IE
 */
img {
  border: 0;
}

a:link, a:hover, a:focus, a:active {
  color: #F0971D;
  background-color: transparent;
/*  text-decoration: none;*/
}
a:visited {
  color: #777;
  background-color: transparent;
}

/**
 * @section Site frame
 */
div#site {
  width: 80%;
  min-width: 720px;
  margin: 30px auto 0 auto;
  border-left: 2px solid #1D130D;
  border-right: 2px solid #1D130D;  
  box-shadow: 0 0 50px #555;
  -webkit-box-shadow: 0 0 50px #555; 
  -moz-box-shadow: 0 0 50px #555;
}

/**
 * @section Head
 */
div#head {
  height: 144px;
  background-color: #1D130D;
  background-image: url(images/header_bck.jpg);
  background-repeat: no-repeat;
}

#head h1 {
  font-size: 24px;
  text-align: right;
  color: white;
  background-color: transparent;
  margin: 0;
  padding: 20px 20px 0 0;
}

/**
 * @section Main menu
 */
ul#navigation {
  float: right;
  clear: both;
  font-weight: bold;
  padding: 0;
  line-height: 28px;
  margin: -32px 10px 0 0;
  height: 48px;
}

#navigation li {
  float: left;
  list-style: none;
  margin: 0 10px 0 10px;
  border: 2px solid #1D130D;
}

#navigation a {
  display: block;
  padding: 0 10px;
  text-decoration: none;
}
#navigation a:link, #navigation a:visited  {
  color: #F0971D;
  background-color: white;
}
#navigation a:hover, #navigation a:focus, #navigation a:active {
  color: white;
  background-color: #F0971D;
}

#navigation strong {
  display: block;
  padding: 0 10px;
  color: white;
  background-color: #F0971D;
  margin-top: 16px;
}
#navigation .active a {
  color: white;
  background-color: #F0971D;
  margin-top: 16px;
}

/**
 * @section Content
 */
div#content_area {
  background-image: url(images/content_bck.jpg);
  background-repeat: no-repeat;
  background-color: white; /* Necessary for browser on Nokia N97 */
  height: 250px;
}

div#content {
  clear: both;
  float: left;
  overflow: auto;
  width: 51%;
  margin: 0 0 20px 20%;
}

div#sidebar {
  float: right;
  overflow: auto;
  width: 19%;
  margin: 0 5% 20px 0;
}

/**
 * @section Footer
 */
div#footer {
  clear: both;
  height: 36px;
  background-color: #1D130D;
}
#footer p {
  font-size: 0.8em;
  color: #777;
  background-color: #1D130D;
  padding: 12px 20px 12px 20px;
}

/**
 * @section Contact form
 */
.csc-mailform { 
  border: 0;
  background-color: transparent;
  padding: 0;
  max-width: 350px;
}
.csc-mailform-field { 
  width: 50px; 
  display:block; 
  float: none; 
  padding-bottom: 10px; 
}
.csc-mailform-submit { 
  margin: 10px 10px 0px 0px; 
  padding: 5px 5px 5px 5px; 
}
