/*
Theme Name: Effilee
Description: Kindertheme von Thematic 
Template: thematic
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style

*/
/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

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 {
    background:#fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	# border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }
/* -------------------------------------------------------------- 
   
   Set default typography based on Blueprint
   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   

body, input, textarea {
    color:#000;    
    font: 14px Arial,sans-serif;
    line-height:20px;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	clear:both;
}

/* Text elements
-------------------------------------------------------------- */

p {
    margin-bottom:18px;
}
ul {
	margin: 0 0 18px 2.5em;
}
ol {
	margin: 0 0 18px 2.5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dt {
    font-weight:bold;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}

/*

Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

body, input, textarea {
    font: --px Arial,sans-serif;
    line-height:--px;
}
p, ul, ol, dd, pre {
    margin-bottom:--px;
}
pre, code {
	font:--px Monaco, monospace;
	line-height:--px;
}

All other styles can be overridden--or ignored!--in Child Theme stylesheets

*//* -------------------------------------------------------------- 
  
   Minimal styles that hold to a 21px line-height
   
-------------------------------------------------------------- */

/* =Global Elements
-------------------------------------------------------------- */

/*
You'll want to import this after typography.css because
we're going to set a couple of typographical styles here
*/

body, input, textarea {
    font: 14px Arial,sans-serif;
    line-height:21px;
}
p, ul, ol, dd, pre {
    margin-bottom:21px;
}
pre, code {
	font:13px Monaco, monospace;
	line-height:21px;
}

/* =Header
-------------------------------------------------------------- */

#branding {
    padding:21px 0;
}

/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#menu {
    overflow:hidden; /* clears the inner float  */
}
#menu ul {
    margin:0;
    list-style:none;
}
#menu ul ul {
    display:none;
}
#menu li {
    display:inline;
}
#menu a {
    display:block;
    float:left;
}

/* =Content
-------------------------------------------------------------- */

#main {
    padding-top:21px;
}
.hentry {
    padding-bottom:21px;
}
.page-link {
    margin-bottom:21px;
}

/* =Images
-------------------------------------------------------------- */

.entry-content img,
.wp-caption {
    margin-bottom:21px;
}
.wp-smiley {
    max-height:14px;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
    margin:0px 0 21px 0;
    overflow:hidden;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}

/* =Comments
-------------------------------------------------------------- */


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 21px 1.5em;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:21px;
}/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
*/

body {
    min-width:960px;
}
#header {
    position:relative;
}
#branding {
    width:940px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:940px;
    margin:0 auto;
}
#main {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:620px;
    float:left;
}
#content {
    margin:0 0 0 10px;
    width:540px;
    overflow:hidden;
}
.main-aside {
    width:300px;
    float:right;
    position:relative;
    right:10px;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
}

/* =Page Templates
-------------------------------------------------------------- */

/*
    Full Width Template
*/

.page-template-template-page-fullwidth-php #container {
	margin:0;
	width:940px;
}

.page-template-template-page-fullwidth-php #content {
	margin: 0 0 0 10px;
	width:940px;
}

.page-template-template-page-fullwidth-php #comments {
    width:540px;
}

/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    font:15px Georgia,serif;
    line-height:22px;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    # border:1px solid #ccc;
    #border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    # margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
   # border-bottom:1px solid #ccc;
}
th, td {
  #  padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    height:1px;
    margin-bottom:22px;
}
.ie7 hr {
	background-color:transparent;
	color:#ccc;
}
a:link {
    color:#004B91;
}
a:visited {
    color:#743399;
}
a:active,
a:hover {
    color: #FF4B33;
}


/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
}
#branding {
    padding:88px 0 44px 0;
}
#blog-title {
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
}
#blog-title a {
    color:#000;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #FF4B33;
}
#blog-description {
    color:#666;
    font-size:13px;
    font-style:italic;
}

