/* ----------------------------------------------------------------------------
Screen CSS File
Taijiakademie
Copyright 2008 by Softloop
---------------------------------------------------------------------------- */

* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	color: #000;
	font: 12px Verdana;
	line-height: 1.4em;
}

em {
	font-style: normal;
	font-weight: bold;
	color: #c13333;
}

.abstand, .abstand li {
	margin-bottom: 20px;
}

.ohne_abstand {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

div.pleft {
	float: left;
	margin-right: 10px;
}

sup {
	position: relative;
	font-family: "Verdana";
	font-size: 10px;
	vertical-align: top;
	line-height: 0.7em;
	font-weight: normal;
}

table {
	margin-bottom: 20px;
	border-collapse: collapse;
	clear: both;
}

table td {
	vertical-align: top;
	padding-right: 10px;
}

table.linien td {
	border-bottom: 1px solid #ddd;
}

a {
	color: #000;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1px;
}

a:hover {
	color: #c13333;
}

ul li {
	list-style-type: none;
}

ul.download li {
	padding: 0px 0 10px 0 !important;
	background: none !important;
}

ul.download li p {
	margin: 0 !important;
	padding: 0 !important;
}

ul.download li img {
	vertical-align: baseline;
}

.dateigroesse {
	color: #666;
}

blockquote {
	font-size: 11px;
	font-style: oblique;
	line-height: 20px;
}

blockquote p {
	padding-bottom: 0 !important;
}

blockquote.zitat {
	font-size: 12px;
	font-style: oblique;
	line-height: 20px;
}

p.verfasser {
	text-align: right;
	font-size: 11px;
	color: #666;
}

#wrapper {

}

#header {
	display: none;
}

#content {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

#navi {
	display: none;
}

#spalte_1 {
	float: left;
	width: 100%;
	line-height: 20px;	
}

#spalte_1 ul, #spalte_2 ul, #spalte_1 ol, #spalte_2 ol {
	padding-bottom: 20px;
}

#spalte_1 ul li, #spalte_2 ul li {
	padding-left: 10px;
	background: url("../pics/bullet.gif") 0px 8px no-repeat;
}

#content.zweispalten #spalte_1 {
	float: left;
	width: 55%;
	padding-right: 40px;	
}

#spalte_1 h1 {
	font-family: "Trebuchet MS";
	padding-bottom: 20px;
	font-size: 20px;
	width: 100%;
}

#spalte_1 h2 {
	font-family: "Trebuchet MS";
	padding-bottom: 20px;
	font-size: 15px;
	width: 100%;
}

#spalte_1 h3 {
	font-size: 12px;
	width: 100%;
}

#spalte_1 p, #spalte_1 ol, #spalte_1 ul {
	width: 100%;
	padding-bottom: 20px;
}

#spalte_1 table {
	width: 100%;
}

#spalte_2 {
	font-size: 11px;
	padding-top: 40px;
	width: 40%;
	color: #666;
	line-height: 20px;
	font-style: normal;
	overflow: hidden;
}

#spalte_2 h1 {
	font-family: "Trebuchet MS";
	color: #000;
	padding-bottom: 10px;
	font-size: 15px;
}

#spalte_2 h1.abstandVor {
	padding-top: 20px;
}


#spalte_2 h2 {
	font-size: 12px;
	width: 370px;
}

#spalte_2 p {
	padding-bottom: 20px;
}

#spalte_1 ul.newslist li, #spalte_2 ul.newslist li {
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 0px;
	margin: 0;
	border-top: 1px solid #b2b2b2;
	background: none;
	cursor: pointer;
} 

#spalte_1 ul.newslist {
	width: 370px;
}

#spalte_1 ul.newslist li h2 {
	padding-bottom: 0px;
}

#spalte_2 ul.newslist li h2 {
	font-family: "Trebuchet MS";
	display: inline;
	color: #000;
	font-size: 12px;
	margin-right: 0.4em;
}

#spalte_1 ul.newslist li a, #spalte_2 ul.newslist li a { 
	color: #000;
}

#spalte_1 ul.newslist li:hover a, #spalte_2 ul.newslist li:hover a, #spalte_1 ul.newslist li:hover h2, #spalte_2 ul.newslist li:hover h2 { 
	color: #c13333;
}

#spalte_1 ul.newslist li p, #spalte_2 ul.newslist li p { 
	margin: 0;
	padding: 0;
}

#footer {
	font-size: 10px;
	padding-bottom: 20px;
	position: relative;
	color: #666;
	line-height: 1.4em;
	clear: left;
}

#footer p {
	line-height: 1.4em;
	border-top: 1px solid #b2b2b2;			
	position: relative;
	top: 0px;
	left: 0px;
	width: 660px;	
	padding-top: 10px;
}

/* ----------------------------------------------------------------------------
Fotogalerie
---------------------------------------------------------------------------- */
	
table.galerie {
	margin-left: 1px;
	border-collapse: collapse;
	border-spacing: 0;
}

table.galerie td {
	border: 1px solid #ddd;
	padding: 3px;
	vertical-align: middle;
	text-align: center;
}

table.galerie a {
	border: none;
	line-height: 0;
	font-size: 0;
}

table.galerie img {
	vertical-align: middle;
}