body {
	background: #FFFFFF;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8;
	font-size: 11px;
}

a {
	color: #106494;
	text-decoration: underline;
}

a:hover {
	color: #D33615;
	text-decoration: underline;
}

img {
  border: none;
}

h1, h2, h3, h4 {
  font-weight: normal;
  line-height: 1.2;
	color: #222222;
}

h1 {
  font-size: 100%;
  font-weight: bold;
  color: #555555;
}

.iconh1 {
  float:left;
  position:relative;
  top:-1px;
  margin-right: 5px;
}

.iconh1table {
  float:left;
  position:relative;
  top:5px;
  margin-right: 5px;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4, h5, h6 {
	font-size: 100%;
}

.wrap {
	clear: both;
	width: 100%;
}

.main {
	margin: 0 auto;
	width: 960px;
}

/*columns*/
#col1 {
	float: left;
	width: 700px;
	line-height: 1.5;
}

#col1 div.moduletable {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 0 0 15px;
	/*padding: 10px;*/
}

#col1 div.moduletable h3 {
	margin: 0 -1px;
	padding: 10px 5px;
	font-weight:bold;
}

#col1 div.innerdiv {
	border: none;
	padding: 10px 10px;
}

#col1 div.innerdiv_gg {
	border: none;
	padding: 0px;
}

#col2 {
	float: right;
	width: 250px;
	line-height: 1.5;
}

/* mis */
#col2 div.moduletable {
	background: #F6F6F6;
	border: 1px solid #DDDDDD;
	margin: 0 0 15px;
}

#col2 div.moduletable h3 {
	background: #8C9520;
	border-bottom: 1px solid #658B13;
	color: #FFFFFF;
	margin: 0 -1px;
	padding: 10px;
}

#col2 div.innerdiv {
	border: none;
	padding: 10px 10px;
}

#col2 div.innerdiv_gg {
	border: none;
	overflow: hidden;
	padding: 0px;
}

/* HEADER
--------------------------------------------------------- */
#header {
	height: 75px;
	z-index:999;
}

.logo {
  height: 75px;
  width: 50%;
  background: url("../images/logo_s.gif") no-repeat;
  float:left;
}

.banner {
  float:right;
  position:relative;
  top:5px;
  padding:1px;
  border:1px dotted #CCCCCC;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */

#navigation {
	height: 40px;
  margin-bottom: 10px;
	background-color: #106494;
	position:relative;
	z-index:10;
}

#navigation ul li {
	border-right: 1px solid #2B6484;
	float: left;
	display: inline;
	list-style: none;
	position: relative;
	left: -40px;
}

.active {
  background-color: #2B7EB8;
  color: #FFFFFF;
}

#navigation ul ul {
	padding: 0;
	list-style: none;
	display: none;
	position: absolute;
	left:39px;
}

#navigation ul ul li {
	position: relative;
	z-index: 1000;
	width: 225px;
	display: block !important;
	display: inline;
}

#navigation ul a {
	padding: 0px;
	text-decoration: none;
	float: none !important;
	float: left;
	display: block;
  color: #DEEFFB !important;
	font-weight: normal;
	height: auto !important;
	line-height: 40px;
	padding: 0px 20px;
	border-right: 1px solid #2B7EB8;
}

#navigation ul a:hover {
	background-color: #2B7EB8;
	color: #FFFFFF;
}

#navigation ul li:hover li a {
	padding: 5px 0px 7px 5px;
	background: #106494;
	border-top: 1px solid #6292B3;
	border-right:none;
	line-height: 1.25em;
	font-weight: normal;
}

#navigation ul li:hover li a:hover {
	background: #2B7EB8;
}

#navigation ul li:hover ul {
	display: block;
}

#search {
	position: relative;
  float: right;
  right: 6px;
	top: 7px;
}

#sword {
  background: #2B7EB8 ;
	border:1px solid #DEEFFB;
	color: #DEEFFB;
	padding: 4px 5px;
	width: 180px;
}

ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li a {
	display: block;
	outline: none;
	padding: 5px;
	text-decoration: none;
	border-top: 1px solid #E5E5E5;
	color: #666666;
}

ul.menu .newmsg {
	background-color: #DEFFCC
}

/* FORMS
--------------------------------------------------------- */
.textfield {
  font-size:1.25em;
  font-weight: normal;
  padding:5px 3px;
  width:215px;
  margin-bottom:5px;
}

.textfield_double {
  font-size:1.25em;
  font-weight: normal;
  padding:5px 3px;
  width:400px;
  margin-bottom:5px;
}

textarea {
  width: 665px;
  height: 250px;
}

/* ICONS
--------------------------------------------------------- */
.menuicon {
  position:relative;
  top: 3px;
  margin-right: 5px;
}

