body {
	background: url(../images/bg-content.gif) repeat-x;
	width: 100%;
	height: 1000px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 100%;
}

.visualClear {
	height: 0px !important;
	clear: both;
}
a:link {
	color: #002940;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #002940;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #002940;
	text-decoration: underline;
	font-family: Arial;
	outline: none;
}
.dossierLink {
	color: #999999;
	text-decoration: underline;
	outline: none;
}
.dossierLink:link {
	color: #999999;
	text-decoration: underline;
	outline: none;
}
.dossierLink:visited {
	color: #999999;
	text-decoration: underline;
	outline: none;
}
.dossierLink:hover {
	color: #999999;
	text-decoration: none;
	font-family: Arial;
	outline: none;
}

.visualClear {
	height: 0px !important;
	clear: both;
}

h1 {
	font-size: 20px;
	color: #3d9ace;
}

.all {
	border: 0px solid red;
	background: url(../images/all-content.gif) no-repeat;
}

.wrapper {
	border: 0px solid black;
	width: 960px;
	padding: 0px;
	margin: 0px auto 0px auto;
}

.top {
	height: 60px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background: url(../images/bg-top.gif) no-repeat;
}

*html .top {
	height: 63px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background: url(../images/bg-top.gif) no-repeat;
}

.demoTop {
	border: 0px solid red;
	background: url(../images/demo-button-content-top.gif) no-repeat;
	width: 151px;
	height: 29px;
	float: right;
	margin: 18px 0px 0px 0px;
	padding: 5px 0px 0px 12px;
}

.demoTop a:link,
.demoTop a:visited,
.demoTop a:hover {
	color: #535201;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}

.demoTop span {
	font-weight: bold;
}

/*navigation*/

.naviWrapper {
	border: 0px solid black;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	clear: both;
	height: 28px;
}

*html .naviWrapper {
	border: 0px solid black;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	clear: both;
	height: 28px;
} 

#navigation {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 650px;
	float: left;
	font-weight: normal;
}

#navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navigation li {
	list-style: none;
	float: left;
}

#navigation a {
	color: white;
	background: transparent;
	text-decoration: none;
	padding: 0px 15px 0px 0px;
	display: block;
	float: left;
}

#navigation .active a {
	color: #d7d86b;
	background: transparent;
	text-decoration: none;
}

#navigation a:hover {
	color: #d7d86b;
	background: transparent;
}

/*end of navigation*/ 

.meta {
	border: 0px solid green;
	text-align: center;
	float: right;
	padding: 0px;
	font-size: 15px;
}

.blog {
	padding: 0px 10px 0px 10px;
	border: 0px solid white;
	float: left;
}

.blog a:link {
	color: #a4d1e7;
}

.blog a:visited {
	color: #a4d1e7;
}

.blog a:hover {
	color: #d7d86b;
	text-decoration: none;
}   

.twitter {
	padding: 0px 10px 0px 30px;
	border: 0px solid white;
	float: left;
	background: url(../images/twitter.gif) no-repeat 0px 0px;
}

.twitter a:link {
	color: #a4d1e7;
}

.twitter a:visited {
	color: #a4d1e7;
}

.twitter a:hover {
	color: #d7d86b;
	text-decoration: none;
}

.logo {
	padding: 0px 10px 7px 10px;
	border: 0px solid white;
	float: right; 
}

.row {
	border-bottom: 3px solid #cde5f1;
	padding: 50px 0px 50px 0px;
}
*html .row {
	border-bottom: 3px solid #cde5f1;
	padding: 25px 0px 25px 0px;
}
.rowCenter {
	border: 0px solid red;
	padding: 50px 0px 50px 0px;
	text-align: center;
}
.cloudLogo {
	margin: 0px 2px 0px 0px;
	padding: 0px;
	float: left;
}
.dossier {
	text-align: left;
	background: #eeeeee;
	color: #999;
	margin: 0px 0px 25px 0px;
	padding: 20px;
	font-size: 12px;
	line-height: 18px;
	height:auto;
}
.dossier h2 {
	color: #999;
	padding: 0px;
	margin: 0px;
}

