/* - - - - - - - - - - - - - - - - - - - - -

Title  : v3.ingo-renner.com
Author : Ingo Renner
URL    : www.ingo-renner.com

Description : base styles for ingo-renner.com version 3.0

Created  : 2005/07/27
Modified : 2005/07/29

- - - - - - - - - - - - - - - - - - - - - */
html {
	height: 100%;
}

body {
	min-height: 100.05%;
	margin: 0px;
	padding: 0px;
	background-image: url(/fileadmin/siteimages/bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

/* ----- IDs ----- */
#header, #content, #footer {
	width: 600px;
	padding: 10px;
	background-color: #fff;
	position: relative;
	margin-left: -310px;
	left: 50%;
	top: 40px;
}

#header {
	padding-bottom: 29px;
}

#content {
	padding: 0px 10px;
	background: #fff url(/fileadmin/siteimages/content_bg.gif) left repeat-y;
}

#col-0 {	
	width: 415px;
	float: right;
	color: #333;
}	

#col-1 {
	width: 174px;
	margin-right: 10px;
	float: left;
}	

#footer {
	margin-bottom: 80px;
}

#footer p {
	margin: 0px;
	background-color: #333;
	color: #fff;
	padding: 1px 5px;
}

a#tooCool {
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	height: 80px;
	width: 80px;
	background: url(/fileadmin/siteimages/too_cool.png) bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

a:hover#tooCool {
	border-bottom: 0px;
}

#contactform {
	margin-top: 25px;
}


/* ----- NAVIGATION ----- */



#nav-l0 {
	position: absolute;
	top: 275px;
	
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	
	list-style-type: none;
	padding-left: 10px;
	margin-left: 0px;
}

#nav-l0 li {
	display: inline;
	margin-right: 15px;
}

#nav-l0 li a {
	color: #666;
}

#nav-l0 li a:hover {
	border-bottom: 0px;
}

.nav-l1 {
	list-style-type: none;
	
	padding-left: 0px;
	margin-left: 0px;
}

ul.csc-menu-3 {	
	padding-left: 14px;
	margin-left: 3px; /* MSIE */
}

ul.csc-menu-3 li.csc-section {
	list-style-image: url(/fileadmin/siteimages/bullet_arrow.gif);
}


/* ----- CLASSES ----- */

.hide {
}

.show {
}

/* ----- HEADINGS ----- */

h1 {
}
h2 {
}
h3 {
}
h4 {
}

#col-1 h2 {
	font-size: small;
}

.csc-firstHeader {
	padding-top: 0px;
	margin-top: 0px;
}

/* ----- PARAGRAPHS ----- */

p {
}
#primaryContent p {
}
#secondaryContent p {
}

p.bodytext {
	padding: 12px 0px;
	margin: 0px;
}

#col-1 p.bodytext {
	padding: 0px;
}

/* ----- QUOTES ----- */

blockquote {
}
blockquote p {
}
cite{
}
blockquote cite {
}

/* ----- CODE ----- */

pre {
	width: 415px;
	overflow: auto;
	font-size: 1.2em;
}
code {
}
p code {
}
pre code {
}

/* ----- LISTS ----- */

li {
}
li p {
}
ol {
}
ul {
}
ol li {
}
ul li {
}

/* ----- IMAGES ----- */

img {
}
img a {
}
img a:hover {
}

p.bodytext img.photo {
	padding: 3px;
	border: 1px solid #666;
}

/* ----- BREAK ----- */

.clear {
	visibility: hidden;
	clear: both;
	margin: 0px;
}

hr.page-end {
	visibility: hidden;
}

/* ----- TEXT FORMATTING ----- */

strong {
}
em {
}
b {
}
i {
}

/* ----- LINKS ----- */

.no-a-border a:hover {
	border-bottom: 0px;
}

a {
	color: #086aa7;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted #086aa7;
}

a:visited, a:active, a:focus{
}

a:visited {
}

a:active {
}

a:focus {
}


p a {
}

cite a {
}

li a {
}

dt a {
}

dd a {
}

/* ----- TABLES ----- */

table {
}
caption {
}
thead {
}
tbody {
}
tfoot {
}
tr {
}
tr .alt {
}
th {
}
td {
}

.contenttable p.bodytext {
	padding: 0px;
	margin: 0px;
}

/* ----- FORMS ----- */

#contactform input {
	width: 335px;
}

#contactform textarea {
	width: 335px;
}

form {
}
fieldset {
}
legend {
}
label {
}
input {
}
textarea {
}
input, textarea {
}
select {
}
optgroup {
}
option {
}

/* ----- DEFINITIONS ----- */

dl {
}
dt {
}
dd {
}