.icon {
  position:relative;
  top: 4px;
  margin-right: 5px;
}

.bullet {
  position:relative;
  top: 4px;
  margin-right: 2px;
}

/* ALERTS
--------------------------------------------------------- */
.help {
  padding: 5px;
  margin: 10px 0px;
  color: #5B5B8A;
  background: #E7DEFF;
  border: 1px solid #5B5B8A;
}

.error {
  padding: 5px;
  margin: 10px 0px;
  color: #CC0000;
  background: #ffbfbf;
  border: 1px solid #CC0000;
}

.success {
  padding: 5px;
  margin: 10px 0px;
  color: #390;
  background: #DEFFCC;
  border: 1px solid #390;
}

.info {
  padding: 5px;
  margin: 10px 0px;
  color: #5B5B8A;
  background: #E7DEFF;
  border: 1px solid #5B5B8A;
}

.hints {
  padding: 5px;
  margin: 10px 0px;
  color: #a2922b;
  background: #FEFFCF;
  border: 1px solid #a2922b;
}

.sponsor {
  height: 42px;
  padding: 3px 3px 0px 3px;
  margin: 0px 0px 10px 0px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  overflow: hidden;
}

/* QUOTES
--------------------------------------------------------- */
.tablediv blockquote {
  margin: 8px 0px 10px 0px;
  padding: 0;
  color: #5B5B8A;
  background-color: #dddddd;
  padding: 5px 5px 5px 10px;
  border-left: solid 4px #5B5B8A;
}

.nicEdit-main blockquote {
  margin: 8px 0px 10px 0px;
  padding: 0;
  color: #5B5B8A;
  background-color: #dddddd;
  padding: 5px 5px 5px 10px;
  border-left: solid 4px #5B5B8A;
}

/* IMG & VID WALL
--------------------------------------------------------- */
.mediawall {
  width:125px;
  height:93px;
  border:1px dotted #ccc;
  padding:1px;
  margin:3px 6px 3px 0px;
  float:left;
}

.mediawall_big {
  width:320px;
  height:240px;
  border:1px dotted #ccc;
  padding:1px;
  margin:5px 15px 5px 0px;
  float:left;
}

/* TABLE FORUM
----------------------------------------------------------*/
.tablediv table {
  border-spacing:1px;
  background-color:#ddd;
  color: #454545;
  width:100%;
  margin-bottom:10px;
}

.tablediv td, .tablediv th {
  padding: 4px;
}

.tablediv thead th {
  text-align: center;
  background: #F6F6F6;
  color: #454545;
  border: 1px solid #FFF;
  padding: 4px;
}

.tablediv tbody tr {
  background-color:#FFF;
  text-align:left;
}

.tablediv tbody tr.odd {
  background: #F6F6F6;
  border-top:1px solid #FFF;
}

.tablediv tbody tr td {
  height:50px;
  background: #FFF;
  border: 1px solid #FFF;
}

.tablediv tbody tr.odd td {
  background: #F6F6F6;
  border-top:1px solid #FFF;
}

.tablediv tbody tr.odd_light td {
  background: #FFFFE0;
  border-top:1px solid #FFF;
}

.tablediv tfoot th, .tablediv tfoot td {
  background-color:#F6F6F6;
  padding:5px;
  text-align:left;
}

/* TABLE CLEAN
----------------------------------------------------------*/
.tablediv_clean table {
  background-color:#fff;
  color: #454545;
  width:100%;
  margin-bottom:10px;
}

.tablediv_clean td, .tablediv_clean th {
  padding: 4px;
}

.tablediv_clean thead th {
  text-align: center;
  background: #F6F6F6;
  color: #454545;
  border: 1px solid #FFF;
}

.tablediv_clean tbody tr {
  background-color:#FFF;
  text-align:left;
}

.tablediv_clean tbody tr.odd {
  background: #F6F6F6;
  border-top:1px solid #FFF;
}

.tablediv_clean tbody tr td {
  height:50px;
  background: #FFF;
  border: 1px solid #FFF;
}

.tablediv_clean tbody tr.odd td {
  background: #F6F6F6;
  border-top:1px solid #FFF;
}

.tablediv_clean tbody tr.odd_light td {
  background: #FFFFE0;
  border-top:1px solid #FFF;
}

.tablediv_clean tfoot th, .tablediv_clean tfoot td {
  background-color:#F6F6F6;
  padding:5px;
  text-align:left;
}

/* TABLE CLEAN SMALL
----------------------------------------------------------*/
.tablediv_clean_small table {
  background-color:#fff;
  color: #454545;
  width:100%;
  margin-bottom:10px;
}

.tablediv_clean_small td, .tablediv_clean th {
  padding: 4px;
}

