/* ==== ALLGEMEIN ==== */
a img {border: 0;} /* Keine Raender bei Bildlinks */
html { overflow-y:scroll; }  /* Scrollbar erzwingen */
* {padding: 0; margin: 0;} /* Aussen- und Innenabstaende auf Null */

body {
	background: #F5F5F5;
	font: 12px arial, sans-serif;
}
table td, table th {
	font: 12px arial, sans-serif;
	text-align: left;
}
h1 {
	font: bold 20px arial, sans-serif;
	color: #555555;
	margin-bottom: 12px;
}
h2 {
	font: bold 14px arial, sans-serif;
	color: #555555;
	margin-bottom: 12px;
}

a {
	text-decoration: none;
	color: #555555;
}
a:hover {
	text-decoration: underline;
	color: #FE0000;
}

/* ==== TEXTSTILE ==== */

.initial {
	color: #FF0000;
	font: bold 40px Arial,Verdana,sans-serif;
}

/* ==== MAIN ==== */

#main {
	position: relative;
	width: 950px; height: auto;
	min-height: 400px;
	margin: 10px auto 50px auto;
	padding-bottom: 200px;
	font-size: 12px;
	border: 2px solid #CCCCCC;
	background: white url(/_sysimg/main_bg.gif) repeat-y;
}

/* ==== HEAD ==== */

#head {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 130px;
	background: white;
}

#head #logo {
	display: block; position: absolute;
	right: 200px; top: 22px;
	width: 97px; height: 84px;
	background: url(/_sysimg/burkhard_co_logo.gif);
}

#head #contact {
	position: absolute;
	right: 0; top: 22px;
	width: 190px; height: auto;
	font: bold 12px/14px arial, sans-serif;
	color: #333333;
}

/* ==== BREADCRUMB ==== */

#breadcrumb {
	position: absolute;
	left: 0; top: 130px;
	width: 700px; height: 18px;
	background: #EEEEEE;
	padding: 3px 0 0 250px;
	font-size: 11px;
}


/* ==== MENU ==== */

#menu {
	position: absolute;
	left: 0; top: 150px;
	width: 180px; height: auto;
	font-weight: bold;
	border-top: 1px solid white;
}

#menu ul {
	list-style-type: none;
}

#menu li a {
	display: block; position: relative;
	width: 170px; height: 18px;
	background: #CCCCCC;
	border-bottom: 1px solid #EEEEEE;
	padding: 2px 0 0 10px;
	color: #333333;
}
#menu li a:hover, #menu li a.active {
	background: #FE0000;
	color: white;
	text-decoration: none;
}
#menu li li a {
	width: 155px;
	padding-left: 25px;
	color: #555555;
	background: #DDDDDD;
}
#menu li li li a {
	width: 140px;
	padding-left: 40px;
	color: #666666;
	background: #EEEEEE;
}

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

#content {
	position: relative;
	left: 250px; top: 165px;
	width: 600px; height: auto;
}
.clear {
	clear: both;
}
#content .liveImage1 {
	float: left;
	width: auto; 
	height: 120px;
	margin: 0 40px 10px 0;
	margin-right: 20px;
}
#content .liveImage1 .img, #content .liveImage1 img, #content .liveImage2 img {
	border: 1px solid #AAAAAA;
}
#content .liveImage1 a .img:hover, #content .liveImage2 a .img:hover, {
	border: 1px solid black;
}
#content .liveImage2 {
	position: relative;
	width: auto; height: auto;
}
#content .liveImage2 img {
	float: left;
}
#content .liveImage2 .legend {
	float: left;
	margin-left: 10px;
}


#content .input {
	border: 1px solid #555555;
}



/* ==== MEMBERBEREICH ==== */

#content #login .submit {
	border: 1px solid #FF0000;
	background: white;
}
#content #login .submit:hover {
	background: #FFDDDD;
}



#content .memberImage {
	position: relative;
	float: left;
	width: 110px; height: 131px;
	margin: 0 8px 12px 0;
	background: #CCCCCC;
	border: 1px solid #CCCCCC;
}
#content .memberImage a{
	position: absolute;
	left: 0; top: 0;
	width: 110px; height: 110px;
	background: white center no-repeat;
	
}
#content .memberImage a:hover {
	background: #EEEEEE center no-repeat;
}
#content .memberImage .bottom {
	position: absolute;
	left: 0; bottom: 0;
	width: 110px; height: 11px;
	padding: 5px;
}
#content .memberImage .bottom input {
	margin: 0; padding: 0;
}

