
/*

Farbwerte 

hex #007799
rgb 0 119 153
cmyk

*/

body
{
	font-family: Verdana, Arial;
	font-size: 0.8em;
}

ul, p, li, h1, h2, h3, body
{
	margin: 0;
	padding: 0;
}

ul
{
	list-style-type: none;
}

h1
{
	font-family: Times New Roman;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 0.4em;
	text-align: center;
}

h2
{
	font-size: 1.2em;
}

h3
{
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0;
}

#container 
{
	width: 56em;
	margin: 10% auto auto auto;
}

.navigation
{
}

.navigation a
{
	padding: 0 0.5em;
	font-weight: bold;
	color: #007799;
	text-decoration: none;
}

.navigation a:hover
{
	color: #1da3c9;
}

.navigation li
{
	display: inline;
	padding-right: 0.5em;
}

.bottom
{
	clear: left;
	text-align: right;
}

.bottom li
{
	display: inline;
	padding-left: 1em;
	padding-right: 0 !important;
}

#wrapper
{
	border: 1px solid #007799;
}

#tkdsign
{
	float: right;
}

#content h1 a.tkd-akademie
{
	text-decoration: none;
	color: white;
}

#content h1 a.tkd-akademie:hover
{
	text-decoration: underline;
}


#content
{
	margin-right: 6.3em;
/*	min-height: 30em; */
/*    height: auto !important;  /* für moderne Browser */
    height: 30.5em;  /*für den IE */	
	background-color: #dde2e3;
	border-right: 1px solid #007799;
	color: #063644;
}

.home #content 
{
	background-color: #007799;
	color: white;
}

#content h1
{
	padding: 1em;
	background-color: #007799;
	color: white;
}

#content div h2
{
	padding: 0 1em 0.5em 0;
}

#content div
{
	height: 23.5em;
	width: 95.8%;
	margin: 1em 0 0.5em 0;
	padding: 0 1em;
	overflow: auto;
}

#content p
{
	text-align: justify;
	margin-bottom: 0.5em;
}

#content a
{
	color: #063644;
}

.home #content a
{
	color: white;
}


#content table
{
	width: 95%;
	margin-top: 1px;
	border: 0.1em solid #063644;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.9em;
}

#content td,
#content th
{
	border: 0.1em solid #063644;
	text-align: center;
	padding: 0.2em;
}

#content td p
{
	text-align: center;
}

#content ul
{
	padding-left: 1.5em;
	list-style-type: square;
}

#content img
{
	border: 0;
}

body.popup-home,
body.popup
{
	font-size: 70%;
}

body.popup,
body.popup ul li
{
	color: white;
	background-color: #007799;
}

body.popup-home,
body.popup-home ul li
{
	color: #063644;
	background-color: #dde2e3;
}


body.popup-home div,
body.popup div
{
	padding: 0.5em;
}

body.popup-home ul,
body.popup ul
{
	margin-left: 1.5em;
	list-style-type: square;
}

#ipups
{
	position: absolute;
	top: 0;
	left: -1000px;
	width: 200px;
	height: 150px;
	z-index: 9999;
	border: 1px solid gray;
	background-color: #007799;
	color: white;
	overflow: hidden;
}

.clear-left
{
	clear: left;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}