.tablediv_clean_small thead th {
  text-align: left;
  background: #F6F6F6;
  color: #454545;
  border: 1px solid #FFF;
}

.tablediv_clean_small tbody tr {
  background-color:#FFF;
  text-align:left;
}

.tablediv_clean_small tbody tr.odd {
  background: #F6F6F6;
  border-top:1px solid #FFF;
}

.tablediv_clean_small tbody tr td {
  height:20px;
  background: #FFF;
  border: 1px solid #FFF;
}

.tablediv_clean_small tbody tr.odd td {
  background: #F6F6F6;
  border-top:1px solid #FFF;
}

.tablediv_clean_small tbody tr.odd_light td {
  background: #FFFFE0;
  border-top:1px solid #FFF;
}

.tablediv_clean_small tfoot th, .tablediv_clean_small tfoot td {
  background-color:#F6F6F6;
  padding:5px;
  text-align:left;
}

/* TABLE PRINT
----------------------------------------------------------*/
.tablediv_print table {
  border-spacing:1px;
  background-color:#ddd;
  color: #454545;
  width:100%;
  margin-bottom:10px;
}

.tablediv_print td, .tablediv th {
  padding: 2px;
}

.tablediv_print thead th {
  text-align: center;
  background: #F6F6F6;
  color: #454545;
  border: 1px solid #FFF;
}

.tablediv_print tbody tr {
  background-color:#FFF;
  text-align:left;
}

.tablediv_print tbody tr.odd {
  background: #F6F6F6;
  border-top:1px solid #FFF;
}

.tablediv_print tbody tr td {
  height:20px;
  background: #FFF;
  border: 1px solid #FFF;
}

.tablediv_print tbody tr.odd td {
  background: #F6F6F6;
  border-top:1px solid #FFF;
}

.tablediv_print tbody tr.odd_light td {
  background: #FFFFE0;
  border-top:1px solid #FFF;
}

.tablediv_print tfoot th, .tablediv tfoot td {
  background-color:#F6F6F6;
  padding:2px;
  text-align:left;
}

/* PAGINATION
----------------------------------------------------------*/
#pagination {
  font-family:tahoma;
  text-align:center;
}

#pagination span {
  display:block;
  float:left;
  font-size:11px;
  line-height:13px;
  margin: 2px 6px 2px 0;
}

#pagination span a {
  background-color:#ffffff;
  border:1px solid #bbbbbb;
  color:#303030;
  display:block;
  padding:1px 5px 2px 5px;
  text-decoration:none;
}

#pagination span a:hover, #pagination span a:active {
  background-color: #bbbbbb;
  border:1px solid #303030;
}

#pagination span.aktuell {
  background-color: #303030;
  border:1px solid #303030;
  color:#ffffff;
  font-size:11px;
  padding:1px 5px 2px 5px;
}

/* FS PROFILE
----------------------------------------------------------*/
.fs_pics {
  height:  232px;
  width:   332px;
  padding: 0;
  margin:  0;
}

.fs_pics img {
  padding: 15px;
  border:  1px solid #ccc;
  background-color: #eee;
  width:  300px;
  height: 200px;
  top:  0;
  left: 0
}

/* MISC
--------------------------------------------------------- */
.editable:hover {
  cursor: pointer;
}

.editable_select:hover {
  cursor: pointer;
}

.editable_textarea:hover {
  cursor: pointer;
}

.premium {
  background: #FFFFE0;
  border-top:1px solid #FFF;
}

.ad_pics {
  height:  446px;
  width:   307px;
  padding: 0;
  margin:  0;
}

.ad_pics img {
  padding: 3px;
  border:  1px solid #ccc;
  background-color: #eee;
  width:  300px;
  height: 439px;
  top:  0;
  left: 0
}

.toolbar {
  padding: 5px;
  border: 1px dotted #CCCCCC;
  background: #FFFFE0;
  margin-bottom: 5px;
}

/* FOOTER
--------------------------------------------------------- */
#footer {
  clear: both;
  background: #106494;
	border-top: 3px solid #0B557F;
	text-align: left;
	padding: 5px 0px;
}

#footer a {
	background: none;
	color: #DEEFFB;
	display: inline;
	line-height: normal;
}

#footer small {
	color: #DEEFFB;
}

#footer .innerdiv {
	border: none;
	padding: 0px 10px;
	color: #DEEFFB;
}

/* Rounded Corners */
#sword, #footer, #navigation, .error, .help, .success, .info, .hints, .sponsor, .tablediv table, .tabs-container {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#col1 .moduletable,
#col2 .moduletable {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#col1 .moduletable h3,
#col2 .moduletable h3,
#col2 .moduletable h3 {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
}