*{
	margin: 0;
	padding: 0;
	color: #000000;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#blogtitle{
	height: 80px;
	width: 100%;
	background: none !important;
	text-align: left;
}

#logo-cscm{
	float: left;
}

#logo-unibw{
	float: right;
}

#navigation,
#left,
#right,
#footer{
	display: none;
}

#container{
	clear: both;
	width: 100%;
	text-align: left;
}

#middle{
	width: 100%;
}

#breadcrumb{
	padding: 0px 8px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
}

#breadcrumb img{
	margin: -1px 4px 0 4px;
}

a:link,
a:visited{
	text-decoration: underline;
}

#content p,
#content li{
	font-size: 12px;
}

#content .hinweis{
	border: 1px solid #cccccc;
	width: 164px;
	margin: 0 0 15px 15px;
	padding: 8px;
	float: right;
}

#content .hinweis *{
	font-size: 9px;
}

#content .hinweis p{
	margin: 0 0 4px 0;
}

#content img{
	padding: 4px;
	border: 1px solid #cccccc;
}

img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

img.alignright {
	padding: 4px;
        margin: 0 0 2px 8px;
        display: inline;
        float: right;
}

img.alignleft {
	padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
        float: left;
}

#content img.wp-smiley,
#content img.wp-smiley:hover{
	padding: 0;
	background: none;
	border: none;
}

#content .hinweis ul,
#content .hinweis ol{
	margin-left: 4px;
	padding-left: 10px;
}

#content li{
	margin-bottom: 4px;
}

#content br{
	margin-bottom: 12px;
}

#content p{
	margin: 12px 0 6px 0;
}

#content h1{
	margin: 12px 0 6px 0;
	font-size: 18px;
	font-weight: bold;
}

#content h2{
	margin: 12px 0 6px 0;
	font-size: 14px;
	font-weight: bold;
}

#content ul,
#content ol{
	padding-left: 20px;
	margin-left: 10px;
}

#content ul{
	list-style-image: url(img/li-pfeil.gif);
	padding-left: 15px;
}

#content ul ul,
#content ol ol{
	padding-left: 15px;
	margin-left: 15px;
}

#content ul ul{
	list-style-image: url(img/child.gif);
}

h3{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 6px 0;
	padding: 8px 8px 0 0;
}

h4{
	font-size: 12px;
	font-weight: bold;
	margin: 12px 0 6px 0;
}

h3.posttitle a:link,
h3.posttitle a:visited{
	border: none !important;
}

h3.posttitle a:hover{
	border: none !important;
}

#content textarea{
	width: 552px !important;
	border: 1px solid #666666;
}

.postmetadata{
	padding: 4px 8px;
	margin-bottom: 24px;
}

.date, .author{
	font-size: 9px;
	margin: 12px 0 0 0;
	font-weight: bold;
}

.author{
	float: right;
	margin-top: 0px;
}

* html .author{
	margin-top: 12px;
}

.metadata{
	border: 1px solid #cccccc;
	clear: both;
	min-height: 56px;
	margin-bottom: 48px;
}

* html .metadata{
	height: 44px;
}

.author_image {
	float: right;
	padding: 0px !important;
	margin: 8px;
	border: 1px solid #666666;
}

* html .author_image{
	margin-top: 12px;
}

p.postmetadata{
	font-size: 10px !important;
}


blockquote{
	margin-left: 30px;
	padding: 0 25px 0 10px;
	font-style: italic;
	border-left: 4px solid #fff4d3;
}


.navigation{
	margin-top: 24px;
	height: 35px !important;
	width: 100%;
}

.navigation .alignleft{
	width: 50%;
	float: left;

}

.navigation .alignright{
	width: 50%;
	float: right;
	text-align: right;
}

ol.commentlist{
	margin-left: 0 !important;
	padding-left: 0 !important;
}


.commentlist li{
	margin: 8px 0 8px 0;
	padding: 8px;
	list-style: none;
	margin-bottom: 2px;
}

.commentlist p{
	margin-bottom: 8px;
}


.commentnumber {
	margin-top: 2px;
	float:right;
	font-size: 18pt;
}

