/* style_design.css - sd.css */
/* Navigations-Elemente      */

.subtopic  {
	margin-left: 20px;
}

#content {
	width: 540px;
	position: absolute;
	top: 130px;
	left: 220px;
	padding: 0px;
}

#topic {
	width: 180px;
	position: absolute;
	top: 110px;
	left: 10px;
	padding: 0px;
}

#shop {
	width: 180px;
	position: absolute;
	top: 110px;
	left: 790px;
	padding: 0px;
}

#sidebar {
	width: 195px; /* Nutzbar: 180 */
	position: absolute;
	top: 360px;
	left: 775px;  /* 790 (-13 -2) = 775  */
	padding: 0 0 0 13px;
	border-left: 2px solid #CCCCCC;
	background-color: #ffffff;
}

#logo {
	width: 100%;
	height: 70px;
	background : #9C1750 url(../images/plogo.gif) no-repeat;
}

#plaintext {
	position: absolute;
	top: 10px;
	left: 880px;
	text-align: right;
	width: 100px;
}

#plaintext a {
	color: #ffffff;
	text-decoration: none;
}

#maintopic {
	width: 100%;
	margin: 0px;
	padding: 1px 0px 2px 0px;
	background: #f9f9f9 url(../images/pmtp.gif) repeat-x;
	height: 32px;
}

#maintopic ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#maintopic li {
	display: inline;
}

#maintopic a {
	display: block;
	float: left;
	margin: 0px;
	padding: 8px 16px 0px 16px;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #444443;
	border-right: 1px solid #dedede;
	border-left: 1px solid #fdfdfd;
	height: 21px;
}

#maintopic a:hover {
	background-color: #CCCCCC;
}

#maintopic a.sel {
	background-color: #CCCCCC;
	color: #444443;
}

#topic h3, #shop h3 {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #CCCCCC;
	color: #9C1750;
	padding: 4px 10px 4px 10px;
	font-size: 100%;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}

#topic p, #shop p {
	padding: 4px 10px 4px 10px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
}

#topic p a, #shop p a {
	text-decoration: none;
	color: #444443;
}

#topic p a:hover, #shop p a:hover {
	text-decoration: underline;
	color: #9C1750;
}

#topic .titel {
	text-decoration: none;
	color: #9C1750;
}

#ts {
	text-align: center;
}

#ts a {
	text-decoration: none;
	color: #444443;
}