
/*
Teppefall
xhtml_form.xslt
*/

@import "app.css";

html, body {
    background:#ddd;
/*background:#343434;*/
    color:#000;
}

.main {
    background:#ddd;
    border:none;
    max-width:100%;
}

#group1{
min-width:300px;
width:30%;
}

#group2{
min-width:200px;
width:60%;
}

.submain {
    max-width:100%;
}

/*.darkSection, .belowDarkSection {
color:#000;
background:transparent;
margin-left:16px;
}*/

