/**
 * CSS by Thomas Karolzyk
 * thomas@karolzyk.com
 */
 
/**************************** GENERAL ***/

body {
	background: #c3c3c3 url(images/bg.jpg);
	margin: 0;
	color:#000;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
}

* {
	margin:0;
	padding:0;
	line-height: 1.55em;
}

p {
	margin: 6px 0 6px 0;
}

/**************************** LINKS ***/

a {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #555;
	text-decoration: none;
}

a img, img a { 
	border:0 
}


a.back {
	text-decoration: none;
}





/**************************** LAYOUT ***/


#teaser {
	position:absolute;
	left: 620px;
	top:26px;
}

#logo {
	position:absolute;
	left: 0;
	top:0;
}

#main {
	position:relative;
	width: 515px;
	margin: 30px 0 0 85px;
}

ul#main-list {
	width: 100%;
	height:auto;
	list-style:none;
	background-color:#fff;
}

div.tab-content {
	margin: 15px;
}

div.page-content {
	padding: 15px;
	background-color: #fff;
}


/**************************** DRUPAL ***/

.clear-block {
	margin: 20px 0 20px 0;
}

ul.links li {
	margin: 0;
	padding: 0;
}

ul.links li a {
	color: #C61E1C;
	font-weight:bold;
	text-decoration: none;
}

ul.links li.node_read_more a:before {
	content: "{ ";
}

ul.links li.node_read_more a:after {
	content: " }";
}

/**************************** FORMS ***/

input,textarea,select {
	font-family: Arial,Verdana,Sans-Serif;
    font-size: 12px;
}

/**************************** HEADER ***/

h1,h2,h3,h4,h5,h6 {
	font-family: Arial,Verdana,Sans-Serif;
	margin:0;
	padding:0;
	font-size:100%;
}
h1{
	font-size:18px;
	font-weight:normal;
	color:#f00;
}
h2{
	font-size:15px;
}
h3,h4,h5,h6{
	font-size:100%;
}

h1.tab-title {
	font-size:24px;
	font-weight:bold;
	color:#fff;
	text-transform: lowercase;
	padding: 1px 0 1px 5px;
	background-color:#000;
	margin:0;
	cursor:default;
}

h1.tab-title:hover {
	background-color:#760000;
}

h2 a {
	padding: 2px 4px 1px 4px;
	color: #fff;
	font-weight: bold;
	background-color: #c61e1c;
	text-decoration: none;
}


h3 {
	font-size:15px;
	margin: 15px 0 10px 0;
	padding: 2px 4px 1px 4px;
	color: #fff;
	display: inline;
	font-weight: bold;
	background-color: #c61e1c;
	text-decoration: none;
}

h3 a {
	color: #fff;
	text-decoration: none;
}

h3 a:hover {
	color: #ccc;
}

h2 a:hover {
	color: #fff;
	text-decoration: none;
}

h2.page {
	margin: 20px 0 0 0;
	padding: 0;
}


/**************************** NAVIGATION ***/

#topNavi ul {
	margin: 0 1em 0 0;
	padding: 0;
	list-style: none;
}
#topNavi ul li {
	display: inline;
	margin: 0.5em 0;
	padding: 0.5em 1em 0 1em;
	border-right: 1px solid #fff;
}

#topNavi ul li a 		{ color: #fff; }
#topNavi ul li.hi a 	{ color: #333; }





/**************************** ACCORDION ***/




/**************************** STUFF ***/

/* copy+paste
#div_absolute { 
	position: absolute; 
	top: 0; 
	left: 0; 
	background-color: #f00; 
	padding: 0 0 0 0; 
	margin: 0 0 0 0; 
	height: 5em; 
	width: 5em; 
}
#div_relative { 
	position: relative; 
	background-color: #f00;
	padding: 0 0 0 0; 
	margin: 0 0 0 0; 
	height: 5em; 
	width: 5em; 
}
*/