.dossier .bodytext {
	font-size: 12px;
	line-height: 18px;
	color: #999;
}

.container, .halfdiv {
	float: left;
	width: 25%;
	margin: 0px;
	border: 0px solid #cde5f1;
	font-size: 14px;
	padding: 0;
}
.containerBlog {
	float: left;
	width: 203px;
	height: 180px;
	margin: 0px;
	border: 0px solid #cde5f1;
	font-size: 14px;
	border: 1px solid #e0e0e0;
	border-width: 1px 1px 0px 1px;
	padding: 0px 10px 0px 10px;
	color: #666666;
}
*html .containerBlog h1 {
	font-size: 20px;
	color: #3d9ace;
	padding: 10px 0px 0px 0px;
}
.containerBlogFooter {
	background: url(../images/blog-shadow.gif) no-repeat top left;
	border: 0px solid red;
	height: 25px;
}
*html .containerBlogFooter {
	margin: -20px 0px 0px 0px;
}
.containerBlog ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.containerBlog li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}
.containerBlog span {
	font-size: 11px;
	font-weight: bold;
}
.content {
	border: 0px solid red;
	background: white;
	padding: 0px 0px 0px 0px;
}
.columnContentsingleColumn {
	padding: 20px 0px 0px 0px;
}
.columnOne {
	border: 0px solid blue;
	width: 180px;
	float: left;
	padding: 35px 0px 0px 0px;
	height: 100%;
	background: url(../images/bg-subnavi.jpg) no-repeat 0px 0px white;
	min-height: 620px;
}
/*subnavi*/

.subnavi {
	border: 0px solid green;
	height: 300px;
}
.subnavi ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.subnavi li {
	list-style: none;                                                                                    
	border: 0px dotted #a0a8ac;
	border-width: 0px 0px 0px 0px;
	line-height: 50px;
	font-size: 15px;
}

.subnavi li a {
	width: 180px;
	margin: 0px;
	padding: 0px;
	display: block;
	text-decoration: none;
	color: #373737;
	background: url(../images/subnavi-low.gif) no-repeat 0px 0px;
}

.subnavi li a:visited {
	margin: 0px;                                                            
	padding: 0px;
	display: block;
	text-decoration: none;
	color: #373737;
}

.subnavi li a:hover {
	margin: 0px;
	text-decoration: none;
	background: url(../images/subnavi-active.gif) no-repeat 0px 0px;
	color: #373737;
}

.subnavi .active a {
	list-style: none;
	margin: 0px;
	font-weight: bold;
	background: url(../images/subnavi-active.gif) no-repeat 0px 0px;
	color: #373737;
}

/*content*/

.columnContent {
	border: 0px solid black;
	float: right;
	width: 750px;
	padding: 30px 0px 10px 0px;
}
.columnContent .row {
	border-bottom: 3px solid #cde5f1;
	padding: 20px 0px 20px 0px;
}
.columnContent .rowLast {
	border-bottom: 0px solid #cde5f1;
	padding: 20px 0px 20px 0px;
}
.columnContent .container {
	float: left;
	width: 50%;
	margin: 0px 0px 0px 0px;
	border: 0px solid #cde5f1;
	font-size: 14px;
	padding: 0px;
	line-height: 20px;
}
.heading {
	color: #002940;
	font-size: 26px;
	padding: 0px;
	margin: 0px 0px 12px 0px;
	width: 100%;
}
.dl {
	color: #002940;
	font-size: 14px;
}

h1 {
	color: #002940;
	font-size: 26px;
	padding: 0px;
	margin: 0 0 20px 0;
	width: 100%;
}
/*footer*/

