@CHARSET "UTF-8";
/**
 * ines-brock.de style
 */

body {
	color: #333;
	background-color: #C0CBD9;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	padding: 10px 0;
}

div.container {
	width: 925px;
}


/**
 * a - Links
 */
a {
	color: #008F93;
	text-decoration: none;
}

a:hover {
	color: #008F93;
	text-decoration: underline;
}

/**
 * Heading
 */
h1, h2, h3, h4, h5, h6 {
	color: #333;
}
h2 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
.small {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

p img {
	float: none;
}


/**
 * Form
 */
fieldset { 
	border: none;
	padding: 1.4em 0;
}

legend {
	font-size: 16px;
	font-weight: bold;
}

label {
    display: block;
    float: left;
	font-size: 14px;
	font-weight: bold;
    margin-right: 5px;
    margin-top: 10px;
    text-align: right;
    width: 110px;
}

input[type="checkbox"], 
input[type="checkbox"],
select {
	margin-top: 10px;
}

.submit{
	margin-top: 10px;
	margin-left: 116px;
}

input[type="submit"],
input[type="reset"] {
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	padding: 4px 5px;
}
input[type="submit"]:hover,
input[type="reset"]:hover {
	background-color: #e7e7e7;
}

fieldset ul.errors {
	color: #ff0000;
	font-size: 12px;
	width: 280px;
	margin-left: 130px;
}


/**
 * Table
 */
table.table {
	border: 1px solid #999;
}
table.table th {
	border-bottom: 1px solid #999;
	background-color: #c7c7c7;
}
table.table th a {
	color: #333;
}
table.table tr {
	height: 30px;
}
table.table tr.color1 {
	background-color: #f0f0f0;
}
table.table tr.color2 {
	background-color: #e7e7e7;
}
table.table tr:hover {
	background-color: #e0e0e0;
}


/**
 * Left Column
 */
#left_column {
	float: left;
	margin-right: 40px;
	position: relative;
	width: 167px;
}

/**
 * Right Column
 */
#right_column {
	background: url("/img/brock/ines_brock.jpg");
	float: right;
	height: 116px;
	margin-left: 40px;
	margin-top: 50px;
	position: relative;
	width: 117px;
}

/**
 * Pictures Column
 */
#pictures_column {
	float: right;
	height: 600px;
	margin-left: 40px;
	margin-top: 50px;
	position: relative;
	width: 115px;
}
#pictures_column .pic1,
#pictures_column .pic2,
#pictures_column .pic3,
#pictures_column .pic4,
#pictures_column .pic5 {
	height: 115px;
	width: 115px;
	margin-top: 10px;
}
#pictures_column .pic1 {
	background: url("/img/brock/pc_pic1.jpg");
}
#pictures_column .pic2 {
	background: url("/img/brock/pc_pic3.jpg");
}
#pictures_column .pic3 {
	background: url("/img/brock/pc_pic4.jpg");
}
#pictures_column .pic4 {
	background: url("/img/brock/pc_pic2.jpg");
}
#pictures_column .pic5 {
	background: url("/img/brock/pc_pic5.jpg");
}


/**
 * Header
 */
#header {
	background: url("/img/brock/ines_brock.jpg");
	height: 221px;
	width: 167px;
}


/**
 * Navigation
 */
#navigation {
	height: auto;
	padding: 0;
	padding-top: 10px;
	text-align: left;
}

#navigation ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#navigation ul li {
	margin: 0 0 0 0;
	padding: 0;
}
#navigation ul li a {
	cursor: pointer;
	display: block;
	font-size: 14px;
	line-height: 18px;
	outline: none;
	padding: 5px 10px;
}
#navigation ul li.depth2 a { 
	padding-left: 20px;
} 
#navigation ul li.depth3 a { 
	padding-left: 40px;
} 
#navigation ul li a.active,
#navigation ul li a.active:hover {
	color: #333;
	text-decoration: none;
}
#navigation ul li a.inactive {
	color: #609092;
	text-decoration: none;
}
#navigation ul li a.inactive:hover {
	color: #333;
}


/**
 * Content
 */
#content {
	float: left;
	position: relative;
	width: 560px;
}

#content_header {
	background: url("/img/brock/linie.png");
	background-position: 0 15px;
	background-repeat: no-repeat;
	color: #008F93;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 30px;
	padding-top: 5px;
	padding-left: 100px;
	width: 300px;
}

#content_box {
	font-size: 16px;
	line-height: 24px;
}

#content_box ul li {
	padding: 5px 0;
}

* html #content table.small {
	font-size: 10px;
}


/**
 * Vorträge Table
 */
table#brock {

}

table#brock td {
	border-top: 1px solid #999;
	color: #666;
	font-size: 11px;
	line-height: 15px;
	padding: 5px 5px 15px;
	vertical-align: top;
}
table#brock tr.header td {
	border-top: 0;
	padding-top: 40px;
	padding-bottom: 5px;
}
table#brock tr.last td {
	border-top: 0;
}
table#brock td p {
	margin: 0;
}
table#brock td p {
	margin: 0;
}
table#brock td h3 {
	color: #008F93;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	margin-bottom: 4px; 
}
