/* Copyright (c) 2010 CoffeeCup, All rights reserved - http://www.coffeecup.com/
----------------------------------------------------------------------------------------------------*/

/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
    
}
body {
	line-height: 1;
    
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
    width: 340px;
}

th    {
    padding: 5px;
    font-size: 100%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    text-align: left;
}

td {
    padding: 2px;
    color: #fff;
	font-weight:0;
}







/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
    background: transparent;
}
/* clears containers with floated elements, no need for extra markup! */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Type
----------------------------------------------------------------------------------------------------*/

html {
	font-size: 16px;
}
body {
	color: #D2D3D5;
	font: 75%/1.5em Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #C08C83;
    font: 1.9em/1em Helvetica, sans-serif;
    
}
h1 {
    color: #C08C83;
    text-align:center;
    font-weight:bold;
    font: 2.2em/1em Helvetica, sans-serif;
    

}
h2 {
	color: #C08C83;
    
}
h3 {
	color: #C08C83;
    font-size: 1.2em;
	font-weight: bold;
    
}
h4 {
	color: #C08C83;
    font-size: 1.35em;
    
}
h5 {
	color: #C08C83;
    font-size: 1.1em;
	font-weight: bold;
    
/*    text-shadow:3px 3px 4px #aaa;  */


}
h6 {
	color: #C08C83;
    font-size: 1em;
	font-weight: bold;
}
p {
	color: #D2D3D5;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.7em;
	text-align: left;
}
ul {
	list-style: disc;
	color: #D2D3D5;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}
ol, ol.lowerRoman, ol.upperAlpha {
	list-style: decimal;
	color: #D2D3D5;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}
ol.lowerRoman {
	list-style: lower-roman;
}
ol.upperAlpha {
	list-style: upper-alpha;
}
strong, b, .b {
	color: #D2D3D5 !important;
	font-weight: bold;
    font-size: 130%;
    text-shadow: 0;
}
a {
	color: #D2D3D5;
	text-decoration: none;
}
a:link {
	color: #D2D3D5;
	outline: none;
	text-decoration: none;
}
a:visited {
	color: #D2D3D5;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #D2D3D5;
	text-decoration: none;
}
a:active {
	color: #D2D3D5;
	outline: none;
	text-decoration: none;
}
a:focus {
	color: #D2D3D5;
    outline: 1px dotted;
}
/* Spacing
----------------------------------------------------------------------------------------------------*/




/* Spacing
----------------------------------------------------------------------------------------------------*/


h1, h2, h3, h4, h5, h6 {
	padding-bottom: 3px !important;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
p {
	margin-right: 10px;
	padding: 5px 0;
}
blockquote {
	margin-right: 10px;
	padding: 5px 0 20px 0;
}
ul, ol {
	color: #D2D3D5;
    margin-left: 25px;
	padding-left: 0;
}
li {
	color: #D2D3D5;
    margin-bottom: 15px;
	margin-left: 15px;
}

lo {
	color: #D2D3D5;
    margin-bottom: 15px;
	margin-left: 15px;
}





p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 10px;
}
/* Layout
----------------------------------------------------------------------------------------------------*/

html {
	padding: 0 0 40px;
	text-align: center;
}
body {
	background: url(../images/backgr_web01png.png);
    margin-bottom: 20px;
	width: 100%;
	max-width: 960px;
	margin-top: 20px;
    margin: 30px auto;
	border: none;
}
header {
	float: left;
    width: 100%;
    max-width: 420px;
    height: 150px;
	border: none;
    background: transparent;
   /* background: url(../images/back_gelb01.png);*/
}
header h1 {
	float: left;
	text-transform: uppercase;
	text-align: left;
	margin-top: 10px;
	border: none;
	width: 100%;
}
header h1 a {
	/* background: url(../images/LogoFrei03png.png) no-repeat; */
	cursor: pointer;
	display: block;
	line-height: 2em;
	padding-left: 50px;
	height: 122px;
	width: 375px;
}
nav ul {
	float: right;
	color: #D2D3D5;
    list-style: none;
	/*background: url(../images/head_img3X.png);*/
    width: 56%;
	height: 60px;
	margin-left: 0;
    margin-right: 2px;
	padding-top: 90px;
	border: none;
    background: transparent;
}
nav ul li {
	float: right;
    color: #D2D3D5;
    display: inline;
	margin: 0 0px;
	border: none;
}
nav ul li a {
	background: url(../images/BTN_REG_03_png.png) no-repeat;
    color: #D2D3D5;
    font-size: 1.2em;
	margin-right: 2px;
    padding-top: 5px;
	border: none;
	width: 100px;
	height: 24px;
	display: inline-block;
	text-align: center;
}
nav ul li a:hover {
	color: #D2D3D5;
    background: url(../images/BTN_HOV_03_png.png) no-repeat;
	width: 100px;
	height: 24px;
}

            
            nav ul lo {
	           
                float: right;
                color: #d2d3d5;
                display: inline;
	            margin: 0 0px;
	            border: none;
                }
            nav ul lo a {
	            background: url(../images/BTN_REG_03_png.png) no-repeat;
                color: #d2d3d5;
                font-size: 1.2em;
	            margin-right: 2px;
                padding-top: 5px;
	            border: none;
	            width: 100px;
	            height: 24px;
	            display: inline-block;
	            text-align: center;
                }
            nav ul lo a:hover {
	            color: #d2d3d5;
                background: url(../images/BTN_HOV_03_png.png) no-repeat;
	            width: 100px;
	            height: 24px;
                }


































#mainContent {
    text-align:center;
    clear: both;
	border: none;
	padding: 0px 0;
}
#mainLeft, #mainLeft2 {
	float: left;
	width: 50%;
	text-align: left;
}
#mainLeft img {
	border: none;
}
#mainLeft2 {
	margin: 20px 0 0 50px;
	width: 40%;
	position: relative;
}
#mainRight, #mainRight2 {
	float: right;
	margin-top: 20px;
	width: 50%;
	text-align: left;
}
#mainRight h2 {
	margin-bottom: 40px;
	border: none;
}
#mainRight2 {
	width: 40%;
}
.columns {
	border: none;
}
.colLeft {
	float: left;
	width: 240px;
	border: none;
}
.colRight {
	float: right;
	width: 240px;
	border: none;
}
footer {
	clear: both;
	border-top: 1px solid #ccc;
}
footer p {
	float: left;
	font-size: 0.9em;
}
footer ul {
	float: right;
	list-style: none;
	width: 530px;
	margin-left: 0;
	padding-top: 5px;
	text-align: right;
	border: none;
}
footer ul li {
	display: inline;
	margin: 0 5px;
	border: none;
}
footer ul li a {
	font-size: 0.9em;
}
footer ul li a:hover {
	color: #A5D6E3;
}
#ShopOnline {
	width: 150px;
	height: 42px;
	background-image: url(../images/shop_online.png);
	display: inline-block;
	float: left;
	margin: 20px 60px 0 0;
	text-indent: -9999px;
	outline: 0;
}
#ShopOnline:hover {
	background-image: url(../images/shop_online_hov.png);
}
#Email {
	width: 78px;
	height: 23px;
	background-image: url(../images/email-button.png);
	display: inline-block;
	margin: 0 0 0 0;
	text-indent: -9999px;
	outline: 0;
}
#Email:hover {
	background-image: url(../images/email-button-hov.png);
}




