@charset "UTF-8";

/**
 * LINKWORLD INTERNET-SERVICES: CSS-STYLES
 * @see http://www.nahverkehr-ffm.de
 *
 * @css-for		all browsers
*/ 

/* CSS-RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background: #FFFFFF;;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* ALLGEMEIN */

html, body { 
	height: 101%;
}

body {
	background-color: #FFFFFF;
	text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
}

div {
	text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

a img {                             
	border: none;     
}

a[href ^="http://"] {
    color: #006666;
    background: url(../images/icon-external.png) center left no-repeat;
    padding-left: 13px;
}
a[href ^="gopher://"] {
    color: #006666;
    background: url(../images/icon-external.png) center left no-repeat;
    padding-left: 13px;
}
a[href ^="https://"] {
    color: #006666;
    background: url(../images/icon-lock.gif) center left no-repeat;
    padding-left: 16px;
}
a[href ^="mailto:"] {
    color: #006666;
    background: url(../images/icon-mail.gif) center left no-repeat;
    padding-left: 18px;
}
a[href ^="news://"] {
    color: #006666;
    background: url(../images/icon-news.png) center left no-repeat;
    padding-left: 18px;
}
a[href ^="ftp://"] {
    color: #006666;
    background: url(../images/icon-file.gif) center left no-repeat;
    padding-left: 18px;
}
a[href ^="irc://"] {
    color: #006666;
    background: url(../images/icon-discussion.gif) center left no-repeat;
    padding-left: 18px;
}
a[href $=".ogg"], a[href $=".OGG"],
a[href $=".mid"], a[href $=".MID"],
a[href $=".midi"], a[href $=".MIDI"],
a[href $=".mp3"], a[href $=".MP3"],
a[href $=".wav"], a[href $=".WAV"],
a[href $=".wma"], a[href $=".WMA"] {
    background: url("../images/icon-audio.png") center left no-repeat;
    padding-left: 19px;
}
a[href $=".ogm"], a[href $=".OGM"],
a[href $=".avi"], a[href $=".AVI"],
a[href $=".mpeg"], a[href $=".MPEG"],
a[href $=".mpg"], a[href $=".MPG"] {
    background: url("../images/icon-video.png") center left no-repeat;
    padding-left: 19px;
}
a[href $=".pdf"], a[href $=".PDF"],
a[href *=".pdf#"], a[href *=".PDF#"],
a[href *=".pdf?"], a[href *=".PDF?"] {
    background: url("../images/icon-document.png") center left no-repeat;
    padding-left: 19px;
}
a[href $=".zip"], a[href $=".ZIP"],
a[href $=".rar"], a[href $=".RAR"],
a[href $=".exe"], a[href $=".EXE"],
a[href $=".msi"], a[href $=".MSI"],
a[href $=".dmg"], a[href $=".DMG"],
a[href $=".gz"], a[href $=".GZ"],
a[href *=".gzip"], a[href *=".GZIP"] {
    background: url("../images/icon-download.png") center left no-repeat;
    padding-left: 19px;
}

a:link {
	color: #006666;
	text-decoration: underline;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

a:visited {
	color: #006666;
	text-decoration: underline;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

a:hover {
	color: #000099;
	text-decoration: underline;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

a:active {
	color: #000099;
	text-decoration: underline;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

p, td, th, dd, dt {
	color: #000000;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align: left;
	font-size: 10pt;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 15px;
}

dd {
  margin-bottom: 10px;
}

dt {
  margin-bottom: 0px;
}

strong {
	font-weight: bold;
}

p.align-center {
  text-align: center;
}

p.align-right {
  text-align: right;
}

td {
	text-align: left;
	vertical-align: top;
}

th {
	font-weight: bold;	
}

h1, h2, h3, h4, h5, h6 {
	color: #000099;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2 {
  color: #006666;
	font-size: 10pt;
	margin-bottom: 5px;
}

h3 {
	font-size: 11pt;
	margin-bottom: 0px;
}

h4, h5, h6 {
	font-size: 10pt;
	margin-bottom: 0px;
}

blockquote {
	margin-left: 30px;
}

hr {
    color: transparent;
    height: 1px;
    background: url(../images/trennlinie.gif);
}


/* DIV-LAYERS */

/* GLOBAL */

div#wrapper {
	position: relative;
	width: 970px;
	margin: 0 auto;
	text-align: center;
}

.grey {
	background:#cccccc;
}

.suchen-textfeld {
	padding: 0;
	margin: 0;
	width: 110px;
	height: 16px;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	color: #000000;
}

.suchen-submit-button {
	padding: 0;
	margin: 0;
	width: 55px;
	height: 18px;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #333333;
	background-color: #006666;
	color: #FFFFFF;
}


/* OBEN */

div#wrapper1 {
	width: 100%;
	height: 80px;
	margin: 0 auto;
}

div#wrapper2 {
	width: 970px;
	height: 30px;
	margin: 0 auto;
}

div#leftCol-2-3 {
	float: left;
	width: 795px;
	height: 100%;
}

div#rightCol-1-3 {
	float: right;
	width: 175px;
	height: 100%;
}

