/* Allgemeines, Font-Einstellungen */

html, body, ul, li, form, embed
{
	padding: 0;
	margin: 0;
}

img
{
	border: 0;
}

input, label
{
	float: left;	
}

body
{
	background: #fff;
	width: 100%;
	height: 100%;
}

body, p, table, td, input, select
{
	font-size: 13px;
	line-height: 20px;
	font-family: Arial, serif;
	color: #4e4e4f;  
}

textarea, select, input[type=text]
{
	padding: 5px;
	margin-bottom: 10px;
	color: #333;
	border: 1px solid #002b65;
	float: left;
}

label, textarea, select, input[type=text]
{
	width: 250px;
}

form p
{
	clear: both;
	margin: 0 0 10px 0;
}

a:link 			{ font-weight:bold; text-decoration:none; color:#4e4e4f; background-color: transparent; }
a:visited 	{ font-weight:bold; text-decoration:none; color:#4e4e4f; background-color: transparent; }
a:hover 		{ font-weight:bold; text-decoration:underline; color:#4e4e4f; background-color: transparent; }
a:active 		{ font-weight:bold; text-decoration:underline; color:#4e4e4f; background-color: transparent; }
a:focus 		{ font-weight:bold; text-decoration:underline; color:#4e4e4f; background-color: transparent; }

b
{
	color: #002b65;
}

.orange
{
	color: #f00;
	font-weight: bold;
	font-size: 1.3em;
}

h1
{
	font-size: 1.4em;
	line-height: 1.2em;
	color: #002b65;
	margin: 0 0 20px 0;
}

h2
{
	font-size: 1.3em;
	color: #002b65;
	line-height: 1em;	
}

h3
{
	font-size: 1.1em;
	color: #002b65;
	line-height: 1em;
}

.pad5
{
	padding: 5px;
}

.pad10
{
	padding: 10px;
}

.pad10 p label
{
	width: 80%;
	font-weight: bold;
	float: left;
}

.pad20
{
	padding: 20px;
}

.pad20Right
{
	padding: 20px 0 20px 20px;
}

.clr
{
	height: 0;
	clear: both;
}

.break
{
	width: 100%;
	height: 0;
	border-top: 3px solid #c3d4eb;
	margin: 20px 0;
}


.breadcrumbs
{
	font-size: 0.8em;
	color: #999;
}

#site
{
	width: 980px;
	margin: 0 auto;	
	text-align: left;
}

#header
{	
	width: 980px;
	height: 100px;	
}

#logo
{
	padding: 25px 0 0 20px;
	width: 218px;
	height: 51px;
}

#navigation
{
	position: relative;
	width: 980px;
	height: 30px;
	background:	#eaf1fa;
	z-index: 10000;
}

#stoerer
{
	position: relative;
	width: 980px;
	height: 362px;
	padding: 0;
	margin: 0;
	line-height: 0;
	z-index: -1;
}

#stoererDefault
{
	height: 120px;
	padding: 0;
	margin: 0;
	border-top: 3px solid #c3d4eb;
	border-bottom: 3px solid #c3d4eb;
	margin-top: 1px;
}

#stoerer .topImage
{
	width: 980px;
	height: 120px;	
}

#content #left
{
	width: 50%;
	float: left;
}

#content #leftDefault
{
	width: 740px;
	float: left;
}

#content #pic
{
	float: left;
}

#content #right
{
	float: left;
	width: 210px;
	margin-left: 10px;
	padding: 10px;
	min-height: 400px;
	background: url(../images/bkg_right.jpg) repeat-x;
}

#content #right #btn
{
	border: 3px dashed #f00;
	display: block;
	background: #fff;
	line-height: 1.2em;
}

#content #right h1
{
	width: 100%;
	border-bottom: 1px solid #002b65;
}	

#content ul
{
	margin: 0 0 10px 20px;
	font-size: 0.9em;
	color: #002b65;
}

#content ul li
{
	list-style-type: square;
	margin-bottom: 10px;
}

.products
{
	width: 100%;
}

.products td
{
	vertical-align: top;
}

.products td img
{
	border: 1px solid #c3d4eb;
}

#footer
{
	width: 100%;
	font-size: 0.8em;
}

#footer #footerContent
{
	width: 100%;
	float: left;
	text-align: left;
}