

/*
Company:	Nautica 09 - design by www.studio7designs.com - coding by www.slicendiceit.com/
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset */
* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }

li, dd { margin-left: 40px; }

fieldset { padding:10px; }

td { padding-bottom:6px;padding-top:6px;border-bottom:1px solid #cccccc; margin:0px;}

tr { border: solid 1px; }

img { border: 0px; }

a:link {
  color: #0157AD;
}

a:visited {
  color: #5835C7;
}
/* @end */

/* @group HTML, Body */
body {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
}

blockquote {
/*	background:#f6f6f6;
	padding:0 10px;
	border:1px solid #eee; */
	font-size: 21px;
	font-family: Georgia;
	font-weight: bold;
	text-align: left;
}


em {
	line-height: 160%;
}

/* @end */

/* @group Layout */

div#outer {
	width: 702px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#header {
	height: 47px;
	margin: 15px 0 0 0;
}

div#logo {
	width: 335px;
	height: 32px;
	margin: 0 11px 0 0; /* top right bottom left */
	float: right;
	display: inline;
}

div#body-top {
	width: 702px;
	height: 48px;
	background: url(../images/body-top.gif) no-repeat;
	overflow: hidden;
}

div#body-middle {
	width: 702px;
	padding: 1px 0;
	background: url(../images/body-middle.gif) repeat-y;
}

div#body-bottom {
	width: 702px;
	height: 25px;
	background: url(../images/body-bottom.gif) no-repeat;
	overflow: hidden;
}

div#slogan {
	width: 648px;
	float: left;
	margin-left: 32px;
	display: inline;
	text-align:center;
    margin-bottom: 10px;
}

div#slogan h1 {
	margin-top: 5px;
	margin-bottom: 8px;
}

div#slogan #slogan-content-top {
	width: 636px;
	height: 7px;
/*	background: url(../images/slogan-content-top.gif) no-repeat; */
	overflow: hidden;
}

div#slogan #slogan-content-wrapper {
	width: 620px;
/*
	border-right: 8px solid #D7D7D7;
	border-left: 8px solid #D7D7D7;
	border-right: 8px solid #fff;
	border-left: 8px solid #fff;
*/	
	border: 0;
}

div#slogan #slogan-content {
	background-color: #ffffff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 10px 0;
	text-align:  center;
	color: #ADADAD;
	font-family: Georgia;
	font-size: 29px;
	
}

div#slogan #impressum {
	background-color: #ffffff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 20px;
	text-align:left;
}

div#slogan #slogan-content-bottom {
	width: 636px;
	height: 7px;
/*	background: url(../images/slogan-content-bottom.gif) no-repeat; */
	overflow: hidden;
}

div#main-col {
	width: 200px;
	float: left;
	margin-left: 32px;
	display: inline;
}

div#content-top {
	width: 249px;
	height: 7px;
/*	background: url(../images/content-top.gif) no-repeat; */
	overflow: hidden;
}

div#content-wrapper {
	width: 233px;

/*
	border-right: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
*/	

/*	border-right: 8px solid #D7D7D7; */
/*	border-left: 8px solid #D7D7D7; */
}

div#content {
	background-color: #ffffff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 10px 0;
	
}

div#content div {
	padding: 5px 10px;
	border-top: 1px solid #ff0000;
}

div#auswahl_mit p {
	border-bottom: 1px solid #cccccc;
	padding-left: 20px;
}

div#auswahl_ohne p {
	padding-bottom: 15px;
	padding-left: 20px;
	border-bottom: 1px solid #cccccc;
}

div#content-bottom {
	width: 249px;
	height: 7px;
/*	background: url(../images/content-bottom.gif) no-repeat; */
	overflow: hidden;
}

div#side-col {
	width: 375px;
	float: right;
	margin-right: 34px;
	display: inline;
}

td {
	font-size: 14px;
}

div.side-box-middle {
	width: 375px;
	padding: 1px 0;
	font-size: 14px;
	line-height: 24px;
	
}

div#footer {
	text-align: justify;
	padding: 30px;
}

/* @end */

/* @group Nav */
ul#main-nav {
	height: 27px;
	margin: 14px 0 0 30px;
	overflow: hidden;
}

ul#main-nav.home {
	background: url(../images/nav-tabs.gif) no-repeat;
}

