/* css documents */
* { margin: 0; padding: 0; list-style: none; }

/* main element settings */
body {
	text-align: center;
	color: #000;
	font-family: Arial, "Times New Roman", Times, serif;
	background-color: #FFF;
	background: url(img/body-bg.gif) repeat-x;
	font-size: 12px;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* specific settings */
#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* welcome title + desc */
#welcomeheading {
	height: 65px;
	overflow: hidden;
	color: #202664;
	padding: 0 0 0 190px;
}

#welcomeheading div.left {
	width: 400px;
	float: left;
	display: inline;
}
#welcomeheading div.right {
	width: 200px;
	float: right;
	display: inline;
	color: #999;
	padding: 3px 0 0 0;
}

#welcomeheading h1 {
	margin: 0;
	padding: 0;
}
#welcomeheading h1 a {
	padding-top: 8px;
	text-transform: uppercase;
	color: #202664;
	font-size: 32px;
}
.description {
	padding-bottom: 5px;
	font-size: 16px;
}


/* grid settings */                
#sidebar-left {
	width: 157px;
	float: left;
	padding: 13px 13px 13px 0px;
	text-align: left;
	overflow: hidden;
}

#content {
	float: left;
	width: 528px;
	margin: 0px;
	padding: 13px 21px 21px 21px;
	min-height: 450px;
	background-color: #ECECEC;
}

#sidebar-right {
	width: 197px;
	float: right;
	padding: 13px 0px 13px 13px;
	text-align: left;
	overflow: hidden;
}    

/* content settings */
div#content h2,
div#content h2 a {
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	margin: 0 0 10px 0;
	color: #202664;
}

div#content p {
	margin: 13px 0 13px 0;
}

div#content ul {
	margin: 0 0 0 21px;
	padding: 0;
}
div#content ul li {
	list-style: disc;
	list-style-position: outside;
	margin: 3px 0 3px 0;
}

/* special post settings */
div#content div.aggregation h2 {
	margin: 0 0 3px 0;
}

div#content div.aggregation h2,
div#content div.aggregation h2 a {
	font-size: 13px;
}

div#content div.aggregation p {
	margin: 0 0 8px 0;
}

/* prev-next */
div.prevnext {
	clear: both;
	display: block;
}
div.prevnext div.prev {
	float: left;
	width: 49%;
	display: inline;
	padding: 5px 5px 5px 0;
}
div.prevnext div.next {
	float: right;
	width: 49%;
	display: inline;
	padding: 5px 0px 5px 5px;
}


/* sidebar settings */
div.sidebar {
	font-size: 12px;
}
div.sidebar a:hover {
	color: #202664;
}

div.devider {
	border-top: 1px solid #202664;
	padding: 13px 0 8px 0;
	margin:  21px 0 13px 0;
}

div#sidebar-left div.widget {
	margin: 0 0 21px 0;	
}

div.widget h2.widgettitle,
li.widget h2.widgettitle {
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	margin: 0 0 10px 0;
	color: #202664;
}

div.sidebar div.widget div.date {
	font-size: 11px;
	color: #999;
}

div.sidebar div.widget ul {
	margin: 13px 0px 13px 15px;
}

div.sidebar div.widget ul li {
	margin: 0px 0px 3px 0px;
	list-style-position: outside;
	list-style-type: circle;
}


/* footer settings */
#footer {
	clear: both;
	font-size: 11px;
	padding: 3px 0 3px 0;
}


/* wp core settings */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}


.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0;
}

.clearfix {
	clear: both;
}


/* single widget settings */
/* calendar */
div.sidebar li.widget_calendar {
	border-top: 1px solid #202664;
	padding: 13px 0 8px 0;
	margin:  21px 0 13px 0;
}
div#calendar_wrap table#wp-calendar {
	width: 100%;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}
div#calendar_wrap table#wp-calendar caption {
	text-align: left;
	color: #666;
}
div#calendar_wrap table#wp-calendar thead tr th {
	border: 1px solid #999;
	text-align: center;
}
div#calendar_wrap table#wp-calendar tr td {
	text-align: center;
}
div#calendar_wrap table#wp-calendar tr td a {
	font-weight: bold;
}
div#calendar_wrap table#wp-calendar tr td a:hover {
	text-decoration: underline;
}


/* startseite */
div.slideshow-2 {
	width: 200px;
	overflow: hidden;
	float: right;
	display: inline;
	margin: 0 0 13px 13px;
}


/* highlighting */
div.widget li.current_page_item a,
div.widget li.current-cat a {
	text-decoration: underline;
	color: #202664;
	font-weight: bold;
}


/* miscellaneous settings */
/* widget newsletter */
li#newsletter form input {
	color: #666;
	font-size: 11px;
	margin: 3px 0 0 0;
	width: 140px;
}

/* vortraege */
div.widget div.aggregation-item {
	margin: 0 0 13px 0;
}  

/* templates */
/* links */
div#content li.linkcat {
	margin: 21px 0 0 0;
}
div#content li.linkcat ul {
	margin: 0 0 0 21px;
	padding: 0;
}
div#content li.linkcat ul li {
	list-style: disc;
	list-style-position: outside;
}

/* thumbnails */
img.size-thumbnail {
	border: 3px solid #999;
}

/* the divider */
div.divider {
	clear: both;
	margin: 21px 0 21px 0;
	height: 1px;
	line-height: 1px;
	background-color: #202664;
}

