/* ------------------ Stylesheet für KINNARPS von TOST PUBLIC RELATIONS GMBH ---------------- */
/* --------------------------------- URL: tost-pr.de/kinnarps ------------------------------- */
/* ---------------------------------- Copyright [ka:media] ---------------------------------- */
/* ------------------------------------------------------------------------------------------ */


/*// === GLOBAL HTML === //*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	background-color: #FFF;
	text-align: center;
}

 /* Horizontale Linie für das Menu Lefthand */
hr {	
	border: 0;
	height: 1px;
	width: 100%;
	color: #666;
	background-color: #666;
}

h1 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

h2 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

p {
	font-size: 12px;
}

/*// ====================================== END ================================================ //*/


/*// === GLOBAL CLASSES === //*/

.subline {
	color: #000;
	font-size: 14px;
}

.buz {
	color: #000;
	font-size: 11px;
}

.agbtext {
	text-align: left;
	font-size: 10px;
	padding-left: 14px;
}

/*// ====================================== END ================================================ //*/

/*// === FORM ELEMENTS === //*/

input {
	background-color: #E7E7E7;
	color: #000;
	font-size: 13px;
	border: 1px solid #999;
}

/*// ====================================== END ================================================ //*/

/*// === HEADER === //*/

#header {
	height: 83px;
	width: 994px;
	background-color: #000;
	color: #FFF;
}

#header img {
	float: left;
	border: none;
}

#subheader {
	top: 83px;
	height: 83px;
	width: 100%;
	color: #000;
	letter-spacing: 1px;
	margin: auto;
	text-align: left;
	padding: 30px 0 6px 25px;
}

.title {
	padding-left: 25px;
}

/*// ====================================== END ================================================ //*/


/*// === NAV === //*/

#nav {
	float: left;
	left: 0px;
	top: 0px;
	width: 220px;
	background-color: #FFF;
	color: #000;
	font-size: 12px;
	letter-spacing: 1px;
	/*text-transform: uppercase;*/
	display: inline;
	border-top: 2px solid #666;
	padding-top: 6px;
}

/* =========================== Navigation 1.Ebene =========================== */

.navtext a, .navtext a:visited{
	display: block;
	color: #000;
	height: 23px;
	background-color: #FFF;
	text-decoration: none;
	margin: -6px 0 -6px 0;
	padding: 6px 0 4px 25px;
	background-image: url(img/pfeil_gr.gif);
	background-repeat: no-repeat;
}

.navtext a:hover {
	display: block;
	color: #000;
	background-color: #FFF;
	background-image: url(img/pfeil_black.gif);
	background-repeat: no-repeat;
}

/* Klasse, um den Aktiv-Zustand anzuzeigen. Im Typo3 Template eingesetzt. */
.navaktiv a, .navaktiv a:visited {
	display: block;
	color: #000;
	font-weight: bold;
	background-color: #FFF;
	height: 23px;
	text-decoration: none;
	padding: 6px 0 4px 25px;
	margin: -6px 0 -6px 0;
	background-image: url(img/pfeil_black.gif);
	background-repeat: no-repeat;
}
/* ================================== ENDE ================================= */


/* =========================== Navigation 2.Ebene =========================== */

.navtext02 a, .navtext02 a:visited{
	font-size: 90%;
	display: block;
	background-color: #FFF; /*#F4F4F4*/
	color: #000;
	height: 23px;
	text-decoration: none;
	padding: 6px 0 10px 35px;
	margin: -6px 0 -6px 0;
}

.navtext02 a:hover {
	display: block;
	color: #000;
	background-color: #FFF; /*#EAEAEA*/
}

/* Klasse, um den Aktiv-Zustand anzuzeigen. Im Typo3 Template eingesetzt. */
.navaktiv02 a, .navaktiv02 a:visited {
	font-size: 90%;
	display: block;
	color: #000;
	background-color: #FFF; /*#EAEAEA*/
	height: 23px;
	text-decoration: none;
	padding: 6px 0 10px 35px;
	margin: -6px 0 -6px 0;
}

/* ================================== ENDE ================================= */


/*Anweisung für Mozilla und Opera */
html>body .navtext {
    margin-top: 5px;
	 margin-bottom: 5px;
	 display: block;
}

html>body #nav {
	width: 225px;
}

/*// ====================================== END ================================================ //*/


/*// === CONTENT === //*/

#contentcontainer a, #contentcontainer a:visited, #contentcontainer a:active {
	color: #000;
	text-decoration: none;
	border-bottom: 1px #000 dotted;
}

#contentcontainer a:hover {
	text-decoration: none;
	border-bottom: 1px #000 solid;
}

#container {
	position: relative;
	width: 994px;
	background-color: #FFF;
	height: 100%;
	margin: auto;
	text-align: left;
	/* wegen Rahmen überall 2px weniger! */
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#contentcontainer {
	width: 554px;
	background-color: #FFF;
	height: 100%;
	margin: auto;
	text-align: left;
	float: left;
	margin-top: 0px; /*-14*/
}

html>body #contentcontainer {
	margin-top: 0;
}

#content {
	left: 200px;
	top: 0px;
	width: 556px;
	padding: 0 0 20px 20px;
	text-align: left;
	background-color: #FFF;
	display: inline;
	float: left;
}

#contentleft {
	left: 200px;
	top: 0px;
	width: 228px; /* 180 */
	padding: 0px 0px 0 10px;
	text-align: left;
	background-color: #FFF;
	display: inline;
	float: left;
	margin-top: -14px;
}

html>body #contentleft {
	margin-top: 0;
}

html>body #contentright {
	margin-top: 0;
}

#contentright {
	left: 412px;
	top: 0px;
	width: 288px; /* 374 */
	/*padding: 0px 10px 0 20px;*/
	text-align: left;
	background-color: #FFF;
	display: inline;
	float: left;
	margin-left: 15px;
	margin-top: -14px;
}
	
#content p, h1 {
	padding-left: 0px;
	font-size: 12px;
}	

/*Anweisung für Mozilla und Opera */
html>body #contentright {
     width: 285px; /*325*/
}

#content li, ul, td {
	font-size: 12px;
}

/*// ====================================== END ================================================ //*/


/*// === TEASER === //*/

#teaser {
	width: 155px;
	margin-top: 0px;
	top: 0px;
	left: 596px;
	float: right;
	padding-top: 0px;
	background-color: #FFF;
	display: inline;
	border-top: 2px solid #FFF;
	text-align: left;
}

#teaser img {
	margin-top: 0px;
	margin-right: 15px;
}

.teaserhead { 
	font-weight: bold;
	color: #000;
}

.teaserimage {
	padding-top: 10px;
	text-align: center;
}

#teasercontainer {
	padding: 0 0 0 5px;
}

#teaserh1 {
	display: block;
	top: 0px;
	margin: -2px 0 -6px 0;
	padding: 3px 0 3px 0;
	height: 24px;
	color: #063F78;
	font-size: 12px;
	letter-spacing: 1px;
	background-color: #E7E7E7;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #FFF;
} 

.headposition {
	height: 24px;
	text-decoration: none;
	padding: 5px 0 0 10px;
}

html>body #teaserh1 {
	padding-top: 8px;
}

#teaser p {
	font-size: 12px;
	padding-bottom: 3px;
}

/*// ====================================== END ================================================ //*/
