/* @override http://dev.drstone.homeip.net/basteleiche.de/css/layout.css */

/* Layout CSS von basteleiche.de */

/** PAGE */

#page {
	width: 736px;
	margin: 0px auto;
}

/** SIDEBAR */

#sidebar {	
	float: left;
	width: 255px;
}

/** LOGO */

#logo {
	height: 345px;
	background: url(../img/subpage04.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	text-indent: -999em;
}

/** CONTENT */

#content {
	float: left;
}

.two-columns {
}

.two-columns .column1 {
	float: left;
	width: 150px;
}

.two-columns .column2 {
	float: right;
	width: 190px;
}

/** BOX1 */

#box1 {
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
}

/** BOX4 */

#box4 {
}

/** BOX5 */

#box5 {
}