/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    border-bottom:1px solid #ccc;
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
}
.sf-menu {
	line-height:1.0;
}
.sf-menu ul {
	position:absolute;
	top:-999em;
	width:10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:100%;
}
.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:left;
	position:relative;
}
.sf-menu a {
	display:block;
	position:relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:0;
	top:2.5em; /* match top ul list item height */
	z-index:99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
	float:left;
	margin-left:1px;
}
.sf-menu a {
  	border-color:#CCCCCC;
    border-style:solid;
    border-width:1px;
	padding:9px 13px;
	text-decoration:none;
	margin-left:-1px;
}
.ie7 .sf-menu a {
	width:100%;
}
.sf-menu .current-menu-item a,
.sf-menu .current-menu-parent a,
.sf-menu .current-menu-ancestor a,
.sf-menu .current-post-ancestor a,
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#666;
}
.sf-menu li {
	background:#fff;
}
.sf-menu li li {
	background:#fff;
}
.sf-menu li li li {
	background:#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:#fafafa;
	outline: 0;
    border-bottom-color:#ccc;
}
.sf-menu ul {
    border-bottom:1px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}

/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
    padding:66px 0 22px 0;
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #FF4B33;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 22px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-family:Arial,sans-serif;
    font-size:26px;
    font-weight:bold;
    line-height:26px;
    padding:0 0 7px 0;
}
.entry-title a {
    color:#000;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #FF4B33;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n, .entry-meta .nickname {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #FF4B33;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:22px 0 0 0;
}
.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;
}

.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
	clear:both;
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
}
.entry-utility a {
    color:#666;
    font-family:serif;
    font-size:inherit;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #FF4B33;
}
.page .edit-link {
	clear:both;
	display:block;
}
.page-link {
	clear:both;
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #FF4B33;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
	clear:both;
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px;
}
#comments-list h3 {
	padding-bottom: 0;
}
#comments-list,
#comments-list ul {
    list-style:none;
}
#comments-list ul,
#comments-list ol {
    padding-bottom: 18px;
}
#comments-list ul ul,
#comments-list ol ol,
#comments-list ul ul ul,
#comments-list ol ol ol {
    padding-bottom:0;
}
#comments-list .comment {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul .comment {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
	padding: 18px 0 24px;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-10000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current-menu-item a,
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current-menu-item .menu-item a,
.aside .current_page_item .menu-item a {
    color:#666;
}
.aside .current-menu-item .menu-item a:hover,
.aside .current-menu-item .menu-item a:active,
.aside .current_page_item .menu-item a:hover,
.aside .current_page_item .menu-item a:active {
    color: #FF4B33;
}
.aside {
    color:#666;
}
.aside a {
    color:#666;
}
.aside a:active,
.aside a:hover {
    color: #FF4B33;
}
.aside h3 {
    font-size:15px;
    font-style:italic;
    line-height:22px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
    border:1px solid #ccc;
    padding:18px 0 0 0;
    margin-bottom:22px;
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}


/* =Footer
-------------------------------------------------------------- */

#footer {
    border-top:1px solid #ccc;
    margin-top:22px;
}
#siteinfo {
    color:#666;
    font-size:11px;
    line-height:18px;
    padding:22px 0 44px 0;
}
#siteinfo a {
    color:#666;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #FF4B33;
}/* =Menu

-------------------------------------------------------------- */



.skip-link {

    display:none;

}

#access {

    border-bottom:1px solid #ccc;

    height:32px;

    font-size:13px;

    overflow:visible;

    z-index:100;

}

/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {

	margin:			0;

	padding:		0;

	list-style:		none;

}

.sf-menu {

	line-height:	1.0;

}

.sf-menu ul {

	position:		absolute;

	top:			-999em;

	width:			10em; /* left offset of submenus need to match (see below) */

}

.sf-menu ul li {

	width:			100%;

}

.sf-menu li:hover {

	visibility:		inherit; /* fixes IE7 'sticky bug' */

}

.sf-menu li {

	float:			left;

	position:		relative;

}

.sf-menu a {

	display:		block;

	position:		relative;

}

.sf-menu li:hover ul,

.sf-menu li.sfHover ul {

	left:			0;

	top:			2.5em; /* match top ul list item height */

	z-index:		99;

}

ul.sf-menu li:hover li ul,

ul.sf-menu li.sfHover li ul {

	top:			-999em;

}

ul.sf-menu li li:hover ul,

ul.sf-menu li li.sfHover ul {

	left:			10em; /* match ul width */

	top:			0;

}

