/* style.css  */

/* 
// ==============================================
// Copyright 2009 by creative-minds.at
// All Rights Reserved.
// www.creative-minds.at
// ==============================================
*/

/*
//-------------------- Basic -------------------- //
*/

*{
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Helvetica, Arial, sans-serif;
	font-size: 75%;
	background: #f4f4ed;
	color: #000;
	text-align: center;
}

h3{
	font-family: Georgia, Times, serif;
	font-size: 19px;
	padding: 3px;
	border-bottom: 1px solid #C8C9BE;
	margin-bottom: 6px;
	font-weight: normal;
}

p{
	margin-bottom: 20px;
	margin-top: 8px;
}

div#content-wiki h4{
	font-size: 18px;
	font-family: Helvetica, Arial, serif;
	padding-top: 6px;
	padding-bottom: 6px;
}

div#content-wiki h5{
	font-size: 11px;
	font-family:Helvetica, Arial, serif;
	padding-top: 6px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

div#content-wiki br{
	display: none;
}

div#content-wiki ul li{
	list-style-type: square;
	margin-left: 40px;
	padding-top: 4px;
	padding-bottom: 4px;
}


div#content-wiki a:link, div#content-wiki a:visited{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

div#content-wiki a:hover, div#content-wiki a:focus, div#content-wiki a:active{
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #777;
}

p a:link, p a:visited{
	color: #332926;
	text-decoration: none;
	border-bottom: 1px solid #C8C9BE;
}

p a:hover, p a:focus, p a:active{
	color: #332926;
	text-decoration: none;
	border-bottom: 1px dotted #332926;
	background: #C8C9BE;
}

/*
//-------------------- Layout / Structure-------------------- //
*/

div#wrapper{
	
}

div#header{
	width: 100%;
	height: 120px;
	background: #fff;
}

div#logo{
	width: 800px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

div#menu{
	height: 52px;
	width: 100%;
	background: transparent url(images/menu.png) repeat-x left top;
}

div#menu ul{
	padding-top: 18px;
	text-align: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

div#menu ul li{
	display: inline;
	padding-right: 50px;
}

div#menu ul li a:link, div#menu ul li a:visited{
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}

div#menu ul li a:hover, div#menu ul li a:active, div#menu ul li a:focus{
	color: #000;
}

div#content{
	width: 840px;
	background: #fff;
	height: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #D0D0C6;
	color: #222;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#container{
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: left;
}

div#teaser{
	padding: 10px;
	margin: 20px;
	background: #F4F4ED;
	border: 1px solid #D0D0C6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#content-left{
	width: 590px;
	float: left;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
}

div#content-right{
	width: 190px;
	float: left;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
}

div#admin{
	text-align: right;
}


div#footer{
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
}

div#footer a:link, div#footer a:visited{
	background: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #6A9AA1;
}

div#footer a:hover, div#footer a:focus, div#footer a:active{

}

/*
//-------------------- Forms -------------------- //
*/


input, textarea{
	background: #C8C9BE;
	padding: 8px;
	color: #332926;
}

input:hover,input:active, input:focus,
textarea:hover, textarea:active, textarea:focus{
	background: #C8C9BE;
	padding: 8px;
	color: #332926;
}

/*
//-------------------- Print -------------------- //
*/

@media print{

a[href]:after{
	content: "[" attr(href) "] ";
	font-size: 85%;
	color: #aaa;
}

div#container-name{
	display: none;
}

}
