/* @override http://localhost.de/portfolio/css/style.css */

/* ############## START RESET ########### */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Helvetica, Arial, Verdana;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #1a1a1a;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ############## END RESET ########### */

/* ############## DEFAULT CLASSES ########### */

.clear {

	clear:both;
	float:none;
}

/* ############## END DEFAULT CLASSES ########### */

/* ############## CUSTOM CSS (SCREEN) ########### */

body {
	text-align: center;
	background-color: #222;
	background: #fff url(../img/ambient_pattern.jpg) repeat-x;
	line-height: 20px
}

a:link, a:visited {
	color: #ca1111;
	text-decoration: none;
}

a:hover, a:active {
	color: #1a1a1a;
}


#header {
	width: 945px;
	height: 241px;
	padding: 0 15px;
	margin: auto;
	text-align: left;
	background: transparent url(../img/header.jpg) no-repeat;
	
}

#header a {

	display: block;
	width: 945px;
	height: 225px;

}

#navigation {
	width: 945px;
	margin: auto;
	padding:  0 15px;
	text-align: left;
	height: 145px;
}

#navigation ul {
	list-style: none;
	width: 465px;
	margin-left: 480px;
}

#navigation ul li {
	float:  left;
	font-size: 22px;
	width: 145px;
	margin:  45px 15px 0 0;
}


#content {
	width: 945px;
	padding:  0 15px;
	margin:  auto;
	margin-top: 0px;
	clear: both;
	float:  none;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
}

.column {
	width: 225px;
	float: left;
	margin-right: 15px;
	padding-bottom:  59px;
	text-align: left;
}

.column-2 {
	width: 465px;
	margin-right: 15px;
	text-align: left;
	float: left;
}

p {
	margin-top: 16px;
}


.button {
width: 175px;
height: 48px;
padding-left: 50px;
font-weight: bold;
/*-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #ca1111;
padding: 10px;
*/
display:block;
background: url(../img/pencil-icon.gif) no-repeat;
margin-bottom:16px;
color: #ca1111;
cursor: pointer;
}



.column img {
border: 1px solid #ca1111;
}

.column h1 {
	font-weight: bold;
}

#info-wrapper {
	background: #d1d1d1;
	height:241px;
	width: 100%;
	text-align: center;
	
}


#info {
	background: transparent url(../img/corner.gif) no-repeat;
	background-attachment: inherit;
	background-position: 95px 0px;
	height:241px;
	width: 945px;
	padding: 0 15px;
	margin: auto;
}


.column-wide {
	
	width: 290px;
	height: 127px;
	float: left;
	margin-top: 49px;
	margin-right: 15px;
	text-align: left;
	border-left: 2px solid #ca1111;
	padding: 16px 0 0 13px;
	
	font-size: 13px;
	line-height: 16px;
	
}

.cj > a {

color: #ca1111;
}

.mrz {

	margin-right: 0;

}

.cj, .rj {

width: 135px;
	height: 127px;
	padding: 16px 15px 0 155px;
	border: 0;
	text-align: right;
	
	font-size: 11px;
	line-height: 14px;
	
	color: #1a1a1a;
	
	display:block;

}

.column-wide:link, .column-wide:visited, .column-wide:active {

color: #ca1111;
cursor: pointer;

}

.input-lable {

	width: 130px;
	margin-right:15px;
	margin-top:16px;
	display:block;
	float:left;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #666;

}


#name, #contact {
	width: 225px;
	height:15px;
	font-size: 13px;
	padding-left: 10px;
	padding-top:4px;
	font-family: Courier, "Courier New", monospace;
	float:left;
	display:block;
	margin-top: 13px;
	border: none;
	border-bottom: 2px dotted #e2e2e2;
	font-size: 13px;
	line-height: 16px;
}


#submit {
	
	width: 225px;
	height: 32px;
	margin-top: 13px;
	
}

#message {

	width: 360px;
	height: 150px;
	text-align:left;
	padding: 8px 10px;
	overflow: auto;
	border: 2px dotted #e2e2e2;
	font-size: 13px;
	line-height: 16px;
	font-family: Courier, "Courier New", monospace;

}

hr {
width:225px;
text-align: left;
margin: 16px auto 0 0;
color: #ca1111;
}

legend {
display: none;
}

strong {
	
	font-weight: bold;
	
}



.rj:hover, .cj:hover {

color:#1a1a1a;

}


.column .node {
	display: block;
	padding-top: 16px;
}

.more {
	color: #1a1a1a;
}


.node-title {

	color: #ca1111;
	display: block;
	font-weight: bold;
}

.node-text {
	color: #1a1a1a;
}

.red {
	color: #1a1a1a;
	font-weight: bold;
}

.gray {
	color: #999;
}

.gray > h1 {
color: #1a1a1a;
margin-top:8px;
}

#node-hover {
	cursor: pointer;
	color:  #000;
}

#node-hover .node-title, #node-hover .node-text {
	color: #1a1a1a;
}

.clear {

	clear:both;
	
}














