/* ---------------------------------------------------- */
/* www.cs1.at - CHRISTIAN SCHAFLEITNER personal website */
/* ---------------------------------------------------- */

/* corporate colors: 
	#eeeeee; light grey
	#ee3b17; red 
	#383b3c;  dark grey 
	#45bbec;  blue 
*/

/* GENERAL STYLES */

* {
	margin: 0;
	padding: 0;
}

body  
{
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	background-color: white; /* light grey */
	background-image: url(/_images/body_bg.gif);
	color: White;
	margin: 0;
	font-size: 12px;
}

h1 {
	background-color: #ee3b17; /* red */
	color: #383b3c; /* dark grey */
	font-size: 14px;
	padding: 4px;
	padding-left: 6px;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	margin-top: 10px; 
	margin-bottom: 10px;
	text-transform: uppercase;
}

h1.right {
	background-color: #383b3c; /* grey */
	color: #ee3b17; /* red */
}

h2 {
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style:normal;
	font-weight: 100;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-color: #ee3b17; /* rot */
	border-bottom-style: dotted;
	border-bottom-width: thin;
	padding-left: 3px;
}

a, a:visited {
	text-decoration: underline;
	color: white;
}

a:hover, a:active {
	text-decoration: none;
	color: #383b3c;
	background-color: #ee3b17; /* rot */
}

a:hover.right, a:active.right {
	color: #ee3b17;/* rot */
	background-color: #383b3c; /* dark grey */
}

a.noBorderImage,
a:hover.noBorderImage,
a:visited.noBorderImage,
a:active.noBorderImage {
	background-color: transparent;
	text-decoration:none;
	border: none;
	border-width: 0px;
	border-collapse: collapse;
}

input {
	padding: 1px;
	font-size: 12px;
}

.buttonStyle 
{
	font-style: normal;
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	padding: 1px;
	background-color: #ee3b17; /* red */
	color: white;
	border-style: solid;
	border-width: 0px;
	border-color: white;
}

p, cite, code, ul {
	font-size: 12px;
	padding-bottom: 1.2em;
}

img {
	border: none;
	border-width: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

code {
	border: 1px dashed #ee3b17; /* rot */
	color: #cccccc;
	display: block;
	font: normal 0.7em "Courier New", Courier, monospace;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 5px;
	white-space: pre;
}

cite {
	background: url(/_images/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: italic 0.8em Georgia, "Times New Roman", Times, serif;
	padding-left: 10px;
}

ul, li {
	list-style-position: inside;
	list-style-type: square;
}

em 
{
	font-style: italic;
}

strong 
{
	font-weight: bold;
}
/* ---------------------------------------------------- */

/* WEB SITE LAYOUT */

#website 
{
	width: 960px;
	margin: auto;
	padding-left:10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 20px;
	min-height: 100%;
}

#leftColumn {
	float: left;
	width: 460px;
	margin: 0px;
	padding: 10px;
	background-color: #383b3c; /* dark grey */
}

#middleColumn {
	float: left;
	width: 200px;	
	margin: 10px;
	padding: 0px;
	padding-top: 0px;
}

.alignBottom {
	position: absolute;
	bottom: 0px;
}

#middleTop {
	height: 150px;
	overflow: hidden;
	margin-bottom: 0px;
	position:relative;	
}

.middleContent {
	position: relative;
	float: left;
	width: 180px;	
	margin: 0px;
	padding: 10px;
	padding-top: 0px;
	background-color: #383b3c;
	margin-bottom: 10px;
}

#rightTop {
	float: left;
	margin-top: 10px;
	width: 210px;
	height: 150px;
}

#rightColumn {
	position: relative;
	float: left;
	width: 210px;	
	margin: 0px;
	padding: 10px;
	padding-top: 0px;
	background-color: #ee3b17; /* red */
}

#header
{
	background-color: #45bbec; /* blue */
	width: 310px;
	height: 150px; 
	float: left;
	margin: 0;
}

#footer {
	margin-top: 10px;
 	background-color:#45bbec; /* blue */
	font-size: 0.6em;
	letter-spacing: 0.2em;
	font-style:normal;
	padding: 3px;
	padding-right: 10px;
	text-align:right;	
}

