
/* Styles der Startseite */
.divColDeko {
 float: left;
 clear: left;
 width: 400px;
 height: 500px;
 padding: 0px;
 margin-left: 0px;
 margin-bottom: 10px;
 margin-top: 30px;
}

.divColDekoContent {
 float: left;
 clear: right;
 width: 530px;
 padding: 0px;
 border: 0px;
 margin-left: 40px;
 margin-bottom: 10px;
 margin-top: 30px;
}


.divIndexSection {
 width: 100%;
 height: 120px;
 margin: 0px;
 padding: 0px;
 border-style: solid;
 border-width: 0px;
 border-color: #eee;
 border-top-width: 1px;
}

.divIndexSection h2 {
 color: rgb(2, 102, 137);
}

.divIndexSectionTextbox {
 float: left;
 width: 350px;
 height: 90px;
}

.divIndexSectionLinkbox {
 float: left;
 width: 150px;
 height: 90px;
 padding: 0px 0px 0px 20px;
 text-align: right;
}

.divIndexSection a,
.divIndexSection a:hover,
.divIndexSection a:active,
.divIndexSection a:visited
 {
 text-decoration: none;
 color: rgb(2, 102, 137);
}
