/*	##################################
	  	body
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Verdana, Helvetica, Sans-Serif;
	line-height: 1.6em;
	color: #555555;
	background-image: url(img/content/bg.png);
	background-repeat: repeat-x;
	background-color: #375672;
}

a:link, a:active, a:visited {
	color: #7c5125;
	text-decoration: underline;
}

a:hover {
}

/*	##################################
	  	txt
	################################## */
	
h1 {
	font-size: 26px;
	font-weight: normal;
	color: #222222;
	margin: 10px 0px 10px 0px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #222222;
	margin: 10px 0px 10px 0px;
}

h3 {
}

/*	##################################
	  	header
	################################## */
	
#top {
	width: 952px;
	height: 123px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	width: 308px;
	height: 123px;
	background-image: url(img/content/logo.png);
	background-repeat: no-repeat;
}

#menu {
	width: 952px;
	height: 35px;
	font-size: 14px;
	background-image: url(img/content/menu.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#menu ul, #menu li {
	display: inline;
}

#menu li {
	padding: 10px 20px 10px 0px;
	margin-right: 15px;
	text-decoration:none;
	line-height: 34px;
	background: transparent url(img/content/bgdivide.png) no-repeat right center;
}

#menu a {
	color: #ffffff;
	text-decoration: none;
}

#mcspace {
	width: 952px;
	height: 12px;
	background-image: url(img/content/mcspace.png);
	margin-left: auto;
	margin-right: auto;
}

/*	##################################
	  	content
	################################## */
	
#contentc {
	width: 952px;
	margin-left: auto;
	margin-right: auto;
}
	
#content {
	width: 950px;
	min-height: 500px;
	background-image: url(img/content/contentbg.png);
	background-repeat: repeat-y;
	padding-left: 1px;
	padding-right: 1px;
	float: left;
}

#contentfront {
	width: 950px;
	min-height: 500px;
	background-image: url(img/content/contentbg.png);
	background-repeat: repeat-y;
	padding-left: 1px;
	padding-right: 1px;
	float: left;
}

#frontpage {
	height: auto;
	background-image: url(img/content/frontpagepic.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

#leftcontainer {
	width: 700px;
	float: left;
}

#content-left {
	width: 635px;
	background-image: url(img/content/contentleftbg.png);
	background-repeat: repeat-x;
	padding-left: 25px;
	padding-right: 40px;
	float: left;
}

#content-right {
	width: 250px;
	float: left;
}

#breadcrumbs {
	font-size: 10px;
	margin: 0px;
	color: #888888;
}

#breadcrumbs a {
	text-decoration: none;
}

/*	##################################
	  	sidebar
	################################## */
	
.kurs {
	width: 243px;
	height: 50px;
	background-image: url(img/content/kurs1.png);
	color: #FFFFFF;
	margin-left: 4px;
	margin-bottom: 3px;
}

.kursr {
	padding-top: 16px;
	padding-left: 10px;
	font-size: 18px;
}


.kurs a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #ffffff;
}

.kurs a:hover {
	background-image: url(img/content/kurs2.png);
}

.sidebarr {
	font-size: 18px;
	margin-bottom: 5px;
}
.sidebartext {
	margin-left: 15px;
	margin-right: 15px;
}

.sidebartext ul {
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

.sidebartext li {
}

.sidebartext a {
	text-decoration: none;
}

.sidebartext a:hover {
	text-decoration: underline;
}

.sidebarkontakt {
	padding: 5px;
	border: 1px dashed #999999;
}

.anmaldig {
	text-align: center;
	margin: 10px 0px 5px 0px;
	text-decoration: underline;
	color: #7c5125;
}

.anmaldigt {
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

/*	##################################
	  	blog
	################################## */
	
.blogpost {
	width: 635px;
	margin-bottom: 30px;
	float: left;
}

.blogtitle {
	width: 635px;
	float: left;
	magin: 5px 0px 0px 0px;
}

.blogtitle a {
	text-decoration: none;
	color: #222222;
}

.blogdate {
	width: 300px;
	font-size: 10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}

.blogdataright {
	width: 335px;
	font-size: 10px;
	text-align: right;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}

.blogtags {
	font-size: 10px;
	font-style: italic;
}

.blogcommentt {
	margin: 0px;
	padding: 0px;
}
	
.blogsingle {
	width: 628px;
	margin-top: 15px;
	font-size: 11px;
	background-color: #e6e6e6;
	border: 1px dashed #D4D4D4;
	padding: 5px;
	float: left;
}

.commentscontainer {
	width: 635px;
	padding-left: 15px;
	padding-right: 25px;

}

.commentsheader {
	width: 100%;
}

.commentauthor {
	width: 50%;
	float: left;
}

.commentauthor li {
	margin: 0px;
	padding: 0px;
}

.commentsdata {
	width: 50%;
	float: left;
}

.commentbox {
	width: 635px;
	float: left;
}

/*	##################################
	  	footer
	################################## */
	
#frontpage {
	width: 700px;
	height: 231px;
	background-image: url(img/content/frontpagepic.gif);
	background-repeat: no-repeat;
	float: left;
}

#frontpagefooter {
	background-image: url(img/content/bottom.png);	
}
	
#footer {
	width: 952px;
	height: 6px;
	background-image: url(img/content/bottom.png);
	float: left;
}

/*	##################################


   	Wordpress CSS


	################################## */



.aligncenter,



div.aligncenter {

   margin-left: auto;
   margin-right: auto;


}


.alignleft {

	margin-right: 25px;
	float: left;

}


.alignright {

	margin-left: 25px;
   float: right;

}


.port {

   border: 1px solid #E4E4E4;

   text-align: center;

   background-color: #FFFFFF;

   padding: 10px;

   float: left;

}


.port2 {

   border: 1px solid #E4E4E4;

   text-align: center;

   background-color: #FFFFFF;

   padding: 10px;

   float: right;

}

.wp-caption {

	border: 1px solid #E4E4E4;

	text-align: center;

	background-color: #FFFFFF;

	padding-top: 4px;

	margin: 10px;

}

.wp-caption img {

   margin: 0;

   padding: 0;

   border: 0 none;

}

.wp-caption p.wp-caption-text {


   font-size: 11px;

   line-height: 17px;

   padding: 0 4px 5px;

   margin: 0;

}
