/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/img02.jpg) repeat-x left top;
	background-color: #ffffff;
	line-height: 16px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #165c80;
}

.rot {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #993300;
	font-weight: bold;
}

.grau {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	font-weight: normal;
}

.weiss {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	font-weight: bold;
	line-height: 19px;
}

.weisskl {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	font-weight: normal;	
	
}
.hellblau {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #b2b4e6;
	font-weight: bold;
}
.rot_kl {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #993300;
	font-weight: normal;
}

a {
	color: #0077dd;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style: none;
}

.list2 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

/** HEADER */

#header {
	width: 778px;
	margin: 0px auto;
	padding: 1em;
	height: 90px;
	color: #288cc0;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	text-align: justify;
	
}

#header h1 {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	text-transform: lowerrcase;
	font-weight: bold;
	font-size: 25pt;
	line-height: 27px;
	color: #165c81;
}

#header h2 {
	margin: 0 0 0 -74px;
	padding: 0px 0px 0px 85px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11pt;
	color: #165c81;
}

/** MENU */

#menu {
	width: 778px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	background: url(images/img04.gif) no-repeat right 50%;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	background: #e1e1ff;
	color: #993300;
}

#menu .active {
	background: #e1e1ff;
	color: #993300;
}

/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
	padding: 40px 0px 20px 0px;
}

#columnA {
	float: right;
	width: 490px; 
	padding-left: 13px;
	border-left: 1px dashed #9dbede;
}
#columnA h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #993300;
	font-weight: bold;
}
#columnA h3 {
	height: 45px;
	border-bottom: 1px dashed #9dbede;
	font-size: 13pt;
	line-height: 16pt;
	font-weight: bold;
}
/**538*/
#columnA h2 {
	height: 28px;
	border-bottom: 1px dashed #9dbede;
	font-size: 13pt;
	line-height: 16pt;
	font-weight: bold;
}
#columnA h1 {
	height: 39px;
	border-bottom: 1px dashed #9dbede;
	font-size: 33pt;
	line-height: 29pt;
	font-weight: bold;
}
#ColumnShop{
	float: left;
	width: 650px;
	font-size: 9pt;
}
#columnShop h2 {
	height: 28px;
	border-bottom: 1px dashed #9dbede;
	font-size: 13pt;
	font-weight: bold;
}
#columnShop h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #993300;
	font-weight: bold;
}
#columnB {
	float: left;
	width: 270px;
}

#columnB h3 {
	height: 22px;
	border-bottom: 1px dashed #9dbede;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
}

.dashedpic  {
	border-bottom: 1px dashed #9dbede;
	border-spacing: 2px;
	
}

/** FOOTER */

#footer {
	clear: both;
	margin: 0px auto;
	height: 59px;
	background: url(images/img03.gif) repeat-x left top;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #CCCCCC;
}