ul.sf-menu li li:hover li ul,

ul.sf-menu li li.sfHover li ul {

	top:			-999em;

}

ul.sf-menu li li li:hover ul,

ul.sf-menu li li li.sfHover ul {

	left:			10em; /* match ul width */

	top:			0;

}



/*** THEMATIC SKIN ***/

.sf-menu {

    border-right:1px solid #ccc;

	float:left;

}

.ie6 .sf-menu {

	margin-bottom: -1px;

}

.sf-menu a {

	border-left:1px solid #ccc;

	border-top:1px solid #ccc;

	border-bottom:1px solid #ccc;

	padding:9px 13px;

	text-decoration:none;

}

.windows .sf-menu a {

	font-size: 12px;

	padding:9px 13px 10px;

}

.sf-menu .current_page_item a,

.sf-menu .current_page_ancestor a,

.sf-menu .current_page_parent a {

    border-bottom-color:#fff;

}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/

	color:			#666;

}

.sf-menu li {

	background:		#fff;

}

.sf-menu li li {

	background:		#fff;

}

.sf-menu li li li {

	background:		#9AAEDB;

}

.sf-menu li:hover, .sf-menu li.sfHover,

.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {

    background:     #fafafa;

	outline:		0;

    border-bottom-color:#ccc;

}

.sf-menu ul {

    border-right:1px solid #ccc;

    border-bottom:1px solid #ccc;

}

.sf-menu li:hover ul,

.sf-menu li.sfHover ul {

	top:32px; /* overriding essential styles */

}

.sf-menu ul ul {

    margin-top:0;

}

.sf-menu ul a {

    background:#fafafa;

	border-bottom:none;

}

.sf-menu ul a:hover {

    color: #FF4B33;

}/* -------------------------------------------------------------- 
   
   Default styles for Images
  
-------------------------------------------------------------- */   
.entry-content .wp-post-image {
	border: 1px solid #ccc;
	float:right;
	margin: 0 0 20px 18px;
	padding: 5px;
}
.entry-content img {
    height:auto;
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	border:1px solid #ccc;
	text-align: center;
	margin-bottom:18px;
	max-width: 96%;
	padding:9px 5px 0;
}
.wp-caption img {
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:18px 5px;
}
.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
    padding:0 0 22px 0;
	}
.gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
	}
.gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	}
.gallery-icon {
	margin: 0 5px;
}
#content .gallery img {
    border: 1px solid #ccc;
	margin:0;
	padding: 6px;
}
.gallery-item img, .gallery-item img.thumbnail {
	margin: 0 auto;
	}
.gallery-caption {
	padding:6px 6px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}



/*

Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

.entry-content img,
.wp-caption {
    margin-bottom:--px;
}
.wp-smiley {
    max-height:--px;
}

All other styles can be overridden--or ignored!--in Child Theme stylesheets

*//* -------------------------------------------------------------- 
   
   Set default typography based on Blueprint
   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   

body, input, textarea {
    color:#000;    
    font: 12px Arial,sans-serif;
    line-height:18px;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	clear:both;
}

/* Text elements
-------------------------------------------------------------- */

p {
    margin-bottom:18px;
}
ul {
	margin: 0 0 18px 2.5em;
}
ol {
	margin: 0 0 18px 2.5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dt {
    font-weight:bold;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}

/*

Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

body, input, textarea {
    font: --px Arial,sans-serif;
    line-height:--px;
}
p, ul, ol, dd, pre {
    margin-bottom:--px;
}
pre, code {
	font:--px Monaco, monospace;
	line-height:--px;
}

All other styles can be overridden--or ignored!--in Child Theme stylesheets

*//* -------------------------------------------------------------- 
   
   Default plugin styles for Thematic
  
-------------------------------------------------------------- */  

/* =Ajax Edit Comments
-------------------------------------------------------------- */

.edit-comment {
    margin-bottom:18px;
}

/* =PageNavi
-------------------------------------------------------------- */

/* Make sure to uncheck 'Use pagenavi-css.css' in the page-navi styles */

.wp-pagenavi {
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #ccc;
    color:#666;
    font-style:normal;
    margin:0 .375em;
    padding:0.5em 0.5em;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc;
    color:#666;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc;
    color:#FF4B33;
}
.wp-pagenavi a:active {
    border:1px solid #ccc;
    color:#FF4B33;
}
.wp-pagenavi span.pages {
    border:none;
    color:#666;
    margin:0;
    padding:0;
}
.wp-pagenavi span.current {
    color:#000;
}
.wp-pagenavi span.extend {
    color:#000;
}

/* =WordPress Stats
-------------------------------------------------------------- */

img#wpstats {   /* hide WordPress Stats smiley */
    width:0px;
    height:0px;
    overflow:hidden
}