/* MITTE */

div#wrapper3 {
	width: 100%;
	height: 425px;
	margin: 0 auto;
}

div#leftCol {
	float: left;
	width: 175px;
}

div#rightCol {
	float: right;
	width: 175px;
}

div#centerCol {
	margin: 0 175px;
	width: 500px;
}

div#centerCol-content {
	float: left;
	width: 600px;
	margin: 0px 10px 0px 10px;
}

div#newsOben {
	background: url('../images/news-oben.gif');
	height: 10px;
}

div#newsMitte {
	background: url('../images/news-mitte.gif');
	height: 100%;
}

div#newsMitte-content {
	margin: 0px 10px 0px 5px;
}

div#newsUnten {
	background: url('../images/news-unten.gif');
	height: 10px;
}


/* UNTEN */

div#wrapper4 {
	width: 100%;
	height: 100px;
	margin: 0 auto;
}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* EXTENSIONS */


/* NEWS */

.news-single-rightbox,
.news-single-imgcaption,
.news-latest-date,
.news-latest-morelink,
.news-latest-category,
.news-list-category,
.news-list-author,
.news-list-imgcaption,
.news-list-date,
.news-list-browse,
.news-amenu-container,
.news-catmenu {
	color: #000000;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align: left;
	font-size: 10pt;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 15px;
}

.newssubheader {
	color: #006666;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align: left;
	font-size: 8pt;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}

.newslink a:link {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #006666;
	text-align: right;
	text-decoration: none;
}

.newslink a:visited {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #006666;
	text-align: right;
	text-decoration: none;
}

.newslink a:hover {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000099;
	text-align: right;
	text-decoration: none;
}

/* T3-MODDING */

/* BILDUNTERSCHRIFT */

.csc-textpic-caption {
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	margin-top: 5px;
	margin-bottom: 10px;

}

/* LISTS */

.csc-bulletlist {
	color: #1B1B1B;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 125%;
	list-style: disc;
	margin-bottom: 5px;
	text-align: left;
	margin-left: 30px;
	margin-bottom: 20px;
}

ul {
	color: #1B1B1B;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 125%;
	list-style: disc;
	margin-bottom: 5px;
	text-align: left;
	margin-left: 30px;
	margin-bottom: 20px;
}

ol {
	color: #1B1B1B;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 125%;
	list-style: decimal;
	margin-bottom: 5px;
	text-align: left;
	margin-left: 30px;
	margin-bottom: 15px;
}

/* MAILFORMULAR */

.csc-mailform {
	border: none;
	width: 90%
}

.csc-mailform-field {
	margin: 2px;
	padding: 5px
}

.csc-mailform-field label {
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	float: left;
	padding: 1px;
	color: black;
	width: 150px
}

/* RTE */

.csc-frame-frame1 {
  background-color: #EDEBF1;
  padding: 2px 4px 2px 4px;
  border: 1px solid #333333;
}

.csc-frame-frame2 {
  background-color: #F5FFAA;
  padding: 2px 4px 2px 4px;
  border: 1px solid #333333;
}
