/* reset
**************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* typography
**************************************************/
body {
	color: #687370;
	font-family: Verdana,Georgia, Helvetica,  Arial;
	font-size: 75%;
	line-height: 1.5;
}

h1,h2,h3,h4,h5,h6 {
	color: #922b63;
	font-family: Verdana,Georgia, Helvetica,  Arial;
}
 
h1 {
	font-size: 1.8em;
	line-height: 1.125;
	margin-bottom: 0.5em;
}
 
h2  {
	font-size: 1.333em;
	line-height: 1.2857;
	margin-bottom: 1.2857em;
}
 
h3{
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
 
p {
	margin: 0 0 1em;
}
 
a {
	color: #922b63;
}
 
a:focus, a:hover {
	background: #922b63;
	color: #fff;
	text-decoration: none;
}

/* layout
**************************************************/
body {
	background-color: #fbfaf5;
	background-image: url(../images/bg_content.png);
	background-position: 0 115px;
	background-repeat: repeat-x;
	text-align: center;
}

#container {
	margin: 0 auto 25px;
	text-align: left;
	width: 960px;
}

#header {
	height: 115px;
}

#media {
	height: 150px;
}

#media img {
	float: right;
}

#body {
	padding: 25px 10px;
}

#submenu {
	float: left;
	margin-right: 20px;
	width: 220px;
}

#content {
	float: right;
	width: 700px;
}

#footer {
	border-top: 1px solid #ccd5bc;
	font-size: .8333em;
	line-height: 1.8;
	padding: 10px 10px 0;
}

/* layout - home
**************************************************/
body#home {
	background-image: url(../images/bg_start.png);
}

body#home #media {
	height: 380px;
}

body#home #content {
	float: none;
	width: auto;
}

/* grid
**************************************************/
.cols-3 .col-1 {
	float: left;
	margin-right: 20px;
	width: 300px;
}

.cols-3 .col-2 {
	float: left;
	margin-right: 20px;
	width: 360px;
}

.cols-3 .col-3 {
	float: left;
	width: 240px;
}

/*
* --------------------------------------------------
* @section body - grid - 2 columns - 50/50
* --------------------------------------------------
*/
#body div.grid-2-columns-50-50 {
    /*background: url(../images/grid-2-columns.png) repeat-y;*/
}

#body div.grid-2-columns-50-50 div.col-1 {
	float: left;
	/*margin-right: 50px;
	width: 445px;*/
	width: 45%;
}

#body div.grid-2-columns-50-50 div.col-2 {
	float: right;
	/*width: 445px;*/
	width: 45%;
}


/* menu
**************************************************/
#menu {
	float: right;
	height: 30px;
	margin-top: 80px;
	overflow: hidden;
	width: 632px;
}

#menu li {
	float: left;
	margin-left: 25px;
}

#menu li a {
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	overflow: hidden;
	text-indent: -999em;
}

#menu li#menu-Home a { background-position: 0 0; width: 47px; }
#menu li#menu-News a { background-position: -47px 0; width: 45px; }
#menu li#menu-Malerin a { background-position: -92px 0; width: 61px; }
#menu li#menu-Dozentin a {background-position: -153px 0; width: 73px; }
#menu li#menu-Therapeutin a {background-position: -226px 0; width: 103px; }
#menu li#menu-Autorin a {background-position: -329px 0; width: 59px; }
#menu li#menu-Kontakt a {background-position: -388px 0; width: 69px; }

#menu li#menu-Home a:hover { background-position: 0 -30px; width: 47px; }
#menu li#menu-News a:hover { background-position: -47px -30px; width: 45px; }
#menu li#menu-Malerin a:hover { background-position: -92px -30px; width: 61px; }
#menu li#menu-Dozentin a:hover {background-position: -153px -30px; width: 73px; }
#menu li#menu-Therapeutin a:hover {background-position: -226px -30px; width: 103px; }
#menu li#menu-Autorin a:hover {background-position: -329px -30px; width: 59px; }
#menu li#menu-Kontakt a:hover {background-position: -388px -30px; width: 69px; }