body, input, textarea {
    color:#000;    
    font-family: "adobe-caslon-pro-1","adobe-caslon-pro-2", Times New Roman;
	line-height:21px;
    font-size:15px;
}


/* ########## Layout ############ */


/* Titel und Navigationsleiste oben */
#branding {
padding:38px 0 22px;
}

#access {
clear:both;
font-size:9pt;
height:21px;
margin:auto;
width:940px;
}

.sf-menu .current-menu-item a,
.sf-menu .current-menu-parent a,
.sf-menu .current-menu-ancestor a,
.sf-menu .current-post-ancestor a,
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a
{
	border-bottom-color: #CCCCCC;
/*	background-color: #E6E6E8; */
}

#siteinfo, .sf-menu a
{
	padding: 4px 20px 5px !important;
	font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
	font-weight: normal;
	font-size: 11px;
}


/* Searchbox */

#head-search, #sbc-search {
	float:right;
	height:48px;
	padding-top:6px;
	width:280px;
}

#head-search input.text, form#sbc-search input.text {
	background:none repeat scroll 0 0 #eaeaea;
	border-left:1px solid #333;
	border-top:1px solid #333;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#666;
	height:17px;
	float:left;
	margin-right:4px;
	width:204px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	/*padding:3px;*/
	vertical-align:top;
}

#sbc-search {
float:right;
font-family:Arial,Helvetica,sans-serif;
}
form#sbc-search input#s {background: #f5f5f5; border: 1px solid #bbbbbb; padding: 5px 10px; margin: 0px auto 10px;}


form#sbc-search select#cat {background: #fbfbfb url(arrow.png) 88% 50% no-repeat; height: 25px; width: 63%; border: 1px solid #bbbbbb; float: left; padding: 4px 20px; border-right: none;
							-khtml-appearance: none; /* fix default safai styling */
							/* border-radius: 15px 0px 0px 15px; */
							-webkit-border-bottom-left-radius: 15px;
							-webkit-border-top-left-radius: 15px;
							-moz-border-radius: 15px 0px 0px 15px;}

form#sbc-search input#sbc-submit {height: 25px; width: 37%; border: 1px solid #bbbbbb; float: right;
									/*border-radius: 0px 15px 15px 0px;*/
									-webkit-border-bottom-right-radius: 15px;
									-webkit-border-top-right-radius: 15px;
									-moz-border-radius: 0px 15px 15px 0px;}

#blog-title a {
background:url(images/effilee_logo_archiv.gif) no-repeat top center;
#background:url(images/effilee_logo.gif) no-repeat top center;
display:block;
text-indent:-9000px;
width: 557px;
#width: 303px;
height: 66px;
}

#blog-description {
font-style:normal;
font-weight:normal;
font-size:12px;
}

#main {
    padding:68px 20px 22px 0;
	width:980px;
	overflow:visible;
}

#container{
width:640px;
}

.trenner {
	display:none;
}

#content {
width:540px;
padding:0 0 0 30px;
margin:0;
overflow:visible;
}


.newsletter input {
	width:400px;
}

.newsletter table {
	border:none;
}


/*** ######### MENU ######### ***/


.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			1.75em; /* match top ul list item height */
	z-index:		99;
}

/* topnavigations */

.effilee-topnav {
position:absolute;
width:710px;
display:block;
height:100px;
background-color:#666;
}

/* Heavy overriding wp-typography */

.menu-item span.caps {
font-size:100% !important;
}


/* ########### Headlines ############### */

.entry-content h1, 
.entry-content h2,

