/*
//-----------------------------------------------------------------------------
// www.taekwondo-hoechberg.de
// default.css
//-----------------------------------------------------------------------------
// date     user changedoc
// ??       ??   initial version
// 20091122 hw   body-tag hinzugefuegt
// 20100328 hw   zusaetzliche stylesheets
//-----------------------------------------------------------------------------

h1, h2, li { font-family:Arial; }
td { font-family:Arial, Sans Serif; font-weight:bold; font-size:10pt; }
img { border:none; }
a:link { text-decoration: none; }
a:hover { text-decoration: underline; }
*/

* {
	font-family:Arial, sans-serif;
}
img {
	border:none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	background-image:url(/images/bambus_grau.jpg);
	background-attachment:fixed;
	margin:auto;
}
table {
	border:0;
	padding:0px;
	margin:auto;
}

/* ---------------------------------------------------------
menueleiste (horizontal)
--------------------------------------------------------- */
div#nav {
	background-color: #003478; 
}
div#nav a {
	font-size: 10pt;
	line-height:1.5em;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
}
div#nav a:link {
	color: white;
}
div#nav a:visited {
	color: white;
	text-decoration: underline;
}
div#nav a:focus {
	color: #c60c30;
}
div#nav a:hover {
	color: #c60c30;
}

/* ---------------------------------------------------------
linke fixspalte (logo etc.)
--------------------------------------------------------- */
div#logo {
	float:left;
	font-size:smaller;
	text-align:center;
	min-width:99px;
	max-width:100px;
}
div#logo img {
	margin-top:0.5em;
}

/* ---------------------------------------------------------
der eigentliche inhalt (main)
--------------------------------------------------------- */
div#main {
	margin-top:5px;
	margin-left:105px;
}

/* ---------------------------------------------------------
titelbild je unterseite (texte)
--------------------------------------------------------- */
div#sub_headline {
	text-align:center;
}
div#sub_headline img {
	height:50px;
}

/* ---------------------------------------------------------
buttons
--------------------------------------------------------- */
div#btn {
}
div#btn img {
	float:left;
	width:30px;
	height:30px;
	min-width:30px;
	border:none;
	vertical-align:middle;
}	
div#btn h2 {
	display:inline-block;
	text-align:center;
	border:solid 1px yellow;
}
div#btn p {
	display:inline-block;
	border:solid 1px yellow;
}

/* galerie
*/
div#glr {
	text-align:center;
	background-color:black;
	padding:50px;
}
div#glr img {
	height:480px;
/*	
	border:25px solid #003478;
*/
}