/* Anfang Form CSS */

.TTWForm{
    width: 400px;
}
 
 
 
.TTWForm-container {
    font-size: 12px;
    color: #D2D3D5;
    background: transparent;
    font-family: Helvetica, sans-serif;
}
 
 
.TTWForm-wrapper.wrapped{
    padding: 30px 30px 30px 30px;
    border: 1px solid #ced4d7;
    box-shadow: inset 0 0 0 5px #eef5f7, 0 0 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 0 0 5px #eef5f7, 0 0 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 0 5px #eef5f7, 0 0 3px rgba(0, 0, 0, .1);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
 
.TTWForm-container h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
    color: #D2D3D5;
    font-weight: normal;
}
 
 
/** Field Styles **/
.TTWForm .field, #form-title.field {
    padding-bottom: 12px;
    padding-top: 12px;
    position: relative;
    clear: both;
}
 
.TTWForm .field:first-child{
    padding-top:0;
}
 
.TTWForm .field:last-child{
    padding-bottom:0;}
 
 
 
/** Field Widths */
.f_25 {
    width: 21%;
    display: inline;
    float: left;
    margin-left: 2%;
    margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}
 
.f_50 {
    width: 46%;
    display: inline;
    float: left;
    margin-left: 2%;
    margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}
 
