/*
Theme Name: workshop
Theme URI: http://www.andreasmuxel.com
Description: WordPress Theme für workshops
Version: 1.0
Author: Andreas Muxel
*/
/* CSS Document */
/*--------------*/
/*--------------*/
/*--*/
/*--*/
/*-------------------------------------------*/
/*-------------- bereiche -------------------*/
/*-------------------------------------------*/
/*--*/
/*--*/
/*--------------------general--------------------*/
body { 
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	display: block;
	overflow: auto;
	margin:0px;
  	padding:4px;
  	border:1px solid #ddd;
  	background:#dde5e8;
}
div {
	/*border: 1px #ff0000 solid;*/
}
.clearLeft {
	clear: left;
}
.borderBottom {
	padding-bottom: 4px;
	border-bottom: 1px solid #000;
	margin-bottom: 16px;
	border-style: dashed;
}
/*--------------------paragraphs (to display style in WYSWIG)--------------------*/
p {
	line-height: 20px;
}

em {
	font-style: italic;
} 
/*--------------------headers--------------------*/
h1 {
	font-size: 64px;
	line-height: 64px;
}
h2 {
	font-size: 32px;
	line-height: 32px;
}
h3 {
	font-size: 24px;
	line-height: 24px;
}
#header h3 {
	margin-top: 8px;
}
#bookmarks h4 {
	font-size: 16px;
	padding-bottom: 16px;
}
/*--------------------link design--------------------*/
a {
	color: #0099cc;
	text-decoration: none;
}
a:hover {
	color: #fff;
	background-color: #0099cc;
}
/*--------------------image design--------------*/
img { 
	
}
/*--------------------edit design--------------*/
.edit {
	font-size: 12px;
	margin-top: 8px;
}
/*--------------------header--------------------*/
#header {
	position: relative;
	margin: 16px 0 0 64px;
}
/*--------------------sidebar--------------------*/
#sidebar {
	display: none;
}
/*--------------------main container--------------------*/
#content {
	position: relative;
	margin: 64px 0 0 78px;
	width: 736px;
}
#contentDetail {
	margin: 32px 0 0 0;
}
#content ul li {
	list-style-type: none;
}
#content li {
	margin: 0 0 0 16px;
	padding: 0 0 8px 0;
}
.articleHeaders {
	margin-bottom: 40px;
}
#bookmarks ul {
	padding-bottom: 16px;
}
#bookmarks li {
	margin: 0 0 0 16px;
	padding: 0 0 4px 0;
}
#bookmarks .blogroll li {
	margin: 0;
}
/*--------------------footer--------------------*/
#footer {
	position: relative;
	margin: 40px 0 8px 64px;
	font-size: 12px;
}
