/***********************
	FILE
************************
Author:			Benjamin Stellmacher
				<benjamin.stellmacher@hellgrau.com>
Description:	Contains element specific definitions
***********************/

div.seperator-content {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	background: #fff;
}

div.seperator-inline {
	margin: 0 0 5px 0;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	border-bottom: 1px dashed #1c6dbc;
}

div.separator-vertical {
	float: left;
	width: 9px;
	height: 9px;
	font-size: 1px;
	line-height: 1px;
}

div.separator-horizontal {
	clear: both;
	width: 9px;
	height: 9px;
	font-size: 1px;
	line-height: 1px;
}

div.container-medium { padding: 10px; }
div.container-small { padding: 5px; }

div#content div.open-575 {
	float: left;
	width: 575px;
}

div#content div.open-390 {
	float: left;
	width: 390px;
}

div#content div.open-195 {
	float: left;
	width: 195px;
}

div#content div.open-185 {
	float: left;
	width: 185px;
}

div#content div.element-grey {
	margin: 0 0 10px 0;
	padding: 0px 0px;
	background: #e8e8e8;
	border: 1px solid #fff;
}

div.container-medium,
div.container-small,
div#content div.open-575,
div#content div.open-390,
div#content div.open-195,
div#content div.open-185,
div#content div.element-grey {
	zoom: 1;
}
