@charset "utf-8";
/* Enshin Karate Homepage - CSS */

* {
	padding:0px;
	margin:0px;
}

html, body {
	height:100%;
	width:100%;
	overflow:hidden;
}

body {
	font:13px Arial, sans-serif;
}

/* div-Layout */

#all {
	position:relative;
	height:100%;
	width:100%;
	background:url(../img/line.jpg) repeat-y;
	overflow:auto;
	z-index:2;
}

#container {
	position:absolute;
	width:900px;
	height:auto;
}

#title {
	position:absolute;
	left:191px;
	top:0px;
	width:340px;
	height:100px;
	background:url(../img/title.jpg);
}

#title_img {
	position:absolute;
	left:531px;
	top:0px;
	width:369px;
	height:100px;
}

#fighter {
	position:absolute;
	left:0px;
	top:148px;
	width:243px;
	height:538px;
	background:url(../img/fighter_02.jpg);
	margin-top:-1px;
}

#fighter2 {
	position:absolute;
	left:0px;
	top:148px;
	width:243px;
	height:538px;
	background:url(../img/fighter.jpg);
}

#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:190px;
	height:148px;
	background:url(../img/logo.jpg);
	border-right:1px solid #aca9a5;
}

#navi {
	position:absolute;
	left:191px;
	top:100px;
	width:709px;
	height:24px;
	background:#e90a1c;
	padding-top:3px;
}

#navi a {
	text-decoration:none;
	font:15px Arial, sans-serif;
	color:#e2dfd8;
	outline:none;
	padding:0 30px 0 30px;
}

#navi_sub {
	position:absolute;
	left:191px;
	top:124px;
	width:709px;
	height:23px;
	background:#e2dfd8;
	border-bottom:1px solid #aca9a5;
}

#navi_sub a {
	text-decoration:none;
	font:15px Arial, sans-serif;
	color:#e90a1c;
	outline:none;
}


	#navi_sub #aktuell {
		position:relative;
		margin-left:25px;
	}


	#navi_sub #schulen {
		position:relative;
		margin-left:502px;
	}


		#navi_sub a {
			line-height:22px;
			padding:0 10px 0 5px;
		}

#content {
	position:absolute;
	left:250px;
	top:147px;
	width:420px;
	height:auto;
	padding:0 0 40px 4px;
}

#content_galerie {
	position:absolute;
	left:250px;
	top:147px;
	width:420px;
	height:auto;
	padding:0 10px 40px 10px;
}

#portrait {
	position:absolute;
	right:15px;
	top:180px;
}

#bambus {
	position:absolute;
	left:713px;
	bottom:14px;
	width:187px;
	height:252px;
	background:url(../img/bambus.jpg);
	z-index:1;
}

#impressum {
	position:absolute;
	bottom:0px;
	width:100px;
	height:14px;
	background:#b8b5b0;
	z-index:3;
	padding-left:800px;
	padding-bottom:3px;
}

#impressum a {
	font:11px Arial, sans-serif;
	color:white;
	text-decoration:none;
}

/* Schriften */

h1 {
	font:16px Arial, sans-serif;
	font-weight:bold;
	padding:38px 0 18px 0;
	color:#666666;
}

h2 {
	font:14px Arial, sans-serif;
	font-weight:bold;
	padding:12px 0 0px 0;
	color:#666666;
}

p,td {
	font:12px Arial, sans-serif;
	color:#666666;
	line-height:17px;
}

#content a {
	color:#e90a1c;
}

#content_galerie a {
	color:#e90a1c;
}

#content_galerie a.galerie_title {
	color:#e2dfd8;
	text-decoration:none;
}

/* Galerie */

.gallery_table {
	width:420px;
	margin-bottom:20px;
}

.gallery_table th {
	background:#e90a1c;
	padding:3px 0 2px 0;
	font:15px Arial, sans-serif;
	color:#e2dfd8;
	text-align:center;
	font-weight:bold;
}

.datum {
	font-weight:normal;
	font-size:11px;
}

/*.gallery_table th {
	background:#e2dfd8;
	padding:3px 0 2px 0;
	font:15px Arial, sans-serif;
	color:#e90a1c;
	text-align:center;	
}*/

img.thumb {
	background:white;
	padding:2px;
	border-bottom:1px solid #9e9e9e;
	border-right:1px solid #bfbfbf;
	border-top:1px solid #dedede;
	border-left:1px solid #dedede;
}

img.thumb:hover {
	background:#e4e4e4;
	padding:2px;
}
