﻿/***** Global Classes *****/
 
.clear {
	clear: both;
	height: 15px;
}

.cursor_pointer {
	cursor: pointer;
}

.align_center {
	text-align: center;
}

/***** Main Layout *****/
body {
	margin: 0px 0 0px 0px;
}

#wrap_container {
	width: 880px;
	position: relative;
	margin: 0px auto 0px auto;
}

#wrap_top {
	background: url('../images/main/blatt-bgd-top.png');
	height: 20px;
	margin-top: 10px;
}

#wrap_mid {
	background: url('../images/main/blatt-bgd-mid.png');
	position: relative;
	padding: 0 15px;
}

#wrap_bot {
	background: url('../images/main/blatt-bgd-bot.png');
	height: 15px;
	margin-bottom: 10px;
}