.f_75 {
    width: 71%;
    display: inline;
    float: left;
    margin-left: 2%;
    margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}
 
.f_100 {
    width: 96%;
    display: inline;
    float: left;
    margin-left: 2%;
    margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}
 
 
.TTWForm input, .TTWForm textarea, .TTWForm select, div.selector, div.uploader  {
    width:100%;
    font: 12px/14px Helvetica, sans-serif;
    padding: 6px 0;
    color: #798e94;
    border: 1px solid #c2d3d7;
    outline: none;
    display: inline-block;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 0 5px #f2f7f9;
    -moz-box-shadow: 0 0 0 5px #f2f7f9;
    -webkit-box-shadow: 0 0 0 5px #f2f7f9;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
}
 
 
.TTWForm input[type=radio], .TTWForm input[type=checkbox] {
    width: 12px;
    margin: 8px 12px;
    top: 3px;
    position: relative;
}
 
.TTWForm .option{
    margin:6px 0;
}
 
.TTWForm .option-title{
    position:relative;
    top:2px;
    color: #D2D3D5;
}
 
 
.TTWForm textarea {
    overflow: hidden;
}
 
.TTWForm label {
    color: #D2D3D5;
    text-align: left;
    font: 14px/24px Helvetica, sans-serif;
    margin-bottom:5px;
    display:inline-block;
}
 
.TTWForm .submit input {
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    text-shadow: 1px 1px 0px #fff;
    display: block;
    margin: 12px -2px 12px 0;
    text-align: center;
    float: right;
    padding: 6px 12px;
    height: 28px;
    cursor: pointer;
    min-width: 96px;
    width:auto;
    background:#ddedf3 url(../images/button-bg.jpg) repeat-x 0 0 scroll;
    box-shadow: 0 0 0 5px #eef5f7;
    -moz-box-shadow: 0 0 0 5px #eef5f7;
    -webkit-box-shadow: 0 0 0 5px #eef5f7;
    border: 1px solid #a4c5d0;
    font-weight: bold;
    color: #6b97a8;
}
 
 
#form-title {
    padding: 5px;
}
 
#form-title h2{
    margin-bottom:0;
    color: #798e94;
}
 
/** Date Input **/
 
#calroot {
    z-index: 10000;
    margin-top: -1px;
    width: 198px;
    padding: 2px;
    background-color: #fff;
    font-size: 11px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 15px #666;
    -webkit-box-shadow: 0 0 15px #666;
}
 
#calhead {
    padding: 2px 0;
    height: 22px;
}
 
#caltitle {
    font-size: 14px;
    color: #D2D3D5;
    float: left;
    text-align: center;
    width: 155px;
    line-height: 20px;
    text-shadow: 0 1px 0 #ddd;
}
 
#calnext, #calprev {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    cursor: pointer;
    background: transparent url(../images/prev.png) no-repeat center center scroll;
}
 
#calnext {
    float: right;
    background: transparent url(../images/next.png) no-repeat center center scroll;
}
 
