/* HTML Tag Redefinition */
html, body
{
	height: 100%;
}


body
{
	background-color: #ffffff;
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: sans-serif;
}


img
{
	border: 0;
}


a
{
	cursor: pointer;
}

label
{
	font-weight: bold;
	display: block;
	padding-top: 10px;
}


fieldset
{
	border: 1px solid #ccc;
}


/* error text class optionally provided by theme */
div.ccm-error-response
{
	color: #f00;
	margin-bottom: 12px;
}


/* Page Structure / Navigation */
#page
{
	width: 900px;
	margin: auto;
	text-align: left;
}


#page #headerSpacer
{
	height: 64px;
}


#page #header
{
	position: relative;
}


#page #header #logo
{
	color: #999;
	font-size: 28pt; line-height: auto;
	margin-bottom: 0; margin-top: 8px;
	padding: 0;
	cursor: pointer;
	left: 0px;
	z-index: 10;
	width: auto;
	float: left;
	position: relative;
	text-align: right;
}


#page #header #logo a
{
	color: #999;
	text-decoration: none;
}


#page #header #header-area
{
	margin-top: 10px;
	margin-bottom: 10px;
}


#page #header #header-area #header-area-inside
{
	margin-bottom: 12px;
}


#page #header #header-area img
{
	display: block;
}


#page .divider
{
	padding-top: 12px;
	background: url(http://www.datenschutzraum.de/themes/DSR/images/nav_horizontal_divider.gif) no-repeat top;
	overflow: hidden; height:1px; clear:both; width:100%;
}

#page #central
{
/*
	background: url(http://www.datenschutzraum.de/themes/DSR/images/nav_sidebar_right_bg.gif) repeat-y center;
*/
	clear: both;
}

#page #central #body
{
	float:left;
	width: 55%;
	overflow: hidden;
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-right: 10px; margin-left: 10px;
}


#page #central #body p {
	text-align: justify;
}


#page #central #right_sidebar
{
	float: right;
	width: 20%;
	overflow: hidden;
}


#page #central #left_sidebar
{
	float: left; width: 20%; overflow: hidden;
}


#page #central .sidebar p
{
	line-height: 24px;
}


#page #footer
{
	padding-top: 24px;
	clear: both;
	padding-bottom: 16px;
	color:#999;
	font-size: 9pt;
}


#page #footer a
{
	text-decoration: none;
}


/* Page Elements */

.pagingNav
{
	margin: 16px 0px 8px 0px;
}


.pagination
{
	text-align: center;
	color: #bbb;
	padding-top: 4px;
}


.pagination .pageRight
{
	width: 20%;
	float: right;
	text-align: right;
}


.pagination .pageLeft
{
	width: 20%;
	float: left;
	text-align: left;
}


/* MISC STYLES & SHORTCUTS */
div.code {
	border: 1px solid #ddd;
	background: #eee;
	padding: 10px;
}


div.spacer, div.ccm-spacer
{
	clear: both; font-size: 1px; line-height: 1px;
}


.noTopSpace
{
	margin-top: 0;
	padding-top: 0;
}
