﻿/* CSS Stylesheet - Text Photonics Page*/

/* Allgemein */
body{font-family:Arial, Helvetica, sans-serif;
	color:#464646; text-align: left;font-size: 14px}
	
/* Link bei Bildern kein Rand */
img { border-style: none; }

/* Links schwarz */
a:visited {color: #000000}
a:active  {color: #000000}
a:hover   {color: #000000}

/* Ueberschriften */
h1 {font-size: 36px; font-weight:bold;
    margin-top: 6px; margin-bottom: 6px}

h2 {font-size: 28px; font-weight:bold;
    margin-top: 6px; margin-bottom: 4px}

h3 {font-size: 18px;font-weight:bold;
    margin-top: 6px; margin-bottom: 3px}

/* Abschnitt */
p   {margin-top: 8px; margin-bottom: 4px}

/* Untertitel */
.sub {font-size: 13px; color:#464646;
	margin-top: 2px; margin-bottom: 5px}

/* Bilder */
.pic-1 {width:389px; border-style: solid;border-width: 1px; margin-top: 10px;margin-bottom:14px} /*1 in Spalte*/
.pic-2 {width:189px; border-style: solid;border-width: 1px; margin-top: 10px;margin-bottom:14px} /*2 in Spalte*/
.pic-3 {width:189px; margin-top: 10px;margin-bottom:14px} /* 2 in Spalte ohne Rand*/
.pic-4 {width:122px; margin-top: 10px;margin-bottom:14px} /* 3 in Spalte ohne Rand*/

ul{margin-top: 15px; margin-bottom : 10px}
li{margin-top: 10px; margin-bottom : 10px}

/*Footer*/
.footer
a {color: #000000; text-decoration:none; font-weight:bold;}