h3.fn {
    font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
    font-size:24px;
    font-weight:normal;
    font-style:normal;
    line-height:28px;
/*
    margin-left:-6px;
*/
    color:#666;
}

.entry-content h3 {
    font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
    font-size:24px;
    font-weight:400;
    font-style:normal;
    line-height:24px;
    color:#666666;
    clear:right;
    margin-bottom:30px;
}

h3.question {
   font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
    font-size:14px;
    font-weight:bold;
    font-style:normal;
    line-height:19px;
    color:#333333;
    clear:right;
    padding:30px 0px 30px 0px;

}
/* ########## Fliesstext ################# */

.initial{
text-transform:uppercase;
color:#cc0000;
float:left;
font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
font-size:51px;
margin:7px 3px 0 -3px;
}

p {
    padding:0 0 3px 0;
    margin-bottom:15px;
    text-align:justify;
}

hr {
clear:both;
}

.black {
color:black;
}

.citation {
font-size:0.96em;
font-style:italic;
}

.tipp, .summary {
font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
font-style:italic;
color:#333;
font-size:0.95em;
}

a.more-link {
color:black;
font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

/* ########### Entry ########### */

.entry-title, .page-title, .fn {
    font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
    font-size:41px;
    letter-spacing:0px;
    font-weight:normal;
    line-height:42px;
    padding:0;
    color:#333;
    margin-bottom:21px;
}

#comments .n {
	font-size:0.95em; 
    line-height:0.95em;
	font-weight:bold;
}

.entry-title a {
    color:#666;
    text-decoration:none;
}
a:active,
a:hover {
    color: #FF4B33;
}

a {
text-decoration:none;
} 




.entry-abstract {
    font-weight:bold;
    border-top:1px dashed;
    border-bottom:1px dashed;
    margin-top:21px;
}
.entry-utility {
font-size:12px;
line-height:21px;
margin:0 0 42px;
}
.entry-content .insert {
    float:left;
    border-top:1px solid #666;
    border-bottom: 1px solid #666;
    width:210px;
    margin:7px 21px 6px 0;
    padding:12px 0;
    font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
    font-size:16px;
    color:#c00;
}

.entry-content input, .entry-content textarea {
	width:500px;
}

.entry-content input[type="submit"] {
	width:100px;
}


.effilee-spitzmarke, .effilee-spitzmarke a {
    color:#999;
    font-weight:bold;
    font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
    font-size:12px;
    text-decoration:none;
}

.effilee-excerpt  {
 font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
 color:#999;
 padding:5px 0 0 0;
}

.effilee-excerpt p {
	margin-bottom: 0px;
}

.effilee-category-content {
font-size:11px;
}

.pager_gadget, .issue, .credits, .page_view_switch  {
    font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
    font-size:12px;
    text-transform:uppercase;
    margin-bottom: 17px;
}

.pager_gadget, .page_view_switch {
    border: 1px solid #ccc;
    margin-bottom:17px;
    padding:4px 9px;
}

.pager_gadget a, .page_view_switch a, .issue a {
color:#999;
text-decoration:none;
font-weight:bold;
}

.edit a, .edit {
    font-size:12px;
    color:#666;
font-family: "myriad-pro-1","myriad-pro-2",sans-serif;

}


/* ########## Bilder und Captions ########### */

.wp-caption
{
	border: 0;
	padding: 0px;
}

.wp-caption img
{
	padding: 7px;
	/*
 border:1px solid #ccc;
*/
	background-color: #FFF;
}
.wp-caption p.wp-caption-text
{
	font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 0 0 0 8px;
	text-align: left;
	padding: 0px 5px;
}


/* Thumbnails */
.effile-thumbnail-inner {
width:118px;
height:106px;
overflow:hidden;
}

.effilee-thumbnail {
float:left;
border:1px solid #ccc;
padding:10px;
width:118px;
height:104px;
margin: 0px 19px 0 0;
}

