@charset "UTF-8";

/*//////////基本ペーレイアウト//////////*/

#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 60px;
}

#header {
	height: 180px;
	width: 780px;
	background: #fff;
}
#contents {
	height: 180px;
	width: 780px;
	background: #fff;
	margin-top: 45px;
}

#contents_links {
	float: left;
	width: 170px;
	background: #fff;
}
#contents_rechts {
	float: right;
	width: 575px;
	background: #fff;
	margin-bottom: 45px;
}
#footer {
	width: 780px;
	background: #fff;
	font-size: 9px;
	text-align: left;
	clear: both;
	float: none;
	padding-left: 207.8px;
}
/*//////////基本タイプ//////////*/

/*body {
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing: 0.05em;
}*/
/*//////////サイドバー左//////////*/

.titel {
	font-size: 12px;
	font-weight: bold;
	word-spacing: 0.06em;
}
.subtitel {
	font-size: 12px;
	font-weight: lighter;
	text-transform: lowercase;
}
div#contents_links a,div#contents_rechts a:link,div#contents_rechts a:visited {
	color: #663366;
	text-decoration: none;
}	
/*//////////コンテンツ右//////////*/
div#contents_rechts a,div#contents_rechts a:link,div#contents_rechts a:visited {
	color: #663366;
	text-decoration: none;
}	
/*//////////Footer//////////*/

div#footer a,div#footer a:link,div#footer a:visited {
	color: #804314;
	text-decoration: none;
}
p {
	line-height: 14px;
}
.titel_contents_rechts {
	font-size: 24px;
	font-weight: lighter;
	letter-spacing: 0.07em;
	line-height: 24px;
	vertical-align: top;
}
#container #contents #contents_rechts #cover {
	float: left;
	padding-bottom: 10px;
}
#container #contents #contents_rechts #projectsname {
	float: left;
	padding-bottom: 10px;
	width: 150px;
}
#container #contents #contents_rechts #beschreibung {
	margin-left: 10px;
	float: left;
}
.cd_titel {
	font-weight: bold;
}
#contents_rechts #cd {
	padding-top: 10px;
	border-top: 1px dotted #000000;
	clear: both;
	float: none;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.foto {
	clear: right;
	float: left;
	padding-right: 5px;
}
.typokleiner {
	font-size: 80%;
	line-height: 100%;
}
.floatfrei {
	clear: both;
	width: 100%;
}
