/*Startseite */

.startcolL {
        background:#f2f2f2;
	width:264px;
        border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	border-right:1px dotted #b6b6b6;
	padding:5px 18px 10px 10px;
        float:left;
        clear:left;
	}
.startcolL:hover {
        background:#e9e9e9;
	}

.startcolL, .startcolR {
        margin-top:22px;
        
        }	

.startcolR {
	background:#f2f2f2;
	width:264px;
        border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	border-right:1px dotted #b6b6b6;
	padding:5px 18px 10px 10px;
        margin-left: 18px;
        float:right;
	}

.startcolL .title, .startcolR .title {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

.startimage {
	border-left: 3px dotted maroon;
        margin:0 10px 0 0; 
        float:left;
	}

.clear {
	clear:both;
	}