#leftFooter 
{ 	
	background-color: #ee3b17;
	height: 5px;
	margin: 0px;
	padding: 0px;
}

#rightFooter 
{ 	
	background-color: #383b3c;
	height: 5px;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}

#navigation
{
	height: 143px;
	padding-top: 7px;
	width: 150px;
	float: left;
	margin: 0;
	display: block;
}

#title 
{
	padding-top: 45px;
	margin-right:10px;
	text-align: right;
	color: #362f2d;
	font-size: 28px;
	font-weight: bold;
}

#subtitle
{
	margin-right:16px;
	text-align: right;
	color: #362f2d;
	font-size: 12pt;
	font-style: italic;
}

/* ---------------------------------------------------- */

/* NAVIGATION MENU */


a.navitem, 
a:visited.navitem, 
a:active.navitem{
	padding-left: 10px;
	color: White;
	width: 140px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 9pt;
	text-decoration:none;
	display: block;
	height: 15px;
}

a:hover.navitem {
	padding-left: 10px;
	color: #383b3c;
	background-color: #45bbec; /* blue */
	width: 140px;	
	font-size: 9pt;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration:none;
	display: block;
	height: 15px;
}

a.navitemActive, 
a:hover.navitemActive, 
a:visited.navitemActive, 
a:active.navitemActive {
	padding-left: 10px;
	color: #362f2d;
	background-color: #45bbec; /* blue */
	font-size: 10pt;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	width: 140px;
	text-decoration:none;
	display: block;
	height: 17px;
}



/* ---------------------------------------------------- */

/* SPECIAL CLASSES */


.story {
	font-size: 12px;
	line-height: 1.3em;
 	font-style: normal;
	font-variant:normal;
	font-weight: normal;
	text-align: justify;
	margin-left: 2px;
	margin-right: 3px;
	white-space: normal;
}

.storysmall {
	font-size: 10px;
	line-height: 1.3em;
 	font-style: normal;
	font-variant:normal;
	font-weight: normal;
	text-align: justify;
	margin-left: 2px;
	margin-right: 3px;

}

#socialbookmarks
{
	margin:0;
	padding:0;
}

#socialbookmarks ul
{
	padding-left: 3px;
	list-style: none;
}

#socialbookmarks li
{
	display: inline;
	padding-right: 5px;
}

#socialbookmarks li a
{
	
} 


.clearer {
	clear: both;
}

.horizontalSpace {
	height: 10px;
}

.topMargin {
	height: 150px;
}

.date {
	font-size: 0.6em;
	text-align: right;
	padding: 0;
	padding-right: 2px;
	margin: 0;
	
}

.imgRight {
	margin-left: 10px;
}

#submenu 
{
	clear: both;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#submenu ul 
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#submenu li {
	display: inline;
	border-bottom: none;
}

#submenu a {
	margin-right: 6px;
	display: inline;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	color: White;
}

#submenu li.selected a 
{
	background-color: #45bbec;
	color: #383b3c; 
	font-size: 12px;
}

#submenu li a:hover {
	background-color: #45bbec;
	color: #383b3c; 
	text-decoration: none;
}

.imprint 
{
	margin-left: 15px;
	font-size: 8px;
}

.filedownload 
{
	text-align: right;
	margin-bottom: 5px;
}

.filedownload a img 
{
	background: none;
	background-color: transparent;
	position: relative;
	top: 5px;
}

.pubAuthor 
{
	font-size: 9px;
	font-style: italic;
	text-align: right;
	margin-bottom: 5px;
}

.pubCite 
{
	margin-left: 15px;
	margin-top: 5px;
	margin-right: 15px;
	font-size: 9px;
	line-height: 1.1em;
}

.originalTitle 
{
	font-size: 12px;
}

.video 
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}

/* ---------------------------------------------------- */

/* OTHER SPECIALS */

.topRightMargin {
	vertical-align:bottom;
	text-align: right;
	height: 150px;
	width: auto;
}