.slide {
	margin: 0;
	padding: 0;
	border-top: solid 4px #422410;
	background: url(images/btn-slide.gif) no-repeat center top;
}
.btn-slide {
	background: url(images/white-arrow.gif) no-repeat right -50px;
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

.list-content img {
    margin: 0 0 18px 0;
}
.entry-content img {
    margin: 0 0 18px 0;
    border:1px solid #ccc;
}

.lytebox-thumb img {
	border:none;
}


/* ############ Shiba Gallery Stuff ############## */

.main-aside ul {
	padding:0;
}





/* ###########  ErgebnisListe ################ */
#effilee-loop h2.entry-title{
clear:right;
font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
font-size:18px;
font-weight:normal;
line-height:21px;
padding:0px 0 0px 164px;
margin:12px 0 0px -6px;
}

#effilee-loop .effilee-excerpt {
    font-size:14px;
    padding: 11px 0 0 0;
    margin-top:0px;
}

#effilee-loop .effilee-spitzmarke {
margin-bottom:-6px;
/*margin-top:6px;*/
}


#effilee-loop .list-content {
 height:127px;
 overflow:hidden;
}


.small_loop h2.entry-title{
font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
font-size:24px;
font-weight:normal;
line-height:32px;
}

.hentry {
padding:0 0 22px;
}



#subsidiary {
    background:#333; 
    clear:both; 
    color:#fff; 
    padding:2.4em;
}
#subsidiary {    
    display:none;
}

/* Related Posts */
.eff-relations {
    font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
    width:168px;
    float:left;
    border:1px solid #ccc;
    margin:3px 20px 20px 0px;
    font-size:12px;
    line-height:17px;
    padding:10px;
}


.eff-relations-title {
    font-size:12px;
    font-weight:bold;
}

.eff-relations-headline {
    font-size:14px;
    font-weight:bold;
    margin-bottom:5px;
    color:#333;

}

ul.effilee-related {
    font-size:14px;
    font-weight:bold;
    color:#333;
}

.eff-relations img {
    margin-bottom:5px;
}

.eff-relations a, .eff-relations a:visited {
    text-decoration:none;
    color:#333;
}


.eff-relations ul {
list-style:none;
margin:18px 0 18px 0;
}

.eff-relations ul li {
margin-bottom:6px;
}



/* ################## Sidebar  ##################### */
#effilee-werbung {
    top:16px;
}

#primary {
	border:0;
	padding:0;
}

.aside {
/*	border:1px solid #ccc;*/
}

.border {
	border:1px solid #ccc;
	background-color:#eee;
}

.clear {
	clear:both;
}

#secondary {
    border:1px solid #ccc;
}
.aside, .aside input {
    font-size:13px;
    line-height:21px;
    margin-bottom:21px;
}

h3.widgettitle {
	margin-top:20px;
}

#get_recent_comments_wrap {
	border:1px solid #CCC;
}

#get_recent_comments_wrap ul {
	list-style:none;
	padding:10px 5px;
	margin:0;
}

#get_recent_comments_wrap li {
	padding:4px 0;
	margin:0;
	border-bottom:1px dotted #ccc;
	line-height:16px;
}

#get_recent_comments_wrap li span {
	font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
}

#get_recent_comments_wrap li:last-child {
	border:none;
}

/* Rezepte, Listen */

ul.ingredients {
    font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
    font-weight:bold;
    font-size:14px;
    margin:0 0 18px 0;
    list-style:none;
}

ul.instructions, ol.instructions {
    list-style:decimal inside;
    margin:6px 0 18px 0;
    color:#666;
    font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
}

ol.instructions li, ul.instructions li {
	margin: 0 0 12px 0;
}

ul.instructions .basecolor, 
ol.instructions .basecolor {
    color:black;
    font-family: "adobe-caslon-pro-1","adobe-caslon-pro-2", Times New Roman;
    font-weight:normal;
}


a.effilee_rezept{
text-decoration:none;
color:#666;
}




/* Anzahl Personen fuer hrecipe */ 
.yield{
    font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
    font-weight:normal;
    text-transform:uppercase;
    margin-bottom:5px;
}

/* ############ Kommentare ############# */

#comments h3 {
    font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
    font-size:14px;
}



#footer ul.menu {
	list-style:none;
}

#footer li.menu-item {
	float:left;
	margin-right:10px;
}


/* eingebundene youtubes */