#calprev.caldisabled, #calnext.caldisabled {
    visibility: hidden;
}
 
#caltitle select {
    font-size: 10px;
}
 
#caldays {
    height: 14px;
    border-bottom: 1px solid #ddd;
}
 
#caldays span {
    display: block;
    float: left;
    width: 28px;
    text-align: center;
}
 
#calweeks {
    background-color: #fff;
    margin-top: 4px;
}
 
.calweek {
    clear: left;
    height: 22px;
}
 
.calweek a {
    display: block;
    float: left;
    width: 27px;
    height: 20px;
    text-decoration: none;
    font-size: 11px;
    margin-left: 1px;
    text-align: center;
    line-height: 20px;
    color: #666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
 
.calweek a:hover, .calfocus {
    background-color: #ddd;
}
 
a.calsun {
    color: red;
}
 
a.caloff {
    color: #ccc;
}
 
a.caloff:hover {
    background-color: rgb(245, 245, 250);
}
 
a.caldisabled {
    background-color: #efefef !important;
    color: #ccc !important;
    cursor: default;
}
 
#calcurrent {
    background-color: #498CE2;
    color: #fff;
}
 
#caltoday {
    background-color: #333;
    color: #fff;
}
 
 
/** Range Input **/
 
.slider {
    background: #3C72E6 url(../images/range_gradient.png) repeat-x 0 0;
    height: 9px;
    position: relative;
    cursor: pointer;
    border: 1px solid #333;
    width: 100%;
    float: left;
    clear: right;
    margin-top: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: inset 0 0 8px #000;
}
 
.progress {
    height: 9px;
    background-color: #C5FF00;
    display: none;
    opacity: 0.6;
}
 
.handle {
    background: #fff url(../images/range_gradient.png) repeat-x 0 0;
    height: 28px;
    width: 28px;
    top: -12px;
    position: absolute;
    display: block;
    margin-top: 1px;
    border: 1px solid #000;
    cursor: move;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
 
}
 
.range {
    border: 1px solid #ddd;
    float: left;
    font-size: 20px;
    margin: 0 0 0 15px;
    padding: 3px 0;
    text-align: center;
    width: 50px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
 
 
/**Error Messages **/
 
.TTWForm .error {
    height: 16px;
    font: 11px/16px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
    color: #ff0033;
    padding-left: 12px;
    z-index: 999;
    position:relative;
    top:-1px;
}
 
 
/** Loading Indicator **/
.loading-text{
    position:relative;
    top:-3px;
}
 
/** IE Hacks **/
.TTWForm input{
    *height: 28px;
}
 
 
 
/** Clearfix */
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
 
/*
    The following zoom:1 rule is specifically for IE6 + IE7.
    Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix {
    zoom: 1;
}

/* END Form CSS */
















@media screen and (max-width: 768px) {
h1 {
	margin-bottom: 0;
	padding-bottom: 0;
}
header h1 a {
	background-attachment: scroll;
	background-color: transparent;
	/* background-image: url(../images/LogoFrei03png.png); */
	background-origin: content-box;
	background-repeat: no-repeat;
	background-size: contain;
	width: 70%;
	padding: 0;
}
header {
	width: 100%;
}
nav ul {
	float: left;
	list-style: none;
	width: 100%;
	padding-top: 5px;
	text-align: left;
	border: none;
}
nav ul li {
	display: inline;
	margin: 0 5px 0 5px;
	border: none;
	padding: 0;
}
nav ul li a {
}
.selected {
	background: none;
}
nav ul li a:hover {
}
nav ul li a.selected {
	color: #f26932;
	width: 100%;
}
img {
	width: 100%;
}
#mainRight2 {
	float: none;
	margin: 0;
	width: 100%;
	padding-top: 5px;
}
#mainLeft2 {
	float: none;
	margin: 0;
	width: 100%;
}
#mainLeft2 img {
	width: 70%
}
#mainContent {
	padding-top: 30px;
}
}
