/* Style Sheet */

.link-kunst{
	width:98%;
	text-align:left;
	display:inline-block;
	float:left;
}
.link-kunst a:{
	text-decoration:none;
	width:100%;
	display:inline-block;
}

.link-kunst a:hover{
	text-decoration:underline;
	background-color:#e7c0d5;
}

.artikel1{
	width:880px;
	height:auto;
	margin-left:305px;
	padding-right:20px;
	padding-left:5px;
	text-align:left;
	font-family:Verdana;
	font-size:13px;
}

#artikel2{
	width:880px;
	height:auto;
	display:inline-block;
	padding-right:20px;
	padding-left:5px;
	text-align:left;
	font-family:Verdana;
	font-size:13px;
}
#artikel3{
	width:860px;
	height:auto;
	display:inline-block;
	padding-right:20px;
	padding-left:5px;
	text-align:left;
	font-family:Verdana;
	font-size:13px;
	}


/* Tabelle für Vita */
.tab-vita{
	width:100%;
	
}
.td1{
	width:80%;

}
.td2{
	width:20%;
	text-align:center;

}
/* Ende Tabelle für Vita */


/* Tabelle 2-spaltig */

.tab-zweispaltig{
	width:96%;
	height:auto;
	text-align:left;
	font-family:Verdana;
	font-size:13px;

}
.sp1{
	width:20%;

}
.sp2{
	width:80%;
	padding-left:10px;

}

.tab-zweispaltig_re{
	width:96%;
	height:auto;
	text-align:left;
	font-family:Verdana;
	font-size:13px;

}
.sp1{
	width:80%;

}
.sp2{
	width:20%;
	padding-left:10px;
	text-align:left;

}

/* Ende Tabelle 2-spaltig */

/* 2 Spalten für Bild und Text */
#spalte-links{
	width:300px;
	float:left;

}
#spalte-rechts{
	width:auto;

}


/* 2 Spalten für Bild und Text, wobei die linke Spalte schmäler ist.*/

#spalte-links2{
	width:300px;
	float:left;
}

#spalte-rechts2{
	width:auto;

}
.spalte-links{
	width:375px;
	float:left;
}
.spalte-rechts{
	width:auto;
	margin-left:380px;
	padding-right:5px;
	padding-left:15px;

}

/* Ende 2 Spalten */

/* Block für 2 Spalten */

.block-spalten{
	width:98%;
	height:auto;
	display:inline-block;

}
.sp-li{
	width:210px;
	float:left;
	text-align:left;
}
.sp-re{
	width:auto;
	margin-left:225px;
	padding-left:20px:
}

/* Ende Block für 2 Spalten */

/* Block für 2 Spalten, linke breit */
.block-spalten2{
	width:98%;
	height:230px;
	vertical-align:middle;

}
.sp-li2{
	width:205px;
	float:left;
}
.sp-re2{
	width:auto;
	margin-left:210px;
}