/* ############################ Text Styles ################################# */

body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	line-height: 1.6;
	background: url(img/arb_woodbg.jpg);
	color: #333333;
}

p {
	line-height: 1.8;
}

h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 1;
	font-size: 30px;
	font-weight: normal;
	font-family: Arial;
	color: #333290;
}
h1 a {
	text-decoration: underline;
	color: #333290;
}
h1 a:hover {
	text-decoration: underline;
	color: #805100;
}
h2 {
	margin: 0 0 5px 0;
	padding: 0px;
	line-height: 1;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial;
	color: #333290;
}
h3 {
	margin: 0 0 10px 0; 
	padding: 0;
	line-height: 1.8;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	color: #333290;
}
#topcontentcontainer h1 {
}
#topcontentcontainer h2 {
}
#topcontent h1 {
}
#topcontentcontainer h1 {
}
#topcontent h2 {
}
#maincontent {
	color: #333333;
}
#maincontent h1 {
	font-size: 24px;
	color: #333290;
}
#maincontent h1 a{
	text-decoration: none;
}
#maincontent h2 {
	color: #333290;
}
#maincontent h2 a{
	text-decoration: none;
}
#maincontent h3 {
	color: #333333;
	line-height: 1.3;
	font-size: 16px;
}
#footercontainer p {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
#footercontainer h2 {
	font-size: 18px;
}
#footer p {
	text-align: center;
	color: #333290;
}
.tx-gcgallery-pi1 p {
	font-size: 14px;
	line-height: 1.8;
}

a  { text-decoration: underline; color: #333290; }
a:hover { color: #805100; text-decoration: underline;}

/* ################################# RTE ##################################### */
/* ### styles required to make RTE look correct in edit mode (Firefox fix) ### */
.mceContentBody {  background: none !important; }
.mceContentBody a {color: #333290 !important; text-decoration:underline !important; }
.mceContentBody a:hover {color: #805100 !important; text-decoration: none !important; }



/* ############################ Column with rounded corners ################################# */

/* ############################ Column with background color ################################ */

td.col-color1 {
	background: url(img/gluteus_website_kontakt_bg.png) no-repeat;
}
td.col-color2 {
	background: #e6e6e6;
}
td.col-color3 {
	background: url(img/gluteus_website_map_bg.png) no-repeat;
}
td.col-color1 img{
	margin: 8px 10px 0 0;
}
/* ################################## Column with line ###################################### */

.col-line1 {
	background: #000000;
}
.col-horline1 {
	background: url(img/border_repeat.png) left bottom repeat-x;
}

/* ############################ Tables ################################# */

.contenttable {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 14px;
	margin-left: -1px;
}
.contenttable th, .contenttable thead td {
	padding: 4px 9px 6px 9px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	background: #000000;
	color: #ffffff;
}
.contenttable td {	
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	padding: 4px 9px 6px 9px;
	background: #f2f2f2;
}

/* ############################ Lists ################################# */

ol, ul {
	margin: -1px 0 0 10px;
	padding: 0 0 11px 0px;
}
ul li ul {
}
ul {
	padding: 5px 0 0 0;
	margin: 0;
}
ul li {
	list-style-type: none;
	background: url(img/accept.png) 0 1px no-repeat;
	list-style-position: outside;
	padding: 0 0 0 30px;
}

/* ############################ Text/Image Positioning ################################# */

img {border: 0;}
p img {margin: 5px 0 0 0; padding-bottom: 5px; }
h1 img {margin: 5px 0 0 0; padding-bottom: 5px; }
p {margin: 0; padding: 0 0 10px 0;}
.image-left {padding: 0; margin-right: 10px; float: left;}
.image-right {padding: 0; margin-left: 10px; float: right;}
.align-right {text-align: right;}
.align-center {text-align: center;}

/* ############################ Column with rounded corners ################################# */

.col-boxheader1 p {}
.col-boxheader1 {}
.col-boxheader1 td.col-top { background: url(img/boxheading_middle.png) repeat-x;}
#maincontent .col-boxheader1 td.col-top h2 { margin-top: 7px; margin-left: 10px; color: #fff;}
.col-boxheader1 td.col-topleft { background: url(img/boxheading_left.png) repeat-x;}
.col-boxheader1 td.col-topright { background: url(img/boxheading_right.png) repeat-x;}
.col-boxheader1 td.col-content h3 a { line-height: 0; text-decoration: none;}
.col-boxheader1 td.col-left {}
.col-boxheader1 td.col-right {}