ul#main-nav.order {
	background: url(../images/nav-tabs-order.gif) no-repeat;
}

ul#main-nav.imprint {
	background: url(../images/nav-tabs-imprint.gif) no-repeat;
}

ul#main-nav.facestamp {
	background: url(../images/nav-tabs-facestamp.gif) no-repeat;
}

ul#main-nav li {
	float: left;
	list-style-type: none;
	width: 139px;
	margin: 0;
	text-align: center;
	line-height: 28px;
}
ul#main-nav li#right-tab {
	margin-left: 83px;
}
ul#main-nav a:link, ul#main-nav a:visited {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 120%;
}
ul#main-nav a:hover {
	color: #ccc;
}
/* @end */

/* @group Headings */
h1 {
	font-size: 170%;
	font-weight: bold;
	color: #000000;
	margin: 5px 0;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	margin: 5px 0;
}
h3 {
	font-size: 130%;
	font-weight: normal;
	color: #92a8bd;
	margin: 5px 0;
}
h4 { }
h5 { }
h6 { }
/* @end */

/* @group Text Styles */
div#content div p {
	margin: 10px 0;
	color: #454545;
	line-height: 160%;
}

div#side-col div p, div#side-col div ol {
	margin: 10px 0;
	color: #000000;
	font-size: 14px;

	line-height: 160%;
}

div#footer {
	color: #cccccc;
}
/* @end */

/* @jm */


a:link.order, a:visited.order, a:focus.order, a:hover.order, a:active.order {
/*    display: inline-block; */
    background-color: #ff0000;
    color: #ffffff;
    font-weight: bold;
    border-left: 1px solid #ffff;
    border-right: 1px solid #000;    
    border-top: 1px solid #ffff;
    border-bottom: 1px solid #000;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 25px;
	text-decoration:none;
	font-style: italic;
	font-size:  17px;
}

a:link.cancel, a:visited.cancel, a:focus.cancel, a:hover.cancel, a:active.cancel {
/*    display: inline-block; */
    background-color: #808080;
    color: #ffffff;
    font-weight: bold;
    border-left: 1px solid #ffff;
    border-right: 1px solid #000;    
    border-top: 1px solid #ffff;
    border-bottom: 1px solid #000;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 25px;
	text-decoration:none;
	font-style: italic;
	font-size:  17px;
}

/*a.solid {
    display: inline-block; */
/*
    background-color: #808080;
    color: #ffffff;
   
    border-left: 1px solid #fff;
    border-top: 1px solid #000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;

	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	vertical-align: middle;	
	
/*
	line-height: 16px;
*/
/*
	margin-right:0px;

	text-decoration:none;

	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
*/

/*
input.submit {
    display: inline-block; 
    background-color: #ff0000;
    color: #ffffff;
	height: 25px;

    border-left: 1px solid #fff;
    border-top: 1px solid #000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;


	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	vertical-align: middle;	
	
	line-height: 16px;
	margin-right:10px;

	text-decoration:none;

	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

input.order {
    display: inline-block;
    background-color: #ff0000;
    color: #ffffff;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 16px;
	margin-right:10px;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
	
}
*/	

input.txt {
	vertical-align: middle;
	font-family: Arial;
	border: 1px solid #ff0000;
	width: 330px;
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
	background-color: #fff5ee;
	
}

/*
input.submit {
    background-color: #ff0000;
    border-left: 1px solid #FFBDBD;
    border-top: 1px solid #FFBDBD;
    border-right: 1px solid #D70101;
    border-bottom: 1px solid #D70101;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
    color: #ffffff;
    font-weight: bold;
}
*/

input.chk {
    background-color: #ff0000;
    color: #ffffff;
    font-weight: bold;
	border: 1px solid #46627c;
	padding: 2px;
	line-height: 10px;
}

div#side-col div p.error, div#side-col span.error {
	background-color: #ff0000;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    text-decoration: blink;
}

/* @end */

/* @group Links - link visited hover active */
div#content a:link, div#content a:visited {
	color: #febb3a;
	text-decoration: none;
}
div#content a:hover {
	text-decoration: underline;
}

div#footer a:link, div#footer a:visited {
	color: #ff0000;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}

/* Clearfix Method from: http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */