/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** # "YAML for TYPO3" (c) by Dieter Bunkerd (http://yaml.t3net.de) ######################################
** ######################################################################################################
**
**  YAML Version: 2.5.2
**  Dateiversion: 6.11.06
**  Datei       : basemod_2col_left.css
**  Funktion    : Variation des Basislayouts (2-Spalten-Layout)
**  Checked with http://jigsaw.w3.org/css-validator/ 19.1.07 - DB
*/

@media screen
{

/* Formatierung der Seite */
body {
    background-color:#456284;
    padding:28px 0 20px 0;
    font-family:  Arial, Helvetica, sans-serif;
    font-size:80%;
}

/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
#page {
    border:2px #ffffff solid;
    background-color:#ffffff;
}

.logoutbutton a {
    display:block;
    background:transparent;
    text-decoration:none;
    padding:5px 10px 20px 10px;
    margin:0;
    color:#444;
    text-transform: uppercase;
}


#page_margins {
    width:900px;
    margin:auto;
    border:0;
}

#header {
    position:relative;
    height:204px;
    width:740px;
    overflow:hidden;
    padding:0 0 0 156px;
}

#header img {
    border:0;
    padding:0;
    margin:0;
}

#logo {
    position:absolute;
    height:204px;
    width:170px;
    z-index:100;
    background-image: url(../../img/logo-sunkid-header.png);
    background-repeat:no-repeat;
}

#logo_bruckschloegl {
    position:absolute;
    height:204px;
    width:170px;
    z-index:100;
    background-image: url(../../img/logo-bruckschloegl-header.png);
    background-repeat:no-repeat;
}

#header .csc-textpic-image {
    border:0;
    margin:0;
    padding:0;
}

/* Inhaltsbereich */
#main {

    background-image: url(../../img/bg-main.jpg);
    padding:10px 0 0 0;
    margin:0;
}

/* linke Spalte */
#col1 {
    width:160px;
    margin:0;
    padding:0;
}

#col1_content {
    margin:5px 0 0 0;
    padding:0;
}

#col1_content_bruckschloegl {
    margin:5px 0 0 0;
    padding:0;
}

#col1 select {
    width:100px;
}

.mainMenu {
    margin: 0 0 20px 0;
}

/* Rechte Spalte */
#col3 {
    margin:0 0 0 170px;
    background-color:#ffffff;
    border:0;
    padding:0;
}

#col3_content {
    background-color:#FFFFFF;
    padding:10px;
    margin:0;
}

#snewsletter{
    margin: 0 0 10px 0;
    padding-top:10px;
}

div.nl_ueber{
    padding:0 0 5px 10px;  
}



.newsletteranmeldung  { width:100px; margin:0 0 0 0.8em; }
.ok                   { width:30px; }




#ssuche{
    margin: 0 0 10px 0;
}

#sprachauswahl {
    margin:0;
    padding:5px 8px 0 0;
    background-color:#456284;
    height:25px;
    z-index:150;
    text-align:right;
}
#sprachauswahl select{
    height:20px;
    width:170px;
}


#shortcuts {
    margin:-22px 5px 0 0;
    padding:0;
    width:55px;
    height:20px;
    background:transparent;
    z-index:1600;
    text-align:right;
    float:right;
    position:relative;
}




h1,h2,h3,h4,h5,h6 {
 
    background:transparent;
    padding:0;
    margin: 0 0 1em 0;
    color:#456284;
    border:0;
}
                          
h1 {
    border-bottom: 1px solid #456284;
}

h2 {
    font-size:1.05em;
}

h3 {
    font-size:1em;
}

h4 {
    font-size:0.95em;
}

h5 {
    font-size:1em;
    text-transform: uppercase;
}

h6 {
    font-size:0.9em;
    text-transform: uppercase;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    color:#000000;
    padding:0;
    margin: 0 0 0.7em 0;
}
p.redbox {
    margin:0;
    font-weight:bold;
    border:0;
    color:#ffffff;
    background-color: #456284;
}

p.redbox a {
    font-weight:bold;
    color:#ffffff;
    text-decoration:none;
}
p.redbox a:hover {
    font-weight:bold;
    color:#ffffff;
    text-decoration:underline;
}

a {
    color:#444444;
    text-decoration:underline;
    font-weight:normal;
}

a.act {
    font-weight:bold;
}

a:hover {
    background: transparent;
    color:#0274BE;
}

/* Formatierung der Fußzeile */
#footer {
    color:#ffffff;
     border:0;
    margin:0;
    padding:0.5em 0 0 0;
    text-align:center;
}

#footer a {
    color:#ffffff;
    background:transparent;
    text-decoration:none; 
}

#footer a:hover {
    color:#FFD504;
    background:transparent;
    text-decoration:none; 
}

#zusatz {
    font-size:0.95em;
    margin:auto;
    padding:0;
    background:#ffffff url(../../img/sunkid-zusatz.jpg);
    width:896px;
    height:370px;
    margin-top:0.5em;
    border:2px #ffffff solid;
}

#zusatz1 { width:200px; padding:10px 10px 10px 30px; float:left; }
#zusatz2 { width:200px; padding:10px; float:left; }
#zusatz3 { width:200px; padding:10px; float:left; }
#zusatz4 { width:180px; padding:10px; float:left; }
#zusatz5_not_in_use { width:174px; padding:10px; float:left; }

