@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.6em;
	margin: 0;
    background: url(../images/white_bg.png) repeat-y 775px #dae4f3;
}

a img {
    border: 0;
}

a {
    color: blue;
}

h1 {
	font-size: 18px;
	margin: 0 0 30px 0;
	color: #333;
    font-weight: bold;
	line-height: 28px;
}

h2 {
	font-size: 21px;
	margin: 10px 0 10px 0;
	color: #333;
	text-transform: none;

    font-weight: normal;
}

p {
	font-size: 1.4em;
	line-height: 1.6em;
    margin: 10px 0 20px 0;
}

p.info {
    font-size: 11px;
    line-height: 14px;
}


p.page_index {
	font-size: 1em;
	line-height: 1.6em;
    margin: 5px 0 5px 0;
    padding: 5px 0 5px 0;
    border-top: 1px dotted #999;
    border-bottom: 1px dotted #999;

}

fieldset {
	display: block;
	overflow: hidden;
	height: auto;
	margin: 20px 0 30px 0;
	border: 0;
	padding: 0;
}



#header {
	height: 100px;
	width: 100%;
	background: url(../images/header_bg.png) repeat-x #133463;
}

ul#main_menu {
	display: block;
	margin: 15px 20px 0 20px;
	height: 25px;
	width: auto;
	list-style: none;
	padding: 0;
}

ul#main_menu li {
	display: block;
	float: left;
	margin: 0 1px 0 0;
	text-transform: uppercase;
}


ul#main_menu li#logout {
	float: right;
	left: 10px;
}

ul#main_menu li#logout a {
	background: #952e45;
}

ul#main_menu li a {
	display: block;
	float: left;
	background: #5a7192;
	padding: 5px 8px 5px 8px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	height: 14px;
}

ul#main_menu li a.active {
	display: block;
	background: #dae4f3;
	font-size: 12px;
	font-weight: normal;
	color: #952e45;
	height: 15px;
}


/**
*	SIDEBAR
*/

#wrapper {
	width: 100%;
	min-width: 1024px;
	height: auto;
	overflow: hidden;
	
}

#side_wrapper {
	width: 224px;
	overflow: hidden;
	height: auto;
	float: left;
	
}

#content_wrapper {
	width: 800px;
	overflow: hidden;
	height: auto;
	float: left;
	
}

#sidebar {
	padding: 25px 0 0 0;
	margin: 25px 25px 25px 0;
	height: auto;
	overflow: hidden;
}

#sidebar h1 {
	font-size: 21px;
}



/**
*	CONTENT
*/
#content {
	margin: 25px;
	padding: 25px 25px 0 0;
	height: auto;
    width: 725px;
	overflow: hidden;
	float: left;
	/*border-right: 1px dotted #fff;*/
}

#content .tab_set {
	margin: 45px 0 25px 0;
	border-top: 3px solid #333;
	background: #fff;
	height: auto;
    width: 725px;
	
}

#content .tab_set ul.tab_menu {
	list-style: none;
	margin: -25px 0 0 0;
	padding: 0;
}


#content .tab_set ul.tab_menu li  {
	display: block;
	float: left;
	margin: 0 1px 0 0;
}


#content .tab_set ul.tab_menu li a {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	height: 15px;
	display: block;
	float: left;
	padding: 3px 8px;
	background: #fff;
	text-decoration: none;
	color: #333;
	font-size: 11px;
	text-transform: uppercase;
}


#content .tab_set ul.tab_menu li a.active {	
	height: 16px;
	background: #333;
	color: #fff;
}

#content .tab_set div.tab_set_content {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;	
	padding: 50px 25px 25px 25px;
}



/**
*	FORM TABLE
*/
table.form_table {
	font-size: 14px;
}



table.form_table input.textfield {
	width: 400px;
	padding: 4px;
	border: none;
	border: 1px solid #bbb;
	background: #eee;
	font-size: inherit;
}

table.form_table textarea.textfield {
	width: 400px;
    height:200px;
	padding: 4px;
	border: 1px solid #bbb;
	background: #eee;
	font-size: inherit;
}

table.form_table textarea.textfield {
	width: 400px;
    height:200px;
	padding: 4px;
	border: 1px solid #bbb;
	background: #eee;
	font-size: inherit;
}

table.form_table select.selectbox {
	width: 410px;
	padding: 4px;
	border: 1px solid #bbb;
	background: #eee;
	font-size: inherit;
}

table.form_table input.error {
	border: 1px solid #f089a0;
	background: #fadce2;
}

table.form_table td {
	padding: 0 25px 20px 0;
    vertical-align: top;

}

table.form_table td.label {
	padding-top: 5px;
}

table.form_table td.error {
	padding: 0 25px 10px 0;
	color: #952e45;
}


/**
*   BUTTONS
*/
.button {
	border: none;
	color: #fff;
	background: url(../images/button_bg.png) repeat-x #133463;
	padding: 8px;
	font-size: 16px;
	margin: 0 20px 0 0;
}

.cancel {
    background: url(/images/error_bg.png) repeat-x #6d0e23;
}

.save {
    background: url(/images/notice_bg.png) repeat-x #8ea106;
}


.button_container {
    float: none;
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 10px 0 15px 0;
}