#menu li#menu-Home-current a { background-position: 0 -30px; width: 47px; }
#menu li#menu-News-current a { background-position: -47px -30px; width: 45px; }
#menu li#menu-Malerin-current a { background-position: -92px -30px; width: 61px; }
#menu li#menu-Dozentin-current a {background-position: -153px -30px; width: 73px; }
#menu li#menu-Therapeutin-current a {background-position: -226px -30px; width: 103px; }
#menu li#menu-Autorin-current a {background-position: -329px -30px; width: 59px; }
#menu li#menu-Kontakt-current a {background-position: -388px -30px; width: 69px; }

/* submenu
**************************************************/
#submenu {
	border-top: 1px solid #ccd5bc;
	line-height: 2.5;
}
 
#submenu li a {
	border-bottom: 1px solid #ccd5bc;
	color: #687370;
	display: block;
	padding-left: 20px;
	text-decoration: none;
}
 
#submenu li a:focus,
#submenu li a:hover {
	background: none;
	color: #922b63;
}
 
#submenu li.current a {
	color: #922b63;
}

/* info
**************************************************/
#info {
	float: right;
}

#info li {
	display: inline;
	margin-left: 15px;
}

#info li a {
	color: #687370;
	text-decoration: none;
}
 
#info li a:focus,
#info li a:hover {
	background: none;
	color: #922b63;
}
 
#info li.current a {
	color: #922b63;
}

/* galleria
**************************************************/
.galleria {
	width: 180px;
}

.galleria li {
	display: block;
	float: left;
	height: 50px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	width: 50px;
}

.galleria li div {
	display: none;
	left: 200px;
	position: absolute;
}

.galleria li img.thumb {
	cursor: pointer;
}

.galleria_container {
	float: right;
	height: 325px;
	margin: 0 auto 1.5em 0;
	width: 500px;
}

.galleria_container .caption {
	display: block;
	text-align: center;
	width: 500px;
}

/* thumbs
**************************************************/
#home div.col-2 a:focus,
#home div.col-2 a:hover {
	background: none;
	text-decoration: none;
}

#home div.col-2 a img {
	border: 1px solid #ccc;
	float: left;
	margin: 0 25px 15px 0;
	padding: 4px;
}

#home div.col-2 a img.last {
	margin: 0 0 15px 0;
}

/* news
**************************************************/
.news-latest-item, .news-list-item {
	border-bottom: 1px solid #ccd5bc;
	margin-bottom: 1.5em;
}

.date {	
	margin-bottom: 0;
}
.news-latest-item p {
	margin-bottom: 5px;
}
.news-latest-item h2 {
	margin-bottom: 5px;
}
.news-single-item h2 {
	font-size: 1.7em;
	margin-bottom: 10px;
	}
.news-single-item h3 {
	font-size: 1.333em;
	margin-bottom: 10px;
	}
.news-single-item p {
	margin-bottom: 10px;
}	
.news-list-item h2 {
	font-size: 1.7em;
	margin-bottom: 10px;
	}
.news-list-item h3 {
	font-size: 1.5em;
	margin-bottom: 5px;
	}
.news-list-item p {
	margin-bottom: 5px;
}	

/*	forms
*************************************************/
fieldset {
	border-bottom: 1px solid #ccd5bc;
	border-top: 1px solid #ccd5bc;
	margin-bottom: 1.5em;
	padding: 25px;
}

legend {
	color: #922b63;
	font-size: 1.1667em;
	line-height: 1.2857;
	padding: 0 15px;
}

input.text, textarea {
	border: 1px solid #ccd5bc;
	padding: 5px;
	width: 400px;
}

label, input, textarea, select {
	clear: left;
	float: left;
}

textarea {
	height: 150px;
}

select {
	width: 250px;
}

.input {
	margin-bottom: 1.5em;
	padding: 0 15px;
}

.required {
	color: red;
}

/* copyright
**************************************************/
#copyright {
	margin-bottom: 0;
}

/* clearfix
**************************************************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* IE 6 and below */
* html .clearfix {
	height: 1%;
}

/* Safari */
html[xmlns] .clearfix {
	display: block;
}
