/* html5 + CSS 3 Template created by miss monorom  http://intensivstation.ch 2011 */

/* reset padding and margin */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block - - rendert html5 elemente als block  */

header, footer, section, aside, nav, article {
display: block;
}


body {
font-size: 8.5pt;
color:#333;  
background-color: #fff;
font-weight: 400; 
font-family:  Arial, sans-serif;
}


/* basics */
a { 
color: #444;
text-decoration: none;
}

a:link:after, a:visited:after {
content: " (" attr(href) ") ";
font-size: 70%;
}


img{border:none;}

h1 {
font-size: 15pt; 
}

h1,h2,h3,h4 {
font-weight: 400; 
}
	
/* container to center the layout */

#container {
width: auto;
background: #fff;
margin:0 50px;
}

/* header */

header {
padding: 10px 0 0;
}


h1.gruppe {page-break-before:always;}
      
header h1  {  /* kann auch als header>h1 notiert werden */
margin: 0 0 10px;
}
header img { 
position: absolute;
right:0;
top: 20px;
width:55px;
}

/* navigation */

nav, #tage, .pause { display:none;}

/* main content style */

div.rot { display:none; }

#content { margin:50px 0 20px; }

article { margin: 0 0 20px;}
.mitte{ text-align:left;}
.morelinks { 
background-color: #fff;
padding: 0;
}

p, #content p,
#content ul,
#content ol{
margin: 0 0 10px;
line-height: 12pt;
}

hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #000000;
 margin:0 0 15px;
}

#content h1 {
margin: 0 0 10px;
}

#content h2, aside h2,
#content h3,
#content h4{
margin: 0 0 10px;
}

.tage{display: none;}
.box{
	width: 200px;
	text-align: left;
	display:inline-block;
	vertical-align:top;
 	margin:0 20px 0;
 	}



.inlinebox{
	display:block;
	width:100%;
	margin:0;
}


ul.kltn { list-style-type:none;}

#content .box a {
	padding: 10px 0;
	margin:0;
	display:block;
	}

/* footer style */

footer, .back {display:none;}