.youtube
{
	margin: 0 0 18px 0;
	border: 1px solid #ccc;
	padding: 9px;
	width: 518px;
	height: 316px;

}

div.googlead
{
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding:7px 0;
margin:0 0 5px 0;
}

.list-content img {
    margin: 0 0 18px 0;
}
.entry-content img {
    margin: 0 0 18px 0;
    border:1px solid #ccc;
}

.lytebox-thumb img {
	border:none;
}

#effilee-loop {
	margin-top:20px;
}

.wp-polls {
	border:1px solid #ccc;
}

.aside ul ul.wp-polls-ul {
	padding:0 20px 20px !important;
	margin:0;
}

.aside .wp-polls p {
	margin:5px 0;
}

.basics {
	background-color:#f4e3cf;	
}

.snippet {
	font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
	font-size:12px;
	line-height:14px;
	padding:10px;
	width: 280px;
}

.snippet h3 {
	font-style:normal;
	font-weight:bold;
}

.snippet h4 {
	font-weight:bold;
}

.snippet ul.instructions .basecolor,.basics ol.instructions .basecolor{
	font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
}

.snippet .ingredient {
	font-weight:normal;
	font-size:14px;
	line-height:16px;
	color:black;
}

.knigge {
	background-color:#e1edf3;
	font-family: "adobe-caslon-pro-1","adobe-caslon-pro-2", Times New Roman;
	font-size:14px;
	line-height:16px;
	color:black;
}

.knigge p {
	text-align:left;
	color:black;
}

.knigge .citation {

	color:black;
}

.knigge hr {
	color:black;
	height:0px;
	border-bottom:1px solid black;
	margin:5px 0 15px;
}

.knigge h4, .knigge h3 {
	border-bottom:1px solid black;
	margin-bottom:10px;
	font-weight:normal;
	color:black;
}

.knigge h3 {
	font-size:24px;
	line-height:32px;
}

#aeg {
    clear: left;
	top: 354px;
	left: 372px;
	width: 600px;
	height: 600px;
	z-index: 210;
	position: absolute;
}


#skyscraper {
	/*display:none;*/
	top: 363px;
	width: 160px;
	height: 600px;
	position: absolute;
	z-index: 200;
	left: 980px;
}
#promotion
{
	color: #666;
	background-color: #EEEEEE;
	padding: 10px;
	font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
}

.promo-title
{
	font-family: "adobe-caslon-pro-1","adobe-caslon-pro-2", "Times New Roman";
	font-size: 41px;
	letter-spacing: 0px;
	font-weight: normal;
	line-height: 42px;
	padding: 0;
	color: #333;
	margin-bottom: 21px;
}


#breadcrumbs { color: #CCC; }

#breadcrumbs a:hover {
 	 color: #FF4B33;
}

#magazineList {
	float: left; 
	padding-right: 6 px;
	width: 176px;
}

#magazineListHeadline
{
	color: #666;
	font-size: 16px;
	font-weight: 300;
}

#form7Submit {
 background-color: #e33616;
 border: 1px #000000 solid;
 border-radius: 10px;
 box-shadow: 1px 2px 2px #999999;
 font-family:Arial,sans-serif;
 text-align: center;
 color: #fff;
 font-size: 14px;
 width: 185px;
 height: 40px;
 margin: auto;
 padding: 0;
cursor: pointer;
}

#form7Submit:hover {

 background-color: #da2503;
 box-shadow: 0px 0px 0px #999999;

}

#form7ZIP {
	width: 80px;	
}


#form7City {
	width: 400px;	
}

#form7 {
	width: 500px;	
}


#form7Select{
   width: 100px; 
   height: 25px; 
   padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;	
}



.gewinnspiel
{
	background-color: #E5E5E5;
	padding: 10px;
        margin-bottom: 15px;
}

.group:before, .group:after { 
 content: "";
 display: table; 
}
.group:after {
 clear: both;
}
.group {
 zoom: 1; /* IE6&7 */ 
}

.collum_right{
	float: right; 
	width:250px; 
	padding-bottom: 20px;
}

.collum_left{
	float: left; 
	width:250px; 
	padding-bottom: 20px;
}


.gsc-search-button {
    display: none;
}



