/*---------- Start of CSS ----------*/
/*---------- Major settings ----------*/

* {
    padding: 0;
    margin: 0;
}

/*---------- HTML tag settings ----------*/

body {
    background-color: #000000;
    color: #FFFFFF;
    font: medium Arial;
    text-align: center;
    vertical-align: top;
}

h2 {
    margin-bottom: 10px;
}

/*---------- CSS class settings ----------*/

.maindiv {
    text-align: justify;
    width: 1024px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    border: 1px solid orange;
	background-color: #00003C;
}

.profilediv {
    margin-top: 10px;
}

.image20 {
    width: 200px;
	top: 0;
	left: 0;
}

.image40 {
    width: 401px;
}

.image {
    width: 502px;
}

.image60 {
    width: 602px;
}

.examplediv {
    margin-top: 10px;
	width: 100%;
	background-color: #505050;
}

.left40 {
    float: left;
    width: 40%;
	display: inline;
	margin-bottom: 3px;
	margin-right: 10px;
}

.left {
    float: left;
    width: 47%;
	display: inline;
	padding-right: 10px;
	line-height: 1.5;
}

.left60 {
    float: left;
    width: 60%;
}

.right40 {
    clear: left;
    width: 40%;
	display: inline;
	padding-left: 10px;
}

.right {
    clear: left;
    width: 50%;
	display: inline;
	padding-left: 10px;
}

.right60 {
    clear: left;
    width: 60%;
	display: inline;
	line-height: 1.5;
}

.impressum {
	width: 1024px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.counter {
	width: 1024px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #000000;
}

/*---------- End of CSS ----------*/