body    {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: left;
	background-color: #808080;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}
p, ul, ol, li    {
	font-size: 12px;
}
a:link {
	color: #804200;
	text-decoration: none;
}
a:visited {
	color: #C93
}
a:focus {
	color: #C00
}
a:hover {
	text-decoration: underline
}
a:active {
	color: #C00
}
h1,h2,h3,h4,h5,h6   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
}
h1   { font-size: 18px;  font-weight: normal }
h2   { font-size: 15px;  font-weight: bold }
h3,h4,h5,h6   { font-size: 12px;  font-weight: bold }

table, table p     {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #eee;
	margin: 0;
	padding: 0;
	outline-style: none;
	line-height: 1.5;
}
tr { }
.dunkel   {
	background-color: #ccc
}
td, th   {
	border-bottom: 1px solid gray;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin: 0px;
	vertical-align: top;
}
th   {
	font-size: 15px;
	background-color: #ccc;
	text-align: left;
}
.table-mini th {
	font-size: 12px;
}
.table-mini td, .table-mini th   {
	padding-right: 15px;
	padding-left: 15px;
}

ul {
	list-style-type: disc;
	padding-left: 1em;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
ol {
	list-style-type: decimal;
	padding-left: 0em;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	list-style-position: inside;
}
li {
	margin-bottom: 0.5em
}
a img, img a  { text-decoration: none }

.floatleft {
	float: left;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
}
.rechts {
	text-align: right;
}
.keinumbruch {
	white-space: nowrap;
}
.clearfloat {
	clear: both;
}
.textrot {
	color: #C00;
}
.padding-header {
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
}
.padding-main {
	padding-top: 0.5em;
	padding-right: 10px;
	padding-bottom: 0.5em;
	padding-left: 10px;
}
.padding-footer {
	padding-top: 0.3em;
	padding-right: 10px;
	padding-bottom: 0.3em;
	padding-left: 10px;
}
#container {
	max-width: 800px; /*960px;*/
	background-color: #FFF;
	margin: 0 auto;
}
#container-vb {
	max-width: 960px; /*960px;*/
	background-color: #FFF;
	margin: 0 auto;
	padding: 10px;
}
#header, #footer {
	background-color: #eee;
}
#main {
	background-color: #fff;
}
#navi {
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #cccccc 0%, #dddddd 50%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(50%,#dddddd), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cccccc 0%,#dddddd 50%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cccccc 0%,#dddddd 50%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cccccc 0%,#dddddd 50%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cccccc 0%,#dddddd 50%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

img,
embed,
object,
video {
  max-width: 100%;
  height: auto; /* fluid images! */
}


/* Strichliste */

.strichliste {
	font-size: 12px;
}     
.strichliste span {
	padding: 0 0.5em 0 0.5em;
	color: #666;
}

.klein {
	font-size: 9px;
}

blockquote {
	font-style: italic;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

/* RSS-Feed und facebook
----------------------------------------------- */ 
.feed {
	margin-left: 0px;
	padding: 0 0 0 19px;
	background-image: url(images/social-rss.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
} 
.facebook {
	margin-left: 0px;
	padding: 0 0 0 19px;
	background-image: url(images/social-facebook.png); 
	background-repeat: no-repeat;
	background-position: 0 50%;
} 
.pinterest {
	margin-left: 0px;
	padding: 0 0 0 19px;
	background-image: url(images/social-pinterest.png); 
	background-repeat: no-repeat;
	background-position: 0 50%;
} 
.twitter {
	margin-left: 0px;
	padding: 0 0 0 19px;
	background-image: url(images/social-twitter.png); 
	background-repeat: no-repeat;
	background-position: 0 50%;
} 


/* Smartphone: 320x480, iPad: 768x1024 */
@media only screen and (max-width: 480px) { /********************/
p, ul, ol, li, table, table p
     { font-size: 11px; }
	 
h1   { font-size: 16px; }

h2   { font-size: 13px; }

h3,h4,h5,h6   { font-size: 11px; }

th   { font-size: 13px; }

} /*************************** Ende Media 480px */

@media only print { /********************/
body    {
	background-color: #fff;
}
} /*************************** Ende Media print */