/*******************************************
* Zusatznavigation
********************************************/
.zusatzmenu 				{ width:100%; overflow:hidden; margin:0; padding:0; background:transparent; font-weight:normal; }
.zusatzmenu p				{ font-size:1.0em; font-weight:bold; margin:0; padding:0 0 0.9em 0; }
.zusatzmenu a:hover 		{ color:#000000; display:block; background:transparent; }
.zusatzmenu a				{ color:#000000; text-decoration:none; }
.zusatzmenu ul 				{ font-weight:normal; width:100%; overflow:hidden; margin:0; padding:0; list-style-type:none; font-size:0.9em; }
.zusatzmenu ul a 			{ display:block; text-decoration:none; padding:0 0 3px 0; }
.zusatzmenu ul li 			{ font-weight:normal; float:left; width:100%; margin:0; padding:0; }
.zusatzmenu ul li a 		{ font-weight:normal; color:#000000; display:block; background:transparent; text-decoration:none; }
.zusatzmenu ul li a:hover 	{ font-weight:normal; color:#000000; display:block; background:transparent; text-decoration:underline; }
.zusatzmenu ul li:first-child a  { font-weight:bold; }


.infobox {
    background: #EFEFEF url(../../img/info.gif) no-repeat;
    width: auto;
    margin:0;
    padding: 65px 10px 20px 30px;
    list-style-type:none;
}

.infobox li {
    margin:0;
    padding:0;
}

ul li ul {
    margin-bottom:0;
}

.team{
    text-align:left;
    vertical-align:top;
}

.team.td-1 {
    margin: 0 0 0 10px;
}

.picturefader {
    overflow:hidden;
    height:204px;
    width:740px; 
}

dd.csc-textpic-caption {
    color: grey;
    background: transparent;
    font-style:normal;
    font-size:0.8em;
}

div.csc-textpic div.csc-textpic-imagewrap  .csc-textpic-image {
padding-bottom:10px;
margin-bottom:0;
}

dd.csc-textpic-caption a {
    text-decoration:underline;
}

.csc-textpic-intext-right-nowrap img {
    padding-bottom:20px;
}

.csc-frame-frame1 {
    background-color: #EFEFEF;
    margin:0 0 10px 0;
    width:99%;
}

div.csc-frame-frame1 div.csc-textpic div.csc-textpic-imagewrap img{
    border-right:10px solid #FFFFFF;
}

div.csc-frame-frame1 div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
    margin:0;
    padding:0;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
    border:1px solid lightgrey;
    padding:0;
}




.contenttable {margin:0 1px 15px 1px;background: #ffffff; width:99%}
.contenttable tr td {padding: 3px; border: 1px dotted #555555;}
.table_lefttitle{ font-weight:bold; background:#dddddd;  }
.table_title{ font-weight:bold; white-space:nowrap; background:#dddddd;  }
.table_subtitle{ font-weight:bold; white-space:nowrap; background:#EFEFEF;  }
.preise_header td { font-weight:bold; white-space:nowrap;  }
.table_center {text-align:center;  }
.table_bold {font-weight:bold;  }

.preise_leer {border-left: 0 none; border-right:0 none;background:#efefef;  }
.tabelle_nowrap {white-space:nowrap;  }



.csc-frame-invisible {
    width:31%;
    float:left;
    padding: 0 2% 0 0;
}

.sp1 {
    width:31.5%;
    float:left;
    padding: 0 2% 0 0;
}
.sp2 {
    width:31.5%;
    float:left;
    padding: 0 2% 0 0;
}
.sp3 {
    width:31.5%;
    float:left;
}



/* ##########################
** ### Formular ######
** ##########################
*/


.anfragen			    { font-size:0.9em; color:#000000; padding:5px; font-weight:bold; }
.kontakt		      	{ width:100%;  margin:auto; }
.ueberschrift			{ font-size:0.9em; background-color:#efefef; color:#000000; padding:5px; }
.formular   			{ font-size:0.9em; color:#000000; padding:1px 0 1px 10px; }
.formul    			    { font-size:1.1em; background-color:#ffffff; color:#000000; margin:1px; border:1px #888888 solid; }
.pflicht   			    { font-size:0.9em; color:#000000; padding:1px 0 1px 10px; }
.pflichtfeld			{ font-size:1.1em; background-color:#ffffff; color:#000000; margin:1px; border:1px #888888 solid; }
.zeile			       	{ font-size:0.30em; padding:0; }
.abschicken	    		{ font-size:1em; color:#ffffff; background-color:#456284; border:1px #000000 solid; padding:5px; font-weight:bold; text-align:center; }
.textarea               { font-size:1.1em; background-color:#ffffff; color:#000000; margin:1px; border:1px #888888 solid;   }
.date                   { font-size:1.1em; background-color:#ffffff; color:#000000; margin:1px; border:1px #888888 solid; }

.wsgalbildbereich       { padding:0; margin:0; font-size:1em; text-align:center; vertical-align:top; }
.wsgalthumbnailgallery	{ padding:0px; margin:0 1px 0 1px; text-align:center; width:98%;  }
.wsgaluebersicht	{ text-align:center; vertical-align:top; font-size:1em; }
.wsgalthumbnail		{ height:170px; width:24.5%; margin:0; padding:2px; text-align:center; vertical-align:middle; border-width:1px; border-style:solid; border-color:#000000; }
.wsgalbildrand 	        { padding:0px; border-width:1px; border-style:solid; border-color:#efefef; }


form.haendlerbestellung label {
    float:left;
    width:170px;
}

form.haendlerbestellung .tiny {
    width:30px;
}
form.haendlerbestellung #plz {
    width:60px;
}
form.haendlerbestellung #ort {
    width:230px;
}
form.haendlerbestellung #anrede, #gutscheinbestellung {
    width:20px;
    margin-bottom:10px;
}

form.haendlerbestellung input, form.haendlerbestellung textarea {
    margin:2px;
    width:300px;
}
form.haendlerbestellung textarea {
    height:100px;
}

form.haendlerbestellung div {
    display:block;
}

form.haendlerbestellung .submit {
    width:auto;
    color:#fff;
    font-weight:bold;
    background:#77b257;
    border-color:#666;
}

legend {
	padding: 10px;
	background-color:#e3e3e3;
	border:1px;
	border-style:solid;
	border-color:#666;
}

fieldset {
    border:1px;
    margin-top:10px;
    margin-bottom:10px;
    padding:10px;
    border-style:solid;
	border-color:#666;
}

.umbruch {
    clear:both;
}



}

