/* 
	Website Basislayout
	(www.visualstudies.de)

	Autor: Martin Use (mu@metalab.de)
	Datum: 04/2005
	letzte Änderung: 31.07.2005 (mu)

*/


/* ###### Allgemeines ###### */
body {
	margin:0;
	padding: 0px;
	background: white;
}
#container {
	width:750px;
	background-color: white;
	text-align:left;
}
.cleaner {
	clear: both;
}

/* ###### Header ###### */
#head {
	background: black;
	margin:0;
	padding: 0;
}
#interferenzen {
	background: black url("header.gif") top left  no-repeat;
	height: 60px;
}

#head .lang {
	width: 140px;
	float:right;
	background: white;
	text-align: center;
	color: #6E2E78;
	font-size: 10px;
	padding: 5px 0;
}
#head .lang a{
	color: #3A3A3A;
}
#head .lang a:hover{
	color: #000;
}

#head .slogan {
	text-align: right;
}


/* ###### Body ###### */
#main {
	margin-top:30px;

}

#logo{
	rgin-top:70px;
	margin-left:10px;
}
#main #content {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left:200px;
}

#content .contentbox{
	border: 1px solid red;
}

#content .sidebox{
	clear: right;
	border-top: 1px solid white;
	width: 140px;
	float: right;
	padding-top: 20px;
}

#content .subline{
	margin: 3px 0px 20px 0px;
	text-align: right;
}

#content .textbox{
	border-top: 1px solid white;
	margin-right: 140px;
	padding-right: 20px;
}

.syncColumns {
	clear: right;
}

a.more/* */ {

	padding-right: 7px;

	text-decoration: underline;

	background: url(more.gif) no-repeat 100% 5px;

}
a.back/* */ {

	padding-left: 7px;

	text-decoration: underline;

	background: url(more.gif) no-repeat 0 5px;

}
/* ###### Footer ###### */
#footer {
	padding: 4px 10px 4px 10px;
	border-top: 1px solid #1F211E;
}
#footer .copyright {
	float: right;
}  