div.button_small {
    float: left;
    background: url(../images/page_bg.png) repeat-x #abaaab;
	margin: 0 10px 10px 0;
}

div.button_small a {
    display: block;
    float: left;
    text-decoration: none;
	border: none;
	color: #333;
	padding: 6px;
	font-size: 12px;
}

div.button_overview a {
    background: url(/images/icons/resultset_previous.png) no-repeat 5px 5px;
}


div.button_edit_page a {
    background: url(/images/icons/page_edit.png) no-repeat 5px 5px;
}

div.button_add_page a {
    background: url(/images/icons/page_add.png) no-repeat 5px 5px;
}


div.button_icon a {
    padding: 6px 6px 6px 24px;
    background-position: 4px 5px;
    background-repeat: no-repeat;
}


/**
*	LIST_TABLE 
*/
table.list_table {
	font-size: 12px;
	width: 725px;
	margin: 10px 0 10px 0;
	border: 4px solid #fff;
}

table.list_table a {
    color: #333;
    text-decoration: none;
}

table.list_table th {
	text-align: left;
	background-color: #333;
	color: #fff;
	padding: 4px;
}

table.list_table td {
	text-align: left;
	padding: 4px;
}

table.list_table tr.odd td {
	background-color: #fff;
}

table.list_table tr.even td {
	background-color: #ebf1f9;
}

table.list_table td.editlink {
    width: 16px;
}



/**
*   errorExplanation
*/
.errorExplanation {
    float: none;
    display: block;
    overflow: hidden;
    height: auto;
    margin: 0 0 20px 0;
    padding: 10px;
	background: url(/images/error_bg.png) repeat-x #6d0e23;
}


.notice {
    float: none;
    display: block;
    overflow: hidden;
    height: auto;
    margin: 0 0 20px 0;
    padding: 10px;
	background: url(/images/notice_bg.png) repeat-x #8ea106;
}

.notice h2, .errorExplanation h2 {
    color: #fff;
    text-transform: none;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

.errorExplanation p {
    color: #fff;
    text-transform: none;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 10px 0;
}

.errorExplanation ul {
    margin: 0 0 10px 0;
}

.errorExplanation ul li {
    color: #fff;
}

.error {
    color:red;
    font-size: 10px;
    margin-bottom: 3px;
}



#view_container {
    min-height: 300px;
}



/**
*   PAGESMENU
*/


ul#page_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#page_list li {
	display: block;
    float: none;
    margin: 0 0 5px 0;
}

ul#page_list li a {
    display: block;
	color: #333;
	background: url(../images/page_bg.png) repeat-x #abaaab;
	padding: 8px;
	font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}

ul#page_list li.active a {
    color: #fff;
	background: url(../images/button_bg.png) repeat-x #0f2953;
}



/**
*   QUESTIONS
*/

.question_wrapper {
    background: #fff;
    padding: 20px;
    height: auto;
    overflow: hidden;
    margin: 0 0 20px 0;
    padding-top: 30px;
}

.question_wrapper h2 {
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 5px 0;
    color:#666;
}

.question_wrapper h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px 0;
    color:#666;
}

.question_wrapper h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
    color:#666;
}

.question_wrapper p {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 10px 0;
    
}

.question_wrapper .edit_wrapper {
    position: absolute;
    margin: -30px 0 0 538px;
}

.question_wrapper .edit_wrapper img {
    background: #dae4f3;
    padding: 5px;
    margin-right: 4px;
}

.question_wrapper label.text {
    font-size: 12px;
    margin: 0 0 6px 0;
    display: block;
    float: none;
}

.question_wrapper input.textfield {
    font-size: 12px;
    margin: 0 0 6px 0;
    display: block;
    float: none;
}



/**
*   WILL PAGINATE PAGINATION
*/
div.pagination {
	display: block;
    height: auto;
    overflow: hidden;
	margin: 20px 0 20px 0;
	list-style: none;
	padding: 0;
    float: none;
    clear: both;
}

div.pagination a {
	display: block;
	float: left;
	padding: 5px;
	background: #eee7e7;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #333;
    margin: 0 5px 0 0;
}

div.pagination .gap {
	display: block;
	float: left;
	padding: 5px;
	text-decoration: none;
	color: #333;
    margin: 0 5px 0 0;
}

div.pagination .disabled {
	display: block;
	float: left;
	padding: 5px;
	background: #eee7e7;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #333;
    margin: 0 5px 0 0;
}

div.pagination span.current {
    display: block;
	float: left;
	padding: 5px;
    background: #2f6bf3;
	border: 1px solid #2f6bf3;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
    margin: 0 5px 0 0;
}




.menu_row {
	margin: 20px 0 20px 0;
	height: auto;
	overflow: hidden;
}



#search {
	background: url(../images/page_bg.png) repeat-x #abaaab;
	padding: 15px;	
}

#search input.query {
	border: 2px solid #9d9d9b;
	padding: 6px;
	font-size: 18px;
	margin-right: 10px;
	width: 300px;
}




.arzt, .adresse {
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px dotted #999;
}

.checkbox_wrap {
    display: block;
    padding: 3px 6px 3px 3px;
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #ccc;
    background: #eee;
}



.thumblist {
    padding: 5px;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 10px 10px 0;
}
