/* Stylesheet für tbk-elektronik.de */



/* ==================================================
   1. Kalibrierung und allgemeine Styles
   ================================================== */

* {
	padding: 0;
	margin: 0;
}

body {
	color: #4b4b4d;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 16px;
	color: #0d4e6a;
	font-weight: normal;
	margin-bottom: 5px;
	font-style: normal;
}
h2 { font-size: 16px;
	color: #b74boo;
	font-weight: normal;
	margin-bottom: 5px;
	font-style: italic;
}
h3 {
	font-size: 12px;
	color: #b74boo;
	font-weight: bold;
	margin-bottom: 5px;
}

address {
	color: #4b4b4d; 
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
}

a {
	text-decoration: none;
	outline: none;
	color: #12788D;
	font-weight: bold;
}
a:link {  }
a:visited {  }

a:hover,
a:focus {
	color: #B74B00;
	}

a:active {
	color: #B74B00;
}


.fliesstext{
color: #000000;
line-height: 20px;
}

.fliesstext p{
	padding-bottom: 8px;
}

.fliesstext li {
	display: list-item;
	list-style-type: none;
}

.fettblau{
	color: #0d4e6a;
	line-height: 20px;
	font-weight: bold;
}

.kursiv{
	font-style: italic;
}


/* ==================================================
   2. Styles für die Layoutbereiche
   ================================================== */

#wrapper {
	width: 1280px;
	height:900px;
	margin: 110px auto 0 auto;
}

#content {
	width: 1280px;
	height: 812px;
}



#textbereich {
margin: 58px 5px 0px 5px;
}

	#textbereich a {
	font-weight: bold;
}


	#textbereich a:hover,
	#textbereich a:focus {
	color: #B74B00;
	}
	
	#textbereich div {
	float: left;
	}



	#spalte01 {
	width: 1280px;
	height: 260px;
	background-color: #f2f2f2;
	border-top: 2px solid #1d475e;
	border-bottom: 2px solid #1d475e;
	}

	#spalte02 {
	width: 1280px;
	height: 260px;
	background-color: #f2f2f2;
	border-top: 2px solid #f3b563;
	border-bottom: 2px solid #f3b563;
	margin: 10px 0 10px 0;
	}

	#spalte03 {
	width: 1280px;
	height: 260px;
	background-color: #f2f2f2;
	border-top: 2px solid #399f34;
	border-bottom: 2px solid #399f34;
	}

	#spalteLogo {
	width: 483px;
	margin: 0 15px 0 15px;
	float: left;
	margin: 33px 0 33px 20px;
	}

	#spalteText {
	width: 226px;
	margin: 0 15px 0 15px;
	float: left;
	margin: 33px 0 33px 20px;
	}

	#spalteFoto1 {
	width: 207px;
	margin: 0 15px 0 15px;
	float: left;
	border: 1px solid #1d475e;
	margin: 33px 0 33px 20px;
	}

	#spalteFoto2 {
	width: 207px;
	margin: 0 15px 0 15px;
	float: left;
	border: 1px solid #f3b563;
	margin: 33px 0 33px 20px;
	}

	#spalteFoto3 {
	width: 207px;
	margin: 0 15px 0 15px;
	float: left;
	border: 1px solid #399f34;
	margin: 33px 0 33px 20px;
	}




#fussbereich {
padding: 0 5px 0 20px;
margin-top: 3px;
}

	#fussbereich a {
	color: #4b4b4d; 
	font-weight: bold;
	font-size: 10px;
	}

	#fussbereich a:hover,
	#fussbereich a:focus {
	color: #B74B00;
	}



/* ==================================================
   3. Sonstige Styles
   ================================================== */
