﻿/**
 * LINKWORLD INTERNET-SERVICES: CSS-STYLES
 * @see http://www.gemeinschaftliches-wohnen.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: #EFEEEB;
	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:link {
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

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

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

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

p, td, th {
	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;
}

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: #000000;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2 {
	font-size: 11pt;
}

h3 {
	font-size: 10pt;
}

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


blockquote {
	margin-left: 30px;
}

/* DIV-LAYERS */

/* GLOBAL */

div#wrapper {
	position: relative;
	width: 979px;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
}

div#bg-weiss {
	position: absolute;
	background-color: #FFFFFF;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 130px;
	width: 100%;
	z-index: 1;
}


/* OBEN */


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

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

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

div#centerCol {
	margin: 0 173px; 
}

div#centerCol-oben1 {
	position:absolute;
	top: 30px;
	right: 173px;
	z-index:2;
}

div#centerCol-oben2 {
	position:absolute;
	left: 193px;
	top: 65px;
	z-index: 1;
}

/* MITTE */

div#wrapper2 {
	background: url('../images/background.gif');
	width: 100%;
	margin: 0 auto;
}

div#centerCol-content1 {
	float: left;
	width: 487px;
	margin: 30px 20px 0 20px;
}

div#centerCol-content2 {
	float: left;
	width: 593px;
	margin: 30px 20px 0px 20px;
}

div#centerCol-content3 {
	float: right;
	width: 106px;
}

div#rightCol-menu {
	margin: 0px 0px 0px 0px;
}

div#rightCol-inhalt {
	margin: 30px 10px 0px 10px;
}

/* UNTEN */

div#wrapper3 {
	background: url('../images/background.gif');
	width: 100%;
	height: 200px;
	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 */

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

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

.newslink a:hover {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	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;
}

/* LINKLIST */

.tx-ablinklist-pi1 {
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	line-height: 125%;
	color: #1B1B1B;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	text-align: left;
}

div.tx-rscontentcolumn-pi1 div.leftcol {
	padding-top: 0%;
	padding-right: 1%;
	padding-bottom: 0%;
	padding-left: 0%;
	width: 54%;
	white-space: normal;
	float: left;
}

div.tx-rscontentcolumn-pi1 div.rightcol {
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 1%;
	width: 44%;
	white-space: normal;
	float: left;
}

/* 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;
}