@charset "UTF-8";

/* --- structure full --- */

#structure-wrapper {
	margin: 0;
	/*
	border-left: 1px solid black;
	border-right: 1px solid black;
	*/
}

#structure-header {
	margin-bottom: 15px;
}

.structure-full {
    margin: auto;
    background: #ffffff;
}

.structure-full-column1 {
    float: left;
    width: 960px;
}

/* --- structure half --- */

.structure-half {
    margin: auto;
    background: #ffffff;
}

.structure-half-column1 {
    float: left;
    width: 455px;
    min-min-height: 1px;
}

.structure-half-column2 {
    float: left;
    width: 455px;
    padding-left: 20px;
    min-height: 1px;
}

/* --- structure third --- */

.structure-third {
    margin: auto;
}

.structure-third-column1 {
    float: left;
    width: 300px;
    min-height: 1px;
}

.structure-third-column2 {
    float: left;
    width: 300px;
    padding-left: 20px;
    min-height: 1px;
}

.structure-third-column3 {
    float: left;
    width: 300px;
    padding-left: 20px;
    min-height: 1px;
}


/* --- structure onethird - twothird --- */

.structure-onetwothird {
    margin: auto;
}

.structure-onethird-column1 {
    float: left;
    width: 300px;
    min-height: 1px;
}

.structure-twothird-column2 {
    float: left;
    width: 610px;
    padding-left: 20px;
    min-height: 1px;
}


/* --- structure twothird - onethird --- */

.structure-twoonethird {
    margin: auto;
}

.structure-twothird-column1 {
    float: left;
    width: 610px;
    min-height: 1px;
}

.structure-onethird-column2 {
    float: left;
    width: 300px;
    padding-left: 20px;
    min-height: 1px;
}


/* --- structure fourth --- */

.structure-fourth {
    margin: auto;
}

.structure-fourth-column1 {
    float: left;
    width: 220px;
    min-height: 1px;
}

.structure-fourth-column2 {
    float: left;
    width: 220px;
    padding-left: 20px;
    min-height: 1px;
}

.structure-fourth-column3 {
    float: left;
    width: 220px;
    padding-left: 20px;
    min-height: 1px;
}

.structure-fourth-column4 {
    float: left;
    width: 220px;
    padding-left: 20px;
    min-height: 1px;
}

.structure-main-content {
	font-size: 1.1em;
}


/* --- structure onefourth - threefourth --- */

.structure-onethreefourth {
    margin: auto;
}

.structure-onefourth-column1 {
    float: left;
    width: 200px;
    min-height: 1px;
    padding-top: 29px;
}

.structure-threefourth-column2 {
    float: right;
    width: 745px;
    min-height: 1px;
}