.footerWrapper {
	background: url(../images/footer.gif) repeat-x top left #124f6b;
}

.footer {
	border: 0px solid red;
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 40px 0px 40px 0px;
	color: #7ab0ca;
} 

.footer a:link,
.footer a:visited,
.footer a:hover {
	color: #7ab0ca;
}

.containerFooter {
	border-bottom: 1px solid #3e758f;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	height: 20px;
}

.containerFooter .left  {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	border: 0px solid red;
	float: left;
	width: 150px;
}

.containerFooter .left a {
	color: #b0d4e5;
}

.impressum {
	border: 0px solid #3e758f;
	border-width: 1px 0px 1px 0px;
	margin: 40px 0px 0px 0px;
	width: 100%;
	height: 50px;
	padding: 10px 0px 20px 0px;
}

*html .impressum {
	margin: 20px 0px 0px 0px;
}

.social {
	float: left;
	width: 25%;
	border: 0px solid red;
}

.social h2 {
	color: white;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
}

.info {
	float: right;
	margin: 0px 0px 0px 0px;
	color: white;
	font-size: 12px;
	border: 0px solid red;
}

.info p {
	color: white;
	font-size: 12px;
	margin: -3px 0px 0px 0px;
}

.info h2 {
	color: #7ab0ca;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
}

.signature {
	border: 0px solid red;
	text-align: right;
	color: #427691;
	font-size: 12px;
	padding: 10px 0px 0px 0px;
}

.yellow {
	color: #dddf5b;
}




/* zusatzstyles - alex */

.halfdiv .bodytext, .fulldiv .bodytext, .dritteldiv .bodytext {
	font-size:14px;
	padding:0 10px 0 0;
}
.halfdiv {
	position:relative;
	float:left;
	width:340px;
	margin:10px 35px 10px 0px;
	height:auto;
	clear:right;
	border: 0px solid red;
}
.fulldiv {
	position:relative;
	float:left;
	width:100%;
	margin:10px 0px 10px 0;
	margin:0px;
}
.dritteldiv {
	position:relative;
	float:left;
	width:240px;
	margin:0px 0px 10px 0px;
	min-height:210px;
	border: 0px solid white;
}

.dritteldiv .bodytext {
	border: 0px solid red;
	margin: 0px 0px 0px 0px;
}

.dritteldiv h4 {
	border: 0px solid red;
	margin: 5px 0px 0px 0px;
	font-size: 14px;
	color: #003333;
}

.dritteldivblau {
	position:relative;
	float:left;
	width:226px;
	margin:5px 3px 30px 0;
	padding:15px 10px 5px 10px;
	background:#e3ebf6;
	font-size:14px;
	font-weight:normal;
	min-height:60px
}
.dritteldivblau img, .dritteldivblau .csc-textpic-imagewrap{
	position:relative;
	float:left;
	margin:0px;
}
 .dritteldivblau .csc-textpic{
	position:relative;
	float:left;
	margin:0px;
}
.dritteldivblau ul{
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:normal;
	height:auto;
	color: #003333;
	
}
.dritteldivblau ul li{
	line-height:18px;
	height:auto;
	font-size:14px;
	font-weight:normal;
	
}
.divider hr {
	position:relative;
	float:left;
	width:100%;
	height:0px;
	margin: -8px 0px 20px 0px;
	padding:0px;
	border:0px;
	border-bottom:1px solid #ccc;
}

.moreInfoLink {
	margin: 0px 0px 25px 0px;
}
.greybox {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	margin:0px;
	padding:0px;
	border:0px;
	background:#ccc;
}
.greybox p {
	padding:0 10px 0 10px
}
.greybox h1 {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 10px 0;
	padding:0px 0 10px 0;
	border:0px;
	background:#fff;
}
.basispaketediv {
	position:relative;
	float:left;
	width:100%;
	margin:10px 0px 10px 0;
	margin:0px;
}
.basispaketediv .bodytext, .basispaketediv p {
	position: relative;
	bottom:0px;
}
.halfdiv h3, .dritteldiv h3, .dritteldivblau h3  {
	margin:0px;
	padding:0px;
}

