
html{
	font: 62.5%/180% Helvetica, Arial, sans-serif;
}

body{
	font-size: 1.2em;
}

h1{
	position: absolute;
	left: 15px;
	top: 19px;
}

h1 a{
	display: block;
	background: url(../img/layout/logo.gif) no-repeat left center;
	width: 374px;
	height: 81px;
	border: 0 none;
}

h1 a span{ display: none;}

small{font-size: 0.8em; font-family: Verdana, sans-serif;}

/* LINKS */

a:visited, a.special:visited;{
	color: #666;
}

a:focus{
	color: #000;
	border-bottom: 1px solid #000;
}
a:hover{
	color: #000;
	border-bottom: 1px solid #000;
}

a{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

a.none{ border: 0 none; }

a.document{
	background: url(../img/icons/page_white_text.png) no-repeat 0% 40%;
	padding: 4px 0 2px 20px;
}

h2 a, h2 a:hover{ border-bottom: 0;}

.footer a{ color: #999; }
.footer a:hover{ color: #000; }

a.special,
a.special:hover,
h1 a:hover, ul#nav a, ul#nav a:hover,
ul.partners a, ul.partners a:hover{
	border: 0 none;
}

a.special{
	display: block;
	color: #c60;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

a.special:hover{
	text-decoration: underline;
	color: #000;
}

a img{ border: none }

.content h2{
	text-transform: uppercase;
	border-bottom: 4px solid #ff981f;
	margin-bottom: 18px;
	padding: 4px 0 3px 0;
	position: relative;
}

.content hr{
	border: 0 none;
	border-bottom: 4px solid #ff981f;
	margin-bottom: 18px;
}

.content .column h2,
.content h2.short{
	padding-top: 34px;
}

.content h2.short{ width: 45%;}

.content h2{ font-size: 1.1em; }
.content h2 small{
	text-transform: none;
	font-size: 0.7em;
	font-weight: normal;
	color: #999;
	position: absolute;
	right: 0;
}

.content h3{
	font-size: 1.3em;
}

.content h3.section{
	margin: 0 0 12px 0;
}

/* ACL */

.acl span a{
	padding: 7px 0 2px 20px;
	line-height: 1.3em;
}

.acl .loggedin a{	background: url(../img/icons/lock.png) no-repeat left center; }
.acl .backend a{	background: url(../img/icons/cup.png) no-repeat left center; }
.acl .logout a{	background: url(../img/icons/door_in.png) no-repeat left center; }

form div.email label { background: url(../img/icons/email.png) no-repeat left center; padding-left: 20px; }
form div.password label { background: url(../img/icons/key.png) no-repeat left center; padding-left: 20px; }

/* Claim */

.claim{
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0 0 60px 0;
}
.claim em{
	color: #ff981f;
	font-style: normal;
}

.claim em, .claim strong{
	font-size: 1.6em;
}

/* Custom Teaser backgrounds ******************************************/

/*#postsindex{background: url(../img/layout/tmh-teaser03.jpg) no-repeat 95% 80%; padding-bottom: 150px; }*/
#imprint-address{background: url(../img/layout/tmh-teaser04.jpg) no-repeat 90% 0%; position: relative; padding-bottom: 20px;}

#creator-tag{
	padding: 12px 0;
	color: #999;
}
#creator-tag a{color: #999;}

/* Messages */

.content .message{
    border: 2px solid #666;
    background: #ededed;
    padding: 12px 16px;
    margin: 0 0 22px 0;
    font-size: 1.2em;
    font-weight: bold;
}

.content .publicmessage{
    border: 2px solid #666;
    background: #ededed;
    padding: 12px 16px;
    margin: 0;
    font-size: 0.9em;
    font-weight: bold;
    width: 75%;
}

.content form .publicmessage{ width: 85%; margin: 15px 0; }


.content .success{
	border: 2px solid green;
	background: #C4EFC2 url(../img/icons/icon_success.png) no-repeat 8px 12px;
	color: #030;
	padding: 12px 16px 12px 30px;
}

.content .info{
	border: 2px solid #ccc;
	background: #efefef url(../img/icons/icon_information.png) no-repeat 8px 12px;
	color: #666;
	padding: 12px 16px 12px 30px;	
}

.content .warning{
	border: 2px solid #f90;
	background: #FFF1AF url(../img/icons/icon_warning.png) no-repeat 8px 12px;
	color: #963;
	padding: 12px 16px 12px 30px;
}

.content .error{
	border: 2px solid #B4152B;
	background: #FFE0BF url(../img/icons/icon_error.png) no-repeat 8px 12px;
	color: #B4152B;
	padding: 12px 16px 12px 30px;
}

/* Buttons */

.ordercatalogue{
	padding: 13px 0 26px 0;

}

.buttons a, .buttons button{
    display:block;
    margin:0 7px 0 0;
    float: left;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#FFCD90;
    border:1px solid #FF981F;
    color:#AF630A;
}
.buttons a:active{
    background-color:#FF981F;
    border:1px solid #FF981F;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#D9EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color: #d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

