
/*** Style sheet basic ***/

#logohead{
	float:left;
	display:block;
	padding:15px 10px 15px 30px;
}

/***** Basic styles ****/

p { font-size:116.6667%; /* 14 pt */
	line-height:1.5em;
	margin:0 0 1em 0;
}

blockquote, cite, q {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

blockquote { margin:0 0 1em 1.6em; color:#555; }

strong,b { font-weight:bold; }
em,i { font-style:italic; }

big { font-size:116.667%; }
small { font-size:91.667%; }

pre { line-height:1.5em; margin:0 0 1em 0; }
pre, code, kbd, tt, samp, var { font-size:100%; }
pre, code { color:#800; }
kbd, samp, var, tt { color:#555; font-weight:bold; }
var, dfn { font-style:italic; }

acronym, abbr {
	border-bottom:1px #aaa dotted;
	font-variant:small-caps;
	letter-spacing:.07em;
	cursor:help;
}

sub, sup { font-size:91.667%; line-height:0; }

hr {
	color:#ccc;
	background:transparent;
	margin:0 0 0.5em 0;
	padding:0 0 0.5em 0;
	border:0;
	border-bottom:1px #bbb solid;
}

blockquote, q {
	quotes: "" "";
}

h1, h2, h3, h4, h5, h6 {
	color:#0F68A9;
	text-shadow:0 1px 0 #dddddd;
	font-weight:bold;
}

/***    Links    ***/

a { color:#179eff;
	background:transparent;
	text-decoration:none;
} /* #4D87C7 */
a:visited  { color:#127fcc; }

/* maximum constrast for tab focus - change with great care */
a:focus { 
	text-decoration:underline;
	/*color:#000; */
	/*outline: 2px #1698f5 solid;*/ }

a:hover, a:active { 
	color:#127fcc;
	text-decoration:underline;
	/*outline: 0 none;*/
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#0F68A9;
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color:#0F68A9;
}


/***  Emphasizing external Hyperlinks via CSS  ***/
/*
#main a[href^="http://www.masterkitchen.de"],
#main a[href^="https://www.masterkitchen.de"] {
	padding-left:12px;
	background-image:url('your_image.gif');
	background-repeat:no-repeat;
	background-position:0 0.45em;
}
*/

/***    Image captions   ***/

p.icaption_left { float:left; display:inline; margin:0 1em 0.15em 0; }
p.icaption_right { float:right; display:inline; margin:0 0 0.15em 1em; }

p.icaption_left img,
p.icaption_right img { padding:0; border:1px #888 solid; }

p.icaption_left strong,
p.icaption_right strong { 
	display:block;
	overflow:hidden;
	margin-top:2px;
	padding:0.3em 0.5em;
	background:#eee;
	font-weight:normal;
	font-size:91.667%;
}

.caption {
	line-height:1.1em;
}

/***   Tables   ***/

table {
	width:auto;
	border-collapse:collapse;
	margin-bottom:0.5em;
	border-top:2px #707070 solid;
	border-bottom:2px #707070 solid;
}
table caption { font-variant:small-caps; }
table.full { width:100%; }
table.fixed { table-layout:fixed; }

th,td { padding:0.5em; }
thead th { color:#000; border-bottom:2px #800 solid; }
tbody th { background:#e0e0e0; color:#333; }
tbody th[scope="row"], tbody th.sub { background:#f0f0f0; }

tbody th { border-bottom:1px solid #fff; text-align:left; }
tbody td { border-bottom:1px solid #eee; }
/*
tbody tr:hover th[scope="row"],
tbody tr:hover tbody th.sub { background:#f0e8e8; }
tbody tr:hover td { background:#fff8f8; }
*/

.ce_gallery table {
	border-top:2px #707070 solid;
	border-bottom:2px #707070 solid;
	
}

.ce_gallery tbody td { border-bottom:1px solid #bababa; }


/*
*
*   Generic Content classes
*
*/

.highlight { color:#c30; }
.dimmed { color:#888; }

.strongGreen {
	color:#97bf0d;
	font-weight:bold;
}

.strongBlue {
	color:#0f68a9;
	font-weight:bold;
}

.info {
	background:#f8f8f8;
	color:#555;
	padding:4px 7px 5px 7px;
	margin-bottom:0.5em;
	line-height:1.2em;
	font-size:91.667%;
}


.note {
	background:#efe;
	color:#040;
	border:2px #484 solid;
	padding:10px; 
	margin-bottom:1em;
}
.important { background:#ffe; color:#440; border:2px #884 solid; padding:10px; margin-bottom:1em; }
.warning { background:#fee; color:#400; border:2px #844 solid; padding:10px; margin-bottom:1em; }

.float_left { float:left; display:inline; margin-right:1em; margin-bottom:0.15em; }
.float_right { float:right; display:inline; margin-left:1em; margin-bottom:0.15em; }
.center { display:block; text-align:center; margin:0.5em auto; }
.lightText {
	font-size:91.667%;
	color:#777;
}

.smallLightText {
	color:#999;
	font-size:66.667%;
}

.hidden{	display: none;	}
.align-right{
	float: right;
	margin: 0px 0px 10px 10px
}
.align-left{
	float: left;
	margin: 0px 10px 10px 0px
}
.align-center{
	display: block;
	margin: 10px auto;
}

/**
*    Lists
*/

ul {
	font-size:116.67%; /* 14pt */
}

ul ul {
	font-size:100%;
}

ul li {
	list-style-type:none;
	background-color:transparent;
	background-image:url("../img/ul-item.gif");
	background-position:0 5px;
	background-repeat:no-repeat;
	padding: 0 0 5px 20px;
}

ol {
	font-size:116.67%; /* 14pt */
	padding-left:1.3em;
}

ol li {
	list-style-type:decimal;
	padding: 0 0 0.3em 0.5em;
}

/**
*    Featured Items
*/


#featuredslider ul {
	margin:0;
}

#featuredslider ul li {
	list-style-type:none;
	background:none;
	background-image:none;
	padding-left:0;
	margin-left:0;
}

#featuredslider h1 {
	color:#97bf0d;
	text-shadow:0 1px 0 #eee;
	font-size:166.67%;   /* 20px */
}

#featuredslider h2 {
	color:#97bf0d;
	text-shadow:0 1px 0 #eee;
	font-size:150%;   /* 18px */
}

#featuredslider h3 {
	color:#97bf0d;
	text-shadow:0 1px 0 #eee;
	font-size:133.33%;   /* 16px */
}

#featuredslider p {
	font-size:125%; /* 15px */
	color:#444;
}

#featuredslider .featureblock {
	/*width:952px;
	height:300px;*/
}

#featuredslider h1.featureHead {
	font-family:"Trebuchet MS", Verdana, Helvetica, Arial,sans-serif;
	font-style:italic;
	font-size:48px;
	line-height: 1.2em;
	text-align:center;
	padding-top:28px;
	text-shadow:1px 2px 0 #f5f5f5;
}

#featuredslider .imgcontainer {
	height:270px;
	float:right;
	padding-top:18px;
	display:inline-block;
}

#featuredslider .textcontainer {
	height:270px;
	float:left;
	/* padding-top:18px; */
	width:340px;
}

/**
*    Project teasers
*/

.project-teaser h1 {
	font-size:166.67%; /* 20px */
	margin-bottom:0.3em;
}

.project-teaser p {
	margin-bottom:0;
}

/**
*    News
*/

.mod_newslist h2 {
	margin-bottom:0.2em;
	margin-top:0.3em;
}

.mod_newslist p {
	margin-bottom:0.3em;
}

.mod_newslist .more a {
	background-color:#f2f2f2;
	padding:0px 3px 0px 5px;
}

.mod_newslist .more a:hover {
	background-color:#f5fbe0;
}

.newsListSmall h1 {
	font-size:166.67%;  /* 20px */
	margin-bottom: 0.3em;
}

.newsListSmall h2 {
	font-size:133.33%;  /* 16px */	
}

.newsListSmall p {
	font-size:100%;  /* 12px */
	line-height: 1.2em;
	color:#555;
}

/**
*    Homepage
*/

.homepage .mod_newslist h2 {
	margin-bottom:0.2em;
	margin-top:0em;
}

.homepage .mod_newslist .layout_short {
	margin-bottom:0.6em;
}

.homepage ul.level_1 {
	margin-left:0.5em;	
}

/**
*    Forms
*/

.explanation {
	font-size: 85%;
}

p.error {
	font-size: 95%;
	color:#c01010;
	line-height: 1.2em;
}

