@charset "UTF-8";
/* Website:     bluetattoo.de
   CSS-Version: 2.0
   media:       screen */

html, body {
	direction: ltr;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #fff;
	color: #104E59;
	background-image: url(../media/body_bgrd.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
img {
	border: none;
}
h1 {
	font-size: 30px;
	font-weight: bold;
	color: #F36;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0 5px 0;
	color: #0B7985;
}
h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 5px 0;
	color: #0B7985;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 5px 0;
	color: #F36;
}
p, address {
	margin: 2px 0 10px 0;
}
address {
    font-style: normal;
}
ul {
	list-style: square;
}
a {
	color: #000;
}
a:visited {
	color: #104E59;
}
a:hover {
	color: #F36;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	color: #F36;
	background-color: #000;
	background-image: url(../media/hnav_bgrd.jpg);
	background-position: center;
	background-repeat: repeat-x;
	text-align: left;
	border: 1px solid #F36;
	font-weight: normal;
}
td {
	border-bottom: 1px solid #F36;
	vertical-align: top;
}
td, th {
	padding: 2px;
}
tr:hover {
	background-color: #ECF9FB;
}

/* General classes */
div.blackbox {
	margin-bottom: 20px;
	border: 1px solid #000;
	font-size: 14px;
	background-image: url(../media/blackbox_grid_footer.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
div.blackbox h4 {
	margin: 0;
	padding: 4px 10px 2px 10px;
	background-image: url(../media/hnav_bgrd.jpg);
	background-position: center;
	background-color: #333;
	background-repeat: repeat-x;
	border-bottom: 1px solid #000;
	font-weight: normal;
}
div.blackbox div {
	padding: 22px 10px;
	background-image: url(../media/blackbox_grid_top.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

/* Website Structure */
div#main_out {
	margin: 0 auto;
	width: 1026px;
	background-image: url(../media/page_shadow.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
div#main {
	margin: 0 auto;
	width: 1000px;
	background-color: #fff;
	border: 1px solid #F36;
	border-top: none;
}
div#top {
	background-image: url(../media/magenta_grid_top.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 31px;
}
div#mirreffect {
	text-align: right;
	height: 45px;
	background-color: #000;
	border-bottom: 2px solid #fff;
}
div#headimg {
	height: 183px;
	border-bottom: 2px solid #fff;
	background-image: url(../media/header-img-5.jpg);
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
}
div#hnav {
	background-color: #333;
	color: #fff;
	background-image: url(../media/hnav_bgrd.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	border-top: 1px solid #F36;
	border-bottom: 1px solid #F36;
	height: 27px;
}
div#hnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#hnav li {
	float: right;
}
div#hnav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 6px 14px 0 14px;
	font-size: 12px;
	text-transform: uppercase;
	border-left: 1px solid #F36;
	height: 21px;
}
div#hnav a:hover, a#hnav_on, ul#subnav a:hover, a#snav_on {
	background-color: #f39 !important;
	background-image: url(../media/hnav_on.png) !important;
	background-position: bottom !important;
	background-repeat: repeat-x !important;
}
a#logo {
	width: 221px;
	height: 273px;
	position: absolute;
	margin-left: 20px;
	top: 0;
	background-image: url(../media/logo-screen.png);
	background-position: center;
	background-repeat: no-repeat;
}
div#logotxt {
	width: 616px;
	height: 150px;
	position: absolute;
	margin-left: 340px;
	top: 65px;
	background-image: url(../media/logo_txt_screen.png);
	background-position: center;
	background-repeat: no-repeat;
}
div#content {
	clear: both;
	text-align: right;
	background-image: url(../media/magenta_grid_footer.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
div#cori, div#cole {
	text-align: left;
}
div#cori {
	float: right;
	width: 679px;
	padding-right: 20px;
}
div#cole {
	width: 221px;
	padding-top: 60px;
	padding-left: 20px;
}
ul#subnav {
    margin: 0 0 20px 0;
    padding:0;
    list-style: none;
}
ul#subnav li {
    border: 1px solid #F36;
    margin-bottom: 1px;
}
ul#subnav a {
    background-color: #333;
	color: #fff;
	background-image: url(../media/hnav_bgrd.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 3px 10px;
    display: block;
    text-decoration: none;
}
img#slogan_txt {
	clear: both;
	margin-top: 40px;
	margin-right: 20px;
}
div#footer {
	clear: both;
	background-color: #333;
	border-top: 1px solid #F36;
	background-image: url(../media/footer_bgrd.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #fff;
	font-size: 11px;
	height: 18px;
}
div#fnav {
	float: right;
}
div#fnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#fnav li {
	float: right;
}
div#fnav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 2px 10px;
	border-left: 1px solid #F36;
	height: 14px;
}
div#fnav a:hover, a#fnav_on {
	background-color: #f39;
	background-image: url(../media/hnav_on.png);
	background-position: center;
	background-repeat: repeat-x;
}
div#copyright {
	margin-left: 20px;
	height: 16px;
	padding-top: 2px;
}
div#copyright a {
	color: #fff;
}

/*Form*/
form#mailform {
    margin: 0;
    padding: 0;
}
form#mailform fieldset {
    border: none;
}
form#mailform label {
    float: left;
    width: 150px;
    display: block;
}
.csc-mailform-submit {
    margin-top: 20px;
    background-color: #000;
    color: #F36;
    background-image: url(../media/hnav_bgrd.jpg);
    background-position: center;
    background-repeat: repeat-x;
    border: 1px solid #F36;
    font-size: 16px;
}