/* CSS DEFINITIONEN HUNDE TEAM SIRNACH            */
/* ============================================== */
/* Copyright ........: HundeTeam Sirnach
   Dateiname.........: global.css
   Autor.............: Thomas Hellstern
   Version...........: 1.0 / 11.03.2006
   Beschreibung......: globale CSS-Definitionen
================================================== */


/* Definitionen margin/padding: */
/*   oben-rechts-unten-links    */




/* Globale Darstellungsdefinitionen */
/* ================================ */
body	{ font-family: Tahoma, Verdana, Arial;}


/* Überschriften */
/* ============= */
h1	{ font-size: 24px;
	  font-style: normal;
	  font-weight: normal;
	  color: black;
	  margin: 7px;
	}

h2	{ font-size: 18px;
	  font-style: bold;
	  font-weight: normal;
	  color: blue;
	  text-decoration: underline;
	}

h3	{ font-size: 14px;
	  font-style: normal;
	  font-weight: normal;
	  color: black;
	}

h4	{ font-size: 12px;
	  font-style: normal;
	  font-weight: normal;
	  color: blue;
	  margin: 5px;
	}

h5	{ font-size: 10px;
	  font-style: normal;
	  font-weight: normal;
	  color: black;
	  margin: 1px;
	}

h6	{ font-size: 10px;
	  font-style: normal;
	  font-weight: normal;
	  color: black;
	}

h7	{ font-size: 8px;
	  font-style: normal;
	  font-weight: normal;
	  color: black;
	}


/* ID-Selektoren */
/* ============= */
#logo
{	background: #CCCCFF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 200px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}


#titel
{	background: #CCCCFF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 95px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#navigationOben
{	background: black;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 2px 20px 0px 20px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: white;
}
#navigationOben a:link {color:#FFFFFF; text-decoration:none;}
#navigationOben a:visited {color:#FFFFFF; text-decoration:none;}
#navigationOben a:active {color:#FFFFFF; text-decoration:none;}
#navigationOben a:hover {color:#FFFFFF; text-decoration:none;}


#nav-links
{	background: gainsboro;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 900px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#main
{	background: white;
	text-align: center;
}


#table
{	background: white;
	border: solid 1px black;
	border-collapse: collapse;
}

#table th
{	background: #CCCCFF;
	border: solid 0px black;
	border-collapse: collapse;
	padding: 5px 5px 5px 5px;
	height: 0px;
	text-align: left;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

#table td
{	background: #EEEEEE;
	border: solid 0px black;
	border-collapse: collapse;
	padding: 5px 5px 5px 5px;
	height: 0px;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}



#impressum
{	background: #99CCFF;
	border: solid 1px black;
	border-collapse: collapse;
}

#impressum th
{	background: #CCCCFF;
	border: solid 1px black;
	border-collapse: collapse;
	padding: 5px 5px 5px 5px;
	height: 0px;
	text-align: left;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

#impressum td
{	background: #EEEEEE;
	border: solid 0px black;
	border-collapse: collapse;
	padding: 5px 5px 5px 5px;
	height: 0px;
	text-align: left;	
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

#form
{	background: white;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	width: 50%;
}




/* Klassen-Selektoren */
/* ================== */


/* Definition Kapitelüberschrift 1 */
.kap1
{	color: black;
	font-family: Tahoma, Verdana, Arial;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	border-bottom-style:solid;
	border-bottom-width:3px;
	border-color:#FF0000;
	margin:0px;
	margin-bottom:30px;
}

/* Definition Kapitelüberschrift 2 */
.kap2
{	color: black;
	font-family: Tahoma, Verdana, Arial;
	font-size: 20px;
	line-height: 120%
	font-style: normal;
	font-weight: normal;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-color:red;
	margin-top: 10px;
	margin-bottom:20px;
}

/* Definition Kapitelüberschrift 3 */
.kap3
{	color: black;
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	line-height: 120%
	font-style: normal;
	font-weight: normal;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color:red;
	margin-top: 10px;
	margin-bottom:20px;
}

/* Definition Kapitelüberschrift 4 */
.kap4
{	color: black;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	text-decoration: underline;
	line-height: 120%
	font-style: normal;
	font-weight: bold;
	border: none;
	margin-top: 25px;
	margin-bottom: 1px;
}