#content .memberControls {
	position: relative;
}
#content a.login,
#content a.logout,
#content a.prev,
#content a.next,
#content a.back, 
#content a.all, 
#content a.none, 
#content a.submit,
#content .save {
	background: transparent 4px 5px no-repeat;
	position: relative; display: block;
	margin-right: 15px;
	height: 20px; width: auto;
	line-height: 20px;
	color: #555555;
}

#content a.login {
	background-image: url(/_sysimg/login.gif);
	padding: 0 5px 0 21px;
	width: 55px;
}
#content a.logout {
	background-image: url(/_sysimg/logout.gif);
	padding: 0 5px 0 21px;
	width: 60px;
}

#content a.back {
	background-image: url(/_sysimg/back.gif);
	padding: 0 5px 0 21px;
	float: left;
}

#content a.all {
	background-image: url(/_sysimg/all.gif);
	padding: 0 5px 0 18px;
	float: left;
}
#content a.prev {
	background-image: url(/_sysimg/prev.gif);
	padding: 0 5px 0 14px;
	float: right;
	margin-right: 0;
}
#content a.next {
	background-image: url(/_sysimg/next.gif);
	padding: 0 5px 0 14px;
	float: right;
	margin-right: 0;
	margin-left: 15px;
}

#content a.none {
	background-image: url(/_sysimg/none.gif);
	padding: 0 5px 0 18px;
	float: left;
}

#content a.submit {
	background-image: url(/_sysimg/login.gif);
	padding: 0 5px 0 21px;
	width: 65px;
	margin-left: 90px;
}

#content .save {
	background-image: url(/_sysimg/save.gif);
	padding: 0 5px 0 20px;
	margin-right: 0;
	border: none;
	cursor: pointer;
	float: right;
}

#content a.login:hover,
#content a.logout:hover,
#content a.prev:hover,
#content a.next:hover,
#content a.back:hover, 
#content a.all:hover, 
#content a.none:hover,
#content a.submit:hover,
#content .save:hover {
	background-color: #FFDDDD;
	color: black;
	text-decoration: none;
}
#content .hr {
	position: relative;
	width: 588px; height: 10px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #CCCCCC;
}

#content a.albumBlock{
	color: #333333;
	height: 20px;
	line-height: 20px;
	background: #CCCCCC;
	display: block;
	margin-bottom: 1px;
	margin-right: 2px;
	padding-left: 3px;
	width: 290px;
	float: left;
}
#content a.albumBlock:hover{
	color: white;
	background: #FF0000;
}

/* ==== REFERENZEN ==== */

#content .refTable th {
	font: 12px arial, sans-serif;
}

#content .refLinks {
	display: block; position: relative;
	float: left;
	height: 20px; width: 40px;
	text-align: center;
	margin-right: 1px;
	line-height: 20px;
	font-weight: bold;
	background: #CCCCCC;
	color: #333333;
}

#content .refLinks:hover {
	background: #FF0000;
	text-decoration: none;
	color: white;
}

#content .refActive {
	background: #FF0000;
	color: white;
	font-weight: bold;
}


#content .refTable th, #content .refTable td {
	width: 200px;
	vertical-align: top;
}

#content .refTable .red th, #content .refTable .red td {
	background: #FFEEEE;
}

#content .refTable th {
	font-weight: bold;
	padding: 5px 3px;
}

#content .refTable td {
	padding: 10px 3px 10px 3px;
}

/* ==== KONTAKT ==== */

#contact label {
	display: block;
	float: left;
	margin-bottom: 12px;
	padding-right: 10px;
	padding-top: 3px;
	text-align: right;
	width: 80px;
}
#contact label.cbLabel {
	display: inline;
	float: none;
	margin-bottom: 0;
	padding-left: 10px;
	padding-top: 0;
	position: relative;
	text-align: left;
	width: auto;
}
#contact .checkbox {
	margin-bottom: 10px;
}

#contact .input {
	border:1px solid #555555;
	display: block;
	float: left;
	width: 300px;
}

#contact #message {
	height: 100px;
	margin-bottom: 10px;
}

#contact .inputerror {
	background-color:#FFDDDD;
	border:1px solid red;
	display:block;
	width:300px;
}