.fulldiv h3  {
	margin:10px 0px 10px 0px;
	padding:0px;
}

h2, h3, h4 {
	color: #002940
}

h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 18px;
}

h3 {
	font-size: 17px;
}

.bodytext, p {
	color:#373737;
	font-size:14px;
	line-height:20px;
	margin: 5px 0px 10px 0px;
}
.csc-default {
	height:auto;
}
h4 {
	margin:0px 0 -10px 0;
	padding:0px;
}

h5 {
	border: 0px solid red;
	margin: 5px 0px 5px 0px;
}
/* aus typo3.css kopiert*/

img {
	border: none;
	clear:none;
}

div.csc-textpic div.csc-textpic-single-image img {
	margin: 0px;
}

.csc-textpic-imagewrap, .csc-textpic-single-image {
	margin: 10px 0px 0px 0px;
}
.csc-textpic-intext-right-nowrap, .csc-textpic-intext-right {
	margin: .5em 1em 1em 0;
}
.csc-textpic-intext-left-nowrap, .csc-textpic-intext-left {
	margin: .5em 1em 1em 1.25em;
}
.csc-textpic-single-image {
	position:relative;
	top:-1px;
}
.listenpunkt {
	position:relative;
	float:left;
	margin:0px;
	height:auto;
	background:#e3ebf6;
	width: 730px;
	padding: 0px 10px 0px 10px;
}
.listenpunkt p {
	position:relative;
	float:left;
	padding: 5px 0px 0px 0px;
}
.listenpunkt img {
	position:relative;
	top:5px;
}
.listenpunkt .csc-textpic, .listenpunkt .csc-textpic-imagewrap {
	margin: 0px;
}
.seitenlink {
	position:relative;
	float: right;
	margin-top:10px;
	clear:both;
	width:auto;
}
.seitenlink a:link {
	background-image:url(../images/seitenlink.png);
	background-repeat:no-repeat;
	padding-left:25px;
	background-position:0 -7px;
	margin-left: -6px;
	color: #666666;
}
.seitenlink a:visited {
	background-image:url(../images/seitenlink.png);
	background-repeat:no-repeat;
	padding-left:25px;
	background-position:0 -7px;
	margin-left: -6px;
	color: #666666;
}
.seitenlink_rechts {
	position:relative;
	float:right;
	margin-top:0px;
	margin-left:290px;
	clear:both;
	width:auto;
}
.seitenlink_rechts a:link {
	background-image:url(../images/seitenlink.png);
	background-repeat:no-repeat;
	padding-left:25px;
	background-position:0 -7px;
	margin-left: 0px;
	color: #666666;
}
.seitenlink_rechts a:visited {
	background-image:url(../images/seitenlink.png);
	background-repeat:no-repeat;
	padding-left:25px;
	background-position:0 -7px;
	margin-left: 0px;
	color: #666666;
}
.csc-text-pic{
	margin:0px;
	padding:0px;
}

/* preise */

.preise {
	margin: 20px 0px 0px 0px;
}
.preise td {
	border: 1px solid #c8dfed;
	border-width: 0px 0px 1px 0px;
	padding: 5px;
}
td.light {
	padding: 10px 10px 10px 60px;
	background: url(../images/preise_light.gif) repeat-y;
	width: 120px;
}
td.lightNoBorder {
	padding: 10px 10px 10px 60px;
	border: 0px;
	background: url(../images/preise_light.gif) repeat-y;
}
td.noBorder {
	border: 0px;
	background: transparent;
}
td.noBorderBottom {
	border: 0px;
	background: transparent;
	padding: 0px;
}
.noBorderBottom p {
	font-